diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-07 01:00:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-07 01:00:24 -0400 |
commit | 60cc50d8f6785d33adf4dafd456c836c96a9e3de (patch) | |
tree | a887c1dc931f0c434e912c9209c8fa91c2d003e9 /app/src/main/res/xml/frost_changelog.xml | |
parent | 5382d8222915727a47c36f0e7ac280c701dbfcdf (diff) | |
download | frost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.tar.gz frost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.tar.bz2 frost-60cc50d8f6785d33adf4dafd456c836c96a9e3de.zip |
Enhancement/message parsing (#369)
* Test custom regex
* Remove statics, use lists, and add amp (#366)
* Remove statics, use lists, and add amp
* Remove another jvmstatic
* Update parser for messages
* Update dependencies
* Update travis
* Use parsing for background im fetcher
* Update changelog
* Update changelog
Diffstat (limited to 'app/src/main/res/xml/frost_changelog.xml')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index b3bf851a..8cf6b685 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -5,15 +5,18 @@ <version title="v"/> <item text="" /> --> + + <version title="v1.5.6"/> + <item text="Greatly improve background notification fetcher" /> + <item text="Support fetching messages from all accounts" /> + <item text="Update theme" /> <version title="v1.5.5"/> <item text="Numerous bug fixes in KAU" /> - <item text="Set background back to white on non facebook pages" /> + <item text="Set background back to white on non facebook pages" /> <item text="Make read notification/message colors more obvious" /> <item text="Clean up and small bug fixes" /> <item text="Fix facebook link parsing issue for many links" /> - <item text="" /> - <item text="" /> <version title="v1.5.2"/> <item text="Add default download manager to download all files" /> |