1.2329 release

master 1.2329
M66B 3 weeks ago
parent 5adbef384c
commit d4badbbd51

@ -30,6 +30,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2329 2026-08-17
* Performance improvements reformatted message view
* 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 [Brave's debounce list](https://github.com/brave/brave-browser/wiki/Debouncing)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2328 2026-08-07 ### 1.2328 2026-08-07
* Added inset for display cut outs * Added inset for display cut outs

@ -3,7 +3,7 @@ plugins {
id 'de.undercouch.download' id 'de.undercouch.download'
} }
def getVersionCode = { -> return 2328 } def getVersionCode = { -> return 2329 }
def getRevision = { -> return "a" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Elopteryx" } def getReleaseName = { -> return "Elopteryx" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -30,6 +30,15 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2329 2026-08-17
* Performance improvements reformatted message view
* 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 [Brave's debounce list](https://github.com/brave/brave-browser/wiki/Debouncing)
* Updated [translations](https://crowdin.com/project/open-source-email)
### 1.2328 2026-08-07 ### 1.2328 2026-08-07
* Added inset for display cut outs * Added inset for display cut outs

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