diff options
author | Allan Wang <me@allanwang.ca> | 2021-09-25 17:34:08 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-09-25 17:34:08 -0700 |
commit | cc906e7ac23e7131fac80059d28277e555cd050d (patch) | |
tree | 0e754dc54f5674a31d11ab998103fa9c22e726d8 | |
parent | 3b4b164f524575c9dc10955d329710ba0706c9ed (diff) | |
download | frost-cc906e7ac23e7131fac80059d28277e555cd050d.tar.gz frost-cc906e7ac23e7131fac80059d28277e555cd050d.tar.bz2 frost-cc906e7ac23e7131fac80059d28277e555cd050d.zip |
Update changelog
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 7 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 5 | ||||
-rw-r--r-- | docs/Changelog.md | 3 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index f9e930b8..91e36d9a 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,6 +1,3 @@ -v3.1.0 +v3.1.1 -* Fix multi account sign in -* Only clear out cookies on explicit logout; Facebook logout redirects no longer erase cookies -* Update themes -* Big infra changes (please file bugs for new crashes)
\ No newline at end of file +* Many internal fixes to address 3.1.0 issues
\ 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 292d62bb..63c99cf9 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -5,6 +5,11 @@ <version title="v" /> <item text="" /> --> + <version title="v3.1.1" /> + <item text="Many internal fixes to address 3.1.0 issues" /> + <item text="" /> + <item text="" /> + <item text="" /> <version title="v3.1.0" /> <item text="Fix multi account sign in" /> diff --git a/docs/Changelog.md b/docs/Changelog.md index 0d8efb86..f45788eb 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,8 @@ # Changelog +## v3.1.1 +* Many internal fixes to address 3.1.0 issues + ## v3.1.0 * Fix multi account sign in * Only clear out cookies on explicit logout; Facebook logout redirects no longer erase cookies |