mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 05:34:51 +00:00
1.2117 release
This commit is contained in:
parent
637cf3aa36
commit
846b693180
4 changed files with 2552 additions and 1 deletions
|
@ -6,6 +6,13 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
|
|||
|
||||
### [Vallibonavenatrix](https://en.wikipedia.org/wiki/Vallibonavenatrix)
|
||||
|
||||
### 1.2117 - 2023-11-02
|
||||
|
||||
* Improved identity selector
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
|
||||
### 1.2116 - 2023-10-30
|
||||
|
||||
* Fixed a crash in the JSoup library on Android 7.0 and earlier
|
||||
|
|
|
@ -3,7 +3,7 @@ apply plugin: 'com.bugsnag.android.gradle'
|
|||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'de.undercouch.download'
|
||||
|
||||
def getVersionCode = { -> return 2116 }
|
||||
def getVersionCode = { -> return 2117 }
|
||||
def getRevision = { -> return "a" }
|
||||
def getReleaseName = { -> return "Vallibonavenatrix" }
|
||||
// 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=
|
|||
|
||||
### [Vallibonavenatrix](https://en.wikipedia.org/wiki/Vallibonavenatrix)
|
||||
|
||||
### 1.2117 - 2023-11-02
|
||||
|
||||
* Improved identity selector
|
||||
* Small improvements and minor bug fixes
|
||||
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
|
||||
* Updated [translations](https://crowdin.com/project/open-source-email)
|
||||
|
||||
### 1.2116 - 2023-10-30
|
||||
|
||||
* Fixed a crash in the JSoup library on Android 7.0 and earlier
|
||||
|
|
2537
metadata/en-US/changelogs/2117.txt
Normal file
2537
metadata/en-US/changelogs/2117.txt
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue