diff --git a/CHANGELOG.md b/CHANGELOG.md index fd55ce96b..fafa621e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +### 1.0 (2017-10-10) + +* completely overhauled workflow for updating apps + +* fully translatable app summaries and descriptions + +* "What's New" section to show changes in current release + +* screenshots and feature graphics + +* Support installing media, OTA, ZIP, etc files + +* improved protection against tracking (HTTP etag, TLS, etc.) + +* fully background updates with Privileged Extension + +* highlight donations to app developers + +* much faster index updates + ### 1.0-alpha5 (2017-10-04) * fix bug that prevented translations from showing up on Android >= 7.0 (#987) diff --git a/metadata/en-US/changelogs/1000010.txt b/metadata/en-US/changelogs/1000010.txt new file mode 100644 index 000000000..58bc6d448 --- /dev/null +++ b/metadata/en-US/changelogs/1000010.txt @@ -0,0 +1,21 @@ +F-Droid is 1.0! + +This release includes lots of big changes: + +* completely overhauled workflow for updating apps + +* fully translatable app summaries and descriptions + +* "What's New" section to show changes in current release + +* screenshots and feature graphics + +* Support installing media, OTA, ZIP, etc files + +* improved protection against tracking (HTTP etag, TLS, etc.) + +* fully background updates with Privileged Extension + +* highlight donations to app developers + +* much faster index updates