mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 21:24:34 +00:00
1.2238 release
This commit is contained in:
parent
6ded1667f0
commit
8fd722323d
4 changed files with 3438 additions and 4 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -20,10 +20,19 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
|
||||
|
||||
### 1.2238 2024-10-17
|
||||
|
||||
* Fixed zooming with always shown inline images
|
||||
* Added copying of POP3 accounts
|
||||
* Removed inline build of MiniDNS
|
||||
* 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 [translations](https://crowdin.com/project/open-source-email)
|
||||
|
||||
### 1.2237 2024-10-14
|
||||
|
||||
* 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 [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 2237 }
|
||||
def getRevision = { -> return "b" }
|
||||
def getVersionCode = { -> return 2238 }
|
||||
def getRevision = { -> return "a" }
|
||||
def getReleaseName = { -> return "Barsboldia" }
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
||||
|
|
|
@ -20,10 +20,19 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [Barsboldia](https://en.wikipedia.org/wiki/Barsboldia)
|
||||
|
||||
### 1.2238 2024-10-17
|
||||
|
||||
* Fixed zooming with always shown inline images
|
||||
* Added copying of POP3 accounts
|
||||
* Removed inline build of MiniDNS
|
||||
* 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 [translations](https://crowdin.com/project/open-source-email)
|
||||
|
||||
### 1.2237 2024-10-14
|
||||
|
||||
* 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 [translations](https://crowdin.com/project/open-source-email)
|
||||
|
||||
|
|
3416
metadata/en-US/changelogs/2238.txt
Normal file
3416
metadata/en-US/changelogs/2238.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue