diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b944bce..5b93e3d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### 1.21.0-alpha1 (2024-09-17) + +* Rewritten repo updater to make background updates more reliable +* Time of next scheduled update visible in settings +* Fix case insensitive search containing diacritics (Thanks Tobias!) +* Fix crash when deleting repo from repo details screen +* Update anti-feature descriptions (Thanks Licaon!) +* Add tethered net anti-feature (Thanks linsui!) +* Ignore whitespaces when adding mirror repos (Thanks Tobias!) + ### 1.21.0-alpha0 (2024-07-09) * Split up name and summary in app lists for better readability diff --git a/app/build.gradle b/app/build.gradle index f9e226d3d..cf05b6170 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { compileSdk 34 defaultConfig { - versionCode 1021000 + versionCode 1021001 versionName getVersionName() applicationId "org.fdroid" diff --git a/metadata/en-US/changelogs/default.txt b/metadata/en-US/changelogs/default.txt index 95b9ef49b..808433005 100644 --- a/metadata/en-US/changelogs/default.txt +++ b/metadata/en-US/changelogs/default.txt @@ -1,8 +1,11 @@ +* Rewritten repo updater to make background updates more reliable * Split up name and summary in app lists for better readability +* Show warning when apps can not be updated from preferred repo * Apps targeting SDK 24 are incompatible with Android 15 devices * Handle mirrors in "Add repo" preview better (Thanks Thore!) * Enable unattended app updates on Xiaomi devices not running MIUI (Thanks Irate!) * Trust user-added root certs (Thanks B.!) -* Improve localization for less common languages (Thanks Ray!) -* Don't react to NFC tags as NFC feature was removed (Thanks Thibault!) -* Show warning when apps can not be updated from preferred repo \ No newline at end of file +* Fix case insensitive search containing diacritics (Thanks Tobias!) +* Update anti-feature descriptions (Thanks Licaon!) +* Add tethered net anti-feature (Thanks linsui!) +* Ignore whitespaces when adding mirror repos (Thanks Tobias!) \ No newline at end of file