From 6847dc656a34c6521fd8a8cf11af4dc216f6fce3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 15 Feb 2019 15:52:39 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 16 ++++++++++++++++ metadata/en-US/changelogs/1006000.txt | 13 +++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 metadata/en-US/changelogs/1006000.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index ae12c6d46..72e20beaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +### 1.6-alpha0 (2019-02-15) + +* handle implied READ_EXTERNAL_STORAGE permissions, which trigger a + permissions prompt on installs with Privileged Extension (#1702) + +* sanitize index data to reduce the threats from the server + +* set Read Timeout to trigger mirror use when reads are slow + +* fix missing icons for those who do not use WiFi (#1592) + +* use separate titles for Updates pref and Updates tab, so that they + can be better translated + +* UI fixes from @ConnyDuck (#1636, #1618) + ### 1.5.1 (2019-01-07) * Removed incomplete translations that were accidentally added in 1.5 diff --git a/metadata/en-US/changelogs/1006000.txt b/metadata/en-US/changelogs/1006000.txt new file mode 100644 index 000000000..2eeaab8f7 --- /dev/null +++ b/metadata/en-US/changelogs/1006000.txt @@ -0,0 +1,13 @@ +* handle implied READ_EXTERNAL_STORAGE permissions, which trigger a + permissions prompt on installs with Privileged Extension (#1702) + +* sanitize index data to reduce the threats from the server + +* set Read Timeout to trigger mirror use when reads are slow + +* fix missing icons for those who do not use WiFi (#1592) + +* use separate titles for Updates pref and Updates tab, so that they + can be better translated + +* UI fixes from @ConnyDuck (#1636, #1618)