1.2133 release

This commit is contained in:
M66B 2023-12-01 13:41:52 +01:00
parent f2126b5310
commit 0422cd4d9f
4 changed files with 2664 additions and 2 deletions

View File

@ -6,6 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### 1.2133 - 2023-12-01
* Fixed memory leak
* Improved [Linked Data](https://json-ld.org/) support (GitHub version only)
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2132 - 2023-12-01
* Added basic support for [Linked Data](https://json-ld.org/) (GitHub version only)

View File

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

View File

@ -6,6 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
### 1.2133 - 2023-12-01
* Fixed memory leak
* Improved [Linked Data](https://json-ld.org/) support (GitHub version only)
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2132 - 2023-12-01
* Added basic support for [Linked Data](https://json-ld.org/) (GitHub version only)

File diff suppressed because it is too large Load Diff