mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-24 00:37:10 -04:00
[app] Release 1.21-alpha1
This commit is contained in:
10
CHANGELOG.md
10
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
|
||||
|
||||
@@ -32,7 +32,7 @@ android {
|
||||
compileSdk 34
|
||||
|
||||
defaultConfig {
|
||||
versionCode 1021000
|
||||
versionCode 1021001
|
||||
versionName getVersionName()
|
||||
applicationId "org.fdroid"
|
||||
|
||||
|
||||
@@ -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!)
|
||||
Reference in New Issue
Block a user