diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-24 16:37:56 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-09-24 16:37:56 -0400 |
commit | b2967e539e21e3f3e57f7848a397c9f94ef6a54d (patch) | |
tree | 7233718dd3e0b25cdcf280ebfe6a07288e8bbd14 | |
parent | 6e68016c9c4ab30ee7775f1ee811755c0e040f38 (diff) | |
download | frost-b2967e539e21e3f3e57f7848a397c9f94ef6a54d.tar.gz frost-b2967e539e21e3f3e57f7848a397c9f94ef6a54d.tar.bz2 frost-b2967e539e21e3f3e57f7848a397c9f94ef6a54d.zip |
Update changelog
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 10 | ||||
-rw-r--r-- | docs/Changelog.md | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 895c271f..2b4e0b1c 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -2,18 +2,18 @@ <resources> <!-- - <version title="Beta Updates"/> - <item text="" /> <version title="v"/> <item text="" /> --> - - <!--<version title="Beta Updates" />--> - <version title="Beta Updates"/> + <version title="v1.5.4"/> <item text="Add default download manager to download all files" /> <item text="Limit notification sounds when multiple notifications come in" /> <item text="Check that job scheduler exists before scheduling notifications" /> + <item text="Make read notification/message colors more obvious" /> + <item text="Clean up and small bug fixes" /> + <item text="" /> + <item text="" /> <item text="" /> <version title="v1.5.1"/> diff --git a/docs/Changelog.md b/docs/Changelog.md index 7570f5d9..9e4431d8 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,9 +1,11 @@ # Changelog -## Beta Updates +## v1.5.4 * Add default download manager to download all files * Limit notification sounds when multiple notifications come in * Check that job scheduler exists before scheduling notifications +* Make read notification/message colors more obvious +* Clean up and small bug fixes ## v1.5.1 * Release day is here! |