1.2279 release

This commit is contained in:
M66B
2025-06-09 08:03:05 +02:00
parent a5ac51c7d4
commit 04dbdca90d
4 changed files with 3738 additions and 2 deletions

View File

@@ -28,6 +28,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [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
* Added option to limit the width only when resizing images

View File

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

View File

@@ -28,6 +28,14 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### [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
* Added option to limit the width only when resizing images

File diff suppressed because it is too large Load Diff