1.2292 release

master 1.2292
M66B 1 month ago
parent 8483ce15ec
commit 0deaf36601

@ -30,10 +30,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2292 2025-08-18 *
* Fixed unchanged external drafts being saved
* Added support for "one-click" unsubscribe
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
### 1.2291 2025-08-13 * ### 1.2291 2025-08-13
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)

@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android' apply plugin: 'kotlin-android'
apply plugin: 'de.undercouch.download' apply plugin: 'de.undercouch.download'
def getVersionCode = { -> return 2291 } def getVersionCode = { -> return 2292 }
def getRevision = { -> return "b" } def getRevision = { -> return "a" }
def getReleaseName = { -> return "Ceratonykus" } def getReleaseName = { -> return "Ceratonykus" }
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera

@ -30,10 +30,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### Next version (Work in progress) ### Next version (Work in progress)
### 1.2292 2025-08-18 *
* Fixed unchanged external drafts being saved
* Added support for "one-click" unsubscribe
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel) * Updated [AndroidX](https://developer.android.com/jetpack/androidx/versions/all-channel)
### 1.2291 2025-08-13 * ### 1.2291 2025-08-13
* Small improvements and minor bug fixes * Small improvements and minor bug fixes
* Updated [Public Suffix List](https://github.com/publicsuffix/list) * Updated [Public Suffix List](https://github.com/publicsuffix/list)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save