update changelogs

This commit is contained in:
Hans-Christoph Steiner 2022-12-30 11:45:10 -08:00
parent 7a98d023fc
commit df579ba535
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,14 @@
### 1.16-alpha0 (2022-12-19)
### 1.16-alpha2 (2022-12-30)
* Show upgrade notice after resetting the DB due to F-Droid or OS update.
* Stop logging app URLs and filenames (#2500)
* Use new strict release process which does not load dev tools during build
* Fix numerous crashes
### 1.16-alpha1 (2022-12-19)
* Migrate custom repo configuration to new database (#2485)

View File

@ -1,5 +1,5 @@
* Complete modernization of download, index, and database code.
* Complete modernization of download, index, and database code. Should be faster and more resilient while using less bandwidth. It is also more maintainable with a greatly improved test suite.
* Fixes: #649 #860 #1206 #1588 #1710 #1989 #2080 #2081 #2157 #2322 #2353 #2370
#2412 #2436 #2442 #2443 #2444 #1971