[app] Release 1.21-alpha1

This commit is contained in:
Torsten Grote
2024-09-17 09:11:08 -03:00
parent 20a65dbab0
commit b83596c8a8
3 changed files with 17 additions and 4 deletions

View File

@@ -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

View File

@@ -32,7 +32,7 @@ android {
compileSdk 34
defaultConfig {
versionCode 1021000
versionCode 1021001
versionName getVersionName()
applicationId "org.fdroid"

View File

@@ -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
* 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!)