diff options
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 7 | ||||
-rw-r--r-- | docs/Changelog.md | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 16a0085b..b46889c2 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -9,13 +9,12 @@ <version title="Translations are opened!" /> <item text="If you want to have Frost in your language, please consider helping translate it. Link is in settings." /> + <version title="v1.5.9" /> + <item text="Add notification support for Android O" /> + <version title="v1.5.8" /> <item text="Fix theme for newer comments layout" /> <item text="Revert media picker to use system default" /> - <item text="" /> - <item text="" /> - <item text="" /> - <item text="" /> <version title="v1.5.7" /> <item text="Allow hiding of composer and groups you may knnow" /> diff --git a/docs/Changelog.md b/docs/Changelog.md index 6bbdcf39..16b94b80 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,6 +3,9 @@ ## Translations are opened! * If you want to have Frost in your language, please consider helping translate it. Link is in settings. +## v1.5.9 +* Add notification support for Android O + ## v1.5.8 * Fix theme for newer comments layout * Revert media picker to use system default |