1.2134 release

This commit is contained in:
M66B 2023-12-02 09:14:37 +01:00
parent 7376c7e070
commit af9fb287cf
4 changed files with 2668 additions and 2 deletions

View File

@ -6,6 +6,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### 1.2134 - 2023-12-02
* Fixed clearing settings values
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2133 - 2023-12-01
* Fixed memory leak

View File

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

View File

@ -6,6 +6,12 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### 1.2134 - 2023-12-02
* Fixed clearing settings values
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2133 - 2023-12-01
* Fixed memory leak

File diff suppressed because it is too large Load Diff