diff options
author | Allan Wang <me@allanwang.ca> | 2018-02-02 21:05:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-02 21:05:26 -0500 |
commit | d68ea6d7eb8cadf687308fa3204386b79df0556b (patch) | |
tree | 0797c5c53e09b6af5eb996ab42e1f814ee615561 /app/src/main/res/xml | |
parent | f36e0fff23abb5c892b40d1a9fb70776078976c4 (diff) | |
download | frost-d68ea6d7eb8cadf687308fa3204386b79df0556b.tar.gz frost-d68ea6d7eb8cadf687308fa3204386b79df0556b.tar.bz2 frost-d68ea6d7eb8cadf687308fa3204386b79df0556b.zip |
Feature/post (#696)v1.8.1
* Reorder final override
* Add initial fab bindings
* Update scripts
* Optimize and use js header hider
* Remove old header hider
* Use method for generating clicker
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 26db730d..6eb8d795 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,11 +6,16 @@ <item text="" /> --> + <version title="v1.8.1" /> + <item text="Theme new Facebook update" /> + <item text="Fix layout issue for posting messages" /> + <item text="Create FAB for posting" /> + <item text="" /> + <version title="v1.8.0" /> <item text="Add Chinese, Indonesian, Norwegian, Polish, Thai, and Turkish translations" /> <item text="Update theme to fix comments" /> <item text="Add option to disable pip (settings > behaviour)" /> - <item text="" /> <version title="v1.7.9" /> <item text="Fix image loading" /> |