From e48fb93c770ed3cc61b76c21235c998f579ab89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= <mvdan@mvdan.cc> Date: Mon, 10 Aug 2015 17:27:37 -0700 Subject: [PATCH] First changelog writeup --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32686652e..10d76c069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +### 0.96 (2015-09-??) + +* Add feature to offer beta (non-stable) updates for apps + +* Move the repo index update to a notification + +* Handle apk downloads without a dialog + +* Add timeouts for HTTP requests to avoid ever-lasting downloads + +* Don't let users try to uninstall system apps that haven't been updated + +* Various bugfixes regarding the process to install F-Droid as a system app + +* Disable prompt to install F-Droid into system until it's more stable + +* Fix crash when updating from an older release if using the "Light with dark + ActionBar" theme + +* Re-add SuperUser third-party permission to the manifest since some systems + require it + +* Fix privileged installer confirmation screen issues on Android 2.X/3.X/4.X + ### 0.95.1 (2015-08-10) * Disable prompt to install F-Droid into system until it's more stable