mirror of
https://gitlab.com/fdroid/fdroidclient.git
synced 2024-11-01 19:46:20 +01:00
update CHANGELOG
This commit is contained in:
parent
a86a722868
commit
05faac481a
2 changed files with 25 additions and 5 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,3 +1,19 @@
|
|||
### 1.19.0-alpha2 (2023-11-23)
|
||||
|
||||
* New settings to give user control over IPFS HTTP Gateways
|
||||
|
||||
* Enable per-app language selection (@Licaon-Kter)
|
||||
|
||||
* Material Design 2 updates (@proletarius101)
|
||||
|
||||
* Fix bug when adding new repo via unofficial mirror
|
||||
|
||||
### 1.19.0-alpha1 (2023-11-07)
|
||||
|
||||
* Support cloudflare.f-droid.org in Android Asset Links
|
||||
|
||||
* Fix bugs in new Add Repo flow
|
||||
|
||||
### 1.19.0-alpha0 (2023-10-20)
|
||||
|
||||
* Completely overhauled adding repositories and mirrors, both the user experience and the code.
|
||||
|
|
|
@ -1,11 +1,15 @@
|
|||
* Completely overhaul adding repos and mirrors, both UX and code
|
||||
* Overhaul repo and mirror handling, both UX and code
|
||||
|
||||
* Preview repo contents before adding
|
||||
* Show preview of new repos
|
||||
|
||||
* Use Session Installer on F-Droid and F-Droid Basic including support for automatic background updates
|
||||
* Installing with F-Droid and F-Droid Basic now supports automatic background updates
|
||||
|
||||
* On Android 14, mark apps with unsupported Target SDK Version as incompatible #2692
|
||||
|
||||
* Long click to copy Links, Permissions and Versions on App Details screen (thanks @Tobias_Groza)
|
||||
* Long click to copy Links, Permissions and Versions on App Details screen (@Tobias_Groza)
|
||||
|
||||
* Incompatible apps are no longer shown anywhere (except when allowed in Settings) #41 (thanks @pigpig)
|
||||
* Incompatible apps are only shown when allowed in Settings #41 (@pigpig)
|
||||
|
||||
* New IPFS Gateways Settings
|
||||
|
||||
* Per-app language selection (@Licaon-Kter)
|
||||
|
|
Loading…
Reference in a new issue