Skip to content

Commit

Permalink
1.2155 release
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Feb 3, 2024
1 parent 7485a44 commit 71675b5
Show file tree
Hide file tree
Showing 4 changed files with 2,813 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=

### [Ypupiara](https://en.wikipedia.org/wiki/Ypupiara)

### Next version
### 1.2155 - 2024-02-03

* Added title fields for count/unified widgets
* Added title input fields for widgets
* Using high priority notifications for high importance messages
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'

def getVersionCode = { -> return 2154 }
def getRevision = { -> return "b" }
def getVersionCode = { -> return 2155 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ypupiara" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=

### [Ypupiara](https://en.wikipedia.org/wiki/Ypupiara)

### Next version
### 1.2155 - 2024-02-03

* Added title fields for count/unified widgets
* Added title input fields for widgets
* Using high priority notifications for high importance messages
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
Expand Down
Loading

0 comments on commit 71675b5

Please sign in to comment.