diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-22 16:42:11 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-22 16:42:11 -0700 |
commit | 633618b5099fca082fbe39eca2fcf2e52d23def5 (patch) | |
tree | c47df93dd2d8094f8175ada4788c4c567bfaac54 /app/src | |
parent | c9ee5d79df4cb1baab4357fc11c13a4514af2c6f (diff) | |
download | frost-633618b5099fca082fbe39eca2fcf2e52d23def5.tar.gz frost-633618b5099fca082fbe39eca2fcf2e52d23def5.tar.bz2 frost-633618b5099fca082fbe39eca2fcf2e52d23def5.zip |
Refresh adapter on previousv0.3
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/res/xml/changelog.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/app/src/main/res/xml/changelog.xml b/app/src/main/res/xml/changelog.xml index d0f7e50b..f7eac783 100644 --- a/app/src/main/res/xml/changelog.xml +++ b/app/src/main/res/xml/changelog.xml @@ -6,7 +6,15 @@ <item text="" /> --> - <version title="v0.2"/> + <version title="v0.3" /> + <item text="Added rounded icons option" /> + <item text="Sorted preferences" /> + <item text="Added adblock" /> + <item text="Added feed configurations" /> + <item text="Animated settings panels" /> + <item text="Add notification filters" /> + + <version title="v0.2" /> <item text="Removed unnecessary permissions" /> <item text="Added notifications" /> <item text="Themed more components" /> @@ -18,8 +26,6 @@ <item text="Added anonymous analytics" /> <item text="Moved settings to drawer" /> <item text="Added feedback option" /> - <item text="" /> - <item text="" /> <version title="v0.1" /> <item text="Initial Changelog" /> |