mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
1.2142 release
This commit is contained in:
parent
600a825265
commit
f9c96aabec
4 changed files with 2727 additions and 2 deletions
|
@ -6,6 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||||
|
|
||||||
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
|
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
|
||||||
|
|
||||||
|
### 1.2142 - 2023-12-20
|
||||||
|
|
||||||
|
* Fixed performance issues
|
||||||
|
* Restored storing attachments on external storage
|
||||||
|
* Small improvements and minor bug fixes
|
||||||
|
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||||
|
|
||||||
### 1.2141 - 2023-12-19
|
### 1.2141 - 2023-12-19
|
||||||
|
|
||||||
* Small improvements and minor bug fixes
|
* Small improvements and minor bug fixes
|
||||||
|
|
|
@ -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 2141 }
|
def getVersionCode = { -> return 2142 }
|
||||||
def getRevision = { -> return "b" }
|
def getRevision = { -> return "a" }
|
||||||
def getReleaseName = { -> return "Wintonotitan" }
|
def getReleaseName = { -> return "Wintonotitan" }
|
||||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
||||||
|
|
||||||
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
|
### [Wintonotitan](https://en.wikipedia.org/wiki/Wintonotitan)
|
||||||
|
|
||||||
|
### 1.2142 - 2023-12-20
|
||||||
|
|
||||||
|
* Fixed performance issues
|
||||||
|
* Restored storing attachments on external storage
|
||||||
|
* Small improvements and minor bug fixes
|
||||||
|
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||||
|
|
||||||
### 1.2141 - 2023-12-19
|
### 1.2141 - 2023-12-19
|
||||||
|
|
||||||
* Small improvements and minor bug fixes
|
* Small improvements and minor bug fixes
|
||||||
|
|
2711
metadata/en-US/changelogs/2142.txt
Normal file
2711
metadata/en-US/changelogs/2142.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue