1.2056 release

pull/212/head 1.2056
M66B 3 years ago
parent 4a5fec270f
commit 5ac315f3d3

@ -6,6 +6,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### 1.2056 - 2023-03-17
* Fixed decoding of subject in some cases
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2055 - 2023-03-16
* Added option to configure the number of widget subject lines

@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2055 }
def getVersionCode = { -> return 2056 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Rahonavis" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

File diff suppressed because it is too large Load Diff

@ -6,6 +6,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### 1.2056 - 2023-03-17
* Fixed decoding of subject in some cases
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2055 - 2023-03-16
* Added option to configure the number of widget subject lines

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save