1.2279 release

master 1.2279
M66B 3 months ago
parent a5ac51c7d4
commit 04dbdca90d

@ -28,6 +28,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus) ### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2279 2025-06-09
* Added auto-reset of PGP keys
* 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.2278 2025-06-05 ### 1.2278 2025-06-05
* Added option to limit the width only when resizing images * Added option to limit the width only when resizing images

@ -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 2278 } def getVersionCode = { -> return 2279 }
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

@ -28,6 +28,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus) ### [Ceratonykus](https://en.wikipedia.org/wiki/Ceratonykus)
### 1.2279 2025-06-09
* Added auto-reset of PGP keys
* 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.2278 2025-06-05 ### 1.2278 2025-06-05
* Added option to limit the width only when resizing images * Added option to limit the width only when resizing images

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