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:
parent
16714bcab8
commit
1e3f6974ae
5 changed files with 3532 additions and 4 deletions
|
@ -30,8 +30,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [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
|
||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
|
|
|
@ -3,8 +3,8 @@ apply plugin: 'com.bugsnag.android.gradle'
|
|||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'de.undercouch.download'
|
||||
|
||||
def getVersionCode = { -> return 2250 }
|
||||
def getRevision = { -> return "b" }
|
||||
def getVersionCode = { -> return 2251 }
|
||||
def getRevision = { -> return "a" }
|
||||
def getReleaseName = { -> return "Barsboldia" }
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
||||
|
|
|
@ -30,8 +30,11 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [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
|
||||
* Updated [Public Suffix List](https://github.com/publicsuffix/list)
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
|
|
|
@ -32,6 +32,9 @@ Barsboldia
|
|||
|
||||
Next version
|
||||
|
||||
* Added S/MIME UTF-8 support
|
||||
* Updated Brave's debounce list
|
||||
* Improved internationalized email address support
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated Public Suffix List
|
||||
* Updated translations
|
||||
|
|
3519
metadata/en-US/changelogs/2251.txt
Normal file
3519
metadata/en-US/changelogs/2251.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue