Skip to content

Commit

Permalink
1.2163 release
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Mar 5, 2024
1 parent e587d96 commit a2a5e8b
Show file tree
Hide file tree
Showing 4 changed files with 2,870 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=

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

### Next version
### 1.2163 - 2024-03-05

* Added option to show a star for accounts/folders with newly received unread messages (since last viewed)
* Added [UceProtect](https://www.uceprotect.net/en/) blocklists (receive-settings tab page)
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 2162 }
def getRevision = { -> return "b" }
def getVersionCode = { -> return 2163 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Zby" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

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

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

### Next version
### 1.2163 - 2024-03-05

* Added option to show a star for accounts/folders with newly received unread messages (since last viewed)
* Added [UceProtect](https://www.uceprotect.net/en/) blocklists (receive-settings tab page)
Expand Down
Loading

0 comments on commit a2a5e8b

Please sign in to comment.