diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-31 00:56:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-31 00:56:22 -0400 |
commit | fa00faa72c9764c72c6075e52e13df5c3561693b (patch) | |
tree | 9fc29179852098b1fb57f0ee3b2929f1c9581d64 /app/src/main/res/xml | |
parent | 8cc37e754cfe96470caf613728bdb6e07ac513cd (diff) | |
download | frost-fa00faa72c9764c72c6075e52e13df5c3561693b.tar.gz frost-fa00faa72c9764c72c6075e52e13df5c3561693b.tar.bz2 frost-fa00faa72c9764c72c6075e52e13df5c3561693b.zip |
Reduce scontent trimming (#245)
* Reduce scontent trimming
* Update changelog
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 4363cf71..422fae19 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -11,13 +11,19 @@ <!--<version title="Beta Updates" />--> <version title="Beta Updates"/> + <item text="Prevent image loading from trimming too many characters" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + + <version title="v1.4.12"/> <item text="Fix new messages not showing" /> <item text="Fix theme for sharing and new messages" /> <item text="Prevent search bar settings from disabling itself if auto suggestions fail" /> <item text="Fix numerous crashes relating to search bar layouts" /> <item text="Add debugging for menu" /> - <item text="" /> - <item text="" /> <version title="v1.4.11"/> <item text="Fix url loading bug and add option to launch urls in default browser (behaviour setting)" /> |