diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-20 15:50:08 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-20 15:50:08 -0700 |
commit | e916afddb89550d7f99f17e1477ad17f3bd770f9 (patch) | |
tree | b9a846da082599295d2671d29eaee74d9310f4c6 /app/src/main/res/xml/changelog.xml | |
parent | 2d7fa0f6d0c152bb9f3fd30370ef510a0d452d00 (diff) | |
download | frost-e916afddb89550d7f99f17e1477ad17f3bd770f9.tar.gz frost-e916afddb89550d7f99f17e1477ad17f3bd770f9.tar.bz2 frost-e916afddb89550d7f99f17e1477ad17f3bd770f9.zip |
Add user switching for notifications
Diffstat (limited to 'app/src/main/res/xml/changelog.xml')
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index 964bc8e1..fc87ce08 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -8,7 +8,10 @@ <version title="v0.2"/> <item text="Removed unnecessary permissions" /> - <item text="" /> + <item text="Added notifications" /> + <item text="Themed more components" /> + <item text="Separated independent web overlay from in app overlay" /> + <item text="Allow notifications from any account" /> <item text="" /> <item text="" /> <item text="" /> |