1.2238 release

pull/217/head 1.2238
M66B 11 months ago
parent 6ded1667f0
commit 8fd722323d

@ -20,13 +20,22 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### 1.2237 2024-10-14
### 1.2238 2024-10-17
* Fixed zooming with always shown inline images
* Added copying of POP3 accounts
* Removed inline build of MiniDNS
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2237 2024-10-14
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2236 2024-10-08
* Disabled workaround for Gmail

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

@ -20,13 +20,22 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### 1.2237 2024-10-14
### 1.2238 2024-10-17
* Fixed zooming with always shown inline images
* Added copying of POP3 accounts
* Removed inline build of MiniDNS
* Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2237 2024-10-14
* Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2236 2024-10-08
* Disabled workaround for Gmail

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