mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-20 13:17:08 +00:00
1.2162 release
This commit is contained in:
parent
11f5797eed
commit
774c4b67a5
4 changed files with 2861 additions and 4 deletions
|
@ -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.2162 - 2024-02-22
|
||||
|
||||
* Added option for a gray background color for unread messages when using table style
|
||||
* Small improvements and minor bug fixes
|
||||
|
|
|
@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
|
|||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'de.undercouch.download'
|
||||
|
||||
def getVersionCode = { -> return 2161 }
|
||||
def getRevision = { -> return "b" }
|
||||
def getVersionCode = { -> return 2162 }
|
||||
def getRevision = { -> return "a" }
|
||||
def getReleaseName = { -> return "Zby" }
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
||||
|
|
|
@ -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.2162 - 2024-02-22
|
||||
|
||||
* Added option for a gray background color for unread messages when using table style
|
||||
* Small improvements and minor bug fixes
|
||||
|
|
2857
metadata/en-US/changelogs/2162.txt
Normal file
2857
metadata/en-US/changelogs/2162.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue