update CHANGELOG

This commit is contained in:
Hans-Christoph Steiner 2021-03-03 22:55:12 +01:00
parent 363f5baf39
commit e9bdbb2662
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
2 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,21 @@
### 1.12-alpha2 (2021-03-03)
* Overhaul clean up of cached files
* Support updating "shared library packages" like Trichrome (@uldiniad)
### 1.12-alpha1 (2021-02-25)
* Add extra sanitation to search terms to prevent vulnerabilities.
* Fix Nearby Swap's close button (@proletarius101)
* Bump to compileSdkVersion 29 to support Java8
* Set up WorkManager on demand to avoid slowing down starts
* Prefer system keys when APKs are signed by them (@glennmen)
### 1.12-alpha0 (2021-02-08)
* App description localization now fully respects lists of languages in Android

View File

@ -6,6 +6,8 @@
* Search results greatly improved (@Tvax @gcbrown76)
* Let Android efficiently schedule background cache cleanup operations (@Isira-Seneviratne)
* More reliable cache clean up
* Efficiently schedule cache cleanup (@Isira-Seneviratne)
* Overhaul repo URL parsing for reliable repo adding (@projectgus)