diff options
Diffstat (limited to 'app')
-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" /> |