aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-07-01 11:55:55 -0700
committerAllan Wang <me@allanwang.ca>2019-07-01 11:55:55 -0700
commite6bc006975a682c84d8a71b28ad084ce3629f65c (patch)
tree7861ab3cb4763f94b40d12a7ecf1d79e6870c76c
parent92aad9bf4cd6ec5c1568420e9a2514bd4861438b (diff)
downloadfrost-e6bc006975a682c84d8a71b28ad084ce3629f65c.tar.gz
frost-e6bc006975a682c84d8a71b28ad084ce3629f65c.tar.bz2
frost-e6bc006975a682c84d8a71b28ad084ce3629f65c.zip
Update changelog
-rw-r--r--app/src/main/play/en-US/whatsnew11
-rw-r--r--app/src/main/res/xml/frost_changelog.xml7
-rw-r--r--docs/Changelog.md4
3 files changed, 14 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" />
diff --git a/docs/Changelog.md b/docs/Changelog.md
index c54156d4..c581c0e1 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,5 +1,9 @@
# Changelog
+## v2.3.1
+* Hide all story panels if enabled
+* Prevent swipe to refresh if not at the very top
+
## v2.3.0
* Converted internals of Facebook data storage; auto migration will only work from 2.2.x to 2.3.x
* Added notification widget