diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5a0743b..3ac98dc3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 1.23.0 (2025-05-22) + +* Updated app screenshots for Material 3 (Thanks Thore!) +* Last material design adaptions: rounder cards +* Don't add official mirror as user mirror (Thanks Thore!) +* Fix user mirror UI bug (Thanks oldherl!) +* Respect preferred repo for counting apps in categories +* Fixed crash on started (Thanks Matthew!) + ### 1.23.0-alpha0 (2025-04-01) * material design 3 (with edge-to-edge, but without dynamic colors) (Thanks proletarius!) diff --git a/app/build.gradle b/app/build.gradle index 77a73b22d..2ab5571aa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { compileSdk libs.versions.compileSdk.get().toInteger() defaultConfig { - versionCode 1023000 + versionCode 1023050 versionName getVersionName() applicationId "org.fdroid"