From 2498c127b43f2f4e3d6bca4e699d82b77401487a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 25 Jun 2020 08:53:18 +0200 Subject: [PATCH] add changelog for upcoming v1.9 release --- CHANGELOG.md | 16 ++++++++++++++++ metadata/en-US/changelogs/1009000.txt | 5 +++++ 2 files changed, 21 insertions(+) create mode 100644 metadata/en-US/changelogs/1009000.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 569ac3a79..85bd75e75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +### 1.9 (2020-06-25) + +* Removed "Android App Link" support since it cannot work with + F-Droid, and it was triggering DNS leaks. + +* Archive Repos are now lower priority than the Repo (higher on the + Manage Repos screen), fixing issues where it looked for icons, + screenshots and other information in the Archive rather than the + Repo itself. + +* Stop cropping feature header image (thanks @ByteHamster!) + +* Make navigation bar match dark mode (thanks @MatthieuB!) + +* Cleaned out obsolete code (thanks @Isira-Seneviratne!) + ### 1.8-alpha2 (2020-02-04) * stop showing Unknown Sources with Privileged Extension on Android 10 #1833 diff --git a/metadata/en-US/changelogs/1009000.txt b/metadata/en-US/changelogs/1009000.txt new file mode 100644 index 000000000..403e23a3c --- /dev/null +++ b/metadata/en-US/changelogs/1009000.txt @@ -0,0 +1,5 @@ +* Removed "Android App Link" support since it cannot work with F-Droid, and it was triggering DNS leaks. +* Archive Repos are now lower priority than the Repo (higher on the Manage Repos screen), fixing issues where it looked for icons, screenshots and other information in the Archive rather than the Repo itself. +* Stop cropping feature header image (thanks @ByteHamster!) +* Make navigation bar match dark mode (thanks @MatthieuB!) +* Cleaned out obsolete code (thanks @Isira-Seneviratne!)