1.2060 release

pull/212/head 1.2060
M66B 3 years ago
parent e5d825d825
commit ea7e9743c6

@ -4,16 +4,19 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### Next version
### 1.2060 - 2023-04-01
* Added linking contacts to identities to attach vCards
* Added draft message printing
* Added copy filter rule to another account/folder
* Added linking contacts to identities to attach vCards
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### 1.2059 - 2023-03-24
* Fixed all reported bugs

@ -3,9 +3,9 @@ apply plugin: 'com.bugsnag.android.gradle'
apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2059 }
def getVersionCode = { -> return 2060 }
def getRevision = { -> return "a" }
def getReleaseName = { -> return "Rahonavis" }
def getReleaseName = { -> return "Saltopus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
def keystoreProperties = new Properties()
@ -400,6 +400,7 @@ configurations.all {
// Workaround https://issuetracker.google.com/issues/138441698
// Support @69c481c39a17d4e1e44a4eb298bb81c48f226eef
exclude group: "androidx.room", module: "room-runtime"
// Workaround https://issuetracker.google.com/issues/134685570
exclude group: "androidx.lifecycle", module: "lifecycle-livedata"
exclude group: "androidx.lifecycle", module: "lifecycle-livedata-core"

File diff suppressed because it is too large Load Diff

@ -4,16 +4,19 @@
For support you can use [the contact form](https://contact.faircode.eu/?product=fairemailsupport).
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### [Saltopus](https://en.wikipedia.org/wiki/Saltopus)
### Next version
### 1.2060 - 2023-04-01
* Added linking contacts to identities to attach vCards
* Added draft message printing
* Added copy filter rule to another account/folder
* Added linking contacts to identities to attach vCards
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
* Updated [translations](https://crowdin.com/project/open-source-email)
### [Rahonavis](https://en.wikipedia.org/wiki/Rahonavis)
### 1.2059 - 2023-03-24
* Fixed all reported bugs

@ -4,16 +4,19 @@ Changelog
For support you can use the contact form.
Rahonavis
Saltopus
Next version
1.2060 - 2023-04-01
* Added linking contacts to identities to attach vCards
* Added draft message printing
* Added copy filter rule to another account/folder
* Added linking contacts to identities to attach vCards
* Small improvements and minor bug fixes
* Updated AndroidX
* Updated translations
Rahonavis
1.2059 - 2023-03-24
* Fixed all reported bugs

Loading…
Cancel
Save