diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c07f81da..9b6455d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) * fixed index update failure on Android 5.0 (#1014) diff --git a/metadata/en-US/changelogs/1000013.txt b/metadata/en-US/changelogs/1000013.txt new file mode 100644 index 000000000..2ea412585 --- /dev/null +++ b/metadata/en-US/changelogs/1000013.txt @@ -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.