update CHANGELOG

This commit is contained in:
Hans-Christoph Steiner 2018-02-02 10:47:17 +01:00
parent c29f007050
commit 12f6a91438
2 changed files with 23 additions and 0 deletions

View File

@ -1,3 +1,21 @@
### 1.0.3 (2018-02-02)
* set up "Android App Links" handling aka "Digital Asset Links"
* fix background crash when APKs disappear from cache in process
* fix update notification crash on Android 2.3 (#1306)
* reduce memory usage when checking APKs
* limit WifiStateChangeService to 2 minute runs
### 1.0.2 (2017-12-01)
* fix crasher bug in Updates (#1203)
* properly display newlines in app descriptions
### 1.0.1 (2017-10-23) ### 1.0.1 (2017-10-23)
* fixed index update failure on Android 5.0 (#1014) * fixed index update failure on Android 5.0 (#1014)

View File

@ -0,0 +1,5 @@
This release fine tunes things, and sets up "Android App Links"
handling aka "Digital Asset Links" so that F-Droid properly claims all
links to https://f-droid.org.
This also fixes some crashes and reduces memory usage.