Prepare 1.23.1 release

This commit is contained in:
Torsten Grote
2025-07-10 17:17:52 -03:00
parent d432513353
commit c8dfcb2c2b
3 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
### 1.23.1 (2025-07-11)
* Disable edge-to-edge for Android 10 and below since it caused issues there
* Fix top app bar background in OLED black theme
* Fix implied POST_NOTIFICATIONS permission mismatch
* Fix minimum installable target SDK for Android 16 (marks apps as incompatible again)
* Fix index diff bug when removing icons
* Fix cash when setting session timeout with conscrypt installed
### 1.23.0 (2025-05-22)
* Updated app screenshots for Material 3 (Thanks Thore!)

View File

@@ -32,7 +32,7 @@ android {
compileSdk libs.versions.compileSdk.get().toInteger()
defaultConfig {
versionCode 1023050
versionCode 1023051
versionName getVersionName()
applicationId "org.fdroid"

View File

@@ -0,0 +1,4 @@
* Disable edge-to-edge for Android 10 and below since it caused issues there
* Fix top app bar background in OLED black theme
* Fix implied POST_NOTIFICATIONS permission mismatch
* Fix minimum installable target SDK for Android 16 (marks apps as incompatible again)