1.2311 release

master 1.2311
M66B 2 weeks ago
parent 303f03609e
commit f7998f299c

@ -2,14 +2,6 @@
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fgithub.com%2FM66B%2FFairEmail%2Fblob%2Fmaster%2FCHANGELOG.md)
### Latest version
* Added option for line spacing
* Performance optimizations
* Accessibility improvements
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### Notices
People keep asking me to add new, often exotic, features to the app, to whom I often say "no", and other people complain about too many features.
@ -38,6 +30,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2311 2026-02-07
* Fixed all reported bugs
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2310 2026-01-20
* Fixed crash on older Android versions

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2310 }
def getVersionCode = { -> return 2311 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Diuqin" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -2,14 +2,6 @@
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fgithub.com%2FM66B%2FFairEmail%2Fblob%2Fmaster%2FCHANGELOG.md)
### Latest version
* Added option for line spacing
* Performance optimizations
* Accessibility improvements
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
### Notices
People keep asking me to add new, often exotic, features to the app, to whom I often say "no", and other people complain about too many features.
@ -38,6 +30,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress)
### 1.2311 2026-02-07
* Fixed all reported bugs
* Small improvements and minor bug fixes
* Updated [translations](https://crowdin.com/project/open-source-email)
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
### 1.2310 2026-01-20
* Fixed crash on older Android versions

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