1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-22 07:42:52 +00:00

1.2251 release

This commit is contained in:
M66B 2024-12-14 10:36:21 +01:00
parent 16714bcab8
commit 1e3f6974ae
5 changed files with 3532 additions and 4 deletions

View file

@ -30,8 +30,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia) ### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### Next version ### 1.2251 2024-12-14
* Added S/MIME UTF-8 support
* Updated Brave's debounce list
* Improved internationalized email address support
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email) * Updated [translations](https://crowdin.com/project/open-source-email)

View file

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

View file

@ -30,8 +30,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia) ### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
### Next version ### 1.2251 2024-12-14
* Added S/MIME UTF-8 support
* Updated Brave's debounce list
* Improved internationalized email address support
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)
* Updated [translations](https://crowdin.com/project/open-source-email) * Updated [translations](https://crowdin.com/project/open-source-email)

View file

@ -32,6 +32,9 @@ Barsboldia
Next version Next version
* Added S/MIME UTF-8 support
* Updated Brave's debounce list
* Improved internationalized email address support
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated Public Suffix List * Updated Public Suffix List
* Updated translations * Updated translations

File diff suppressed because it is too large Load diff