diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-01 11:55:55 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-07-01 11:55:55 -0700 |
commit | e6bc006975a682c84d8a71b28ad084ce3629f65c (patch) | |
tree | 7861ab3cb4763f94b40d12a7ecf1d79e6870c76c /app/src | |
parent | 92aad9bf4cd6ec5c1568420e9a2514bd4861438b (diff) | |
download | frost-e6bc006975a682c84d8a71b28ad084ce3629f65c.tar.gz frost-e6bc006975a682c84d8a71b28ad084ce3629f65c.tar.bz2 frost-e6bc006975a682c84d8a71b28ad084ce3629f65c.zip |
Update changelog
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 11 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 7 |
2 files changed, 10 insertions, 8 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 009f4196..cd43de9e 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,9 +1,4 @@ -v2.3.0 +v2.3.1 -* Converted internals of Facebook data storage; auto migration will only work from 2.2.x to 2.3.x -* Added notification widget -* Update theme -* Update translations -* Add fingerprint unlock screen -* Fix messenger redirect -* Lots of internal updates
\ No newline at end of file +* Hide all story panels if enabled +* Prevent swipe to refresh if not at the very top
\ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 94c4fcdf..c059c532 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,6 +6,13 @@ <item text="" /> --> + <version title="v2.3.1" /> + <item text="Hide all story panels if enabled" /> + <item text="Prevent swipe to refresh if not at the very top" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v2.3.0" /> <item text="Converted internals of Facebook data storage; auto migration will only work from 2.2.x to 2.3.x" /> <item text="Added notification widget" /> |