diff options
author | Allan Wang <me@allanwang.ca> | 2021-09-12 21:03:47 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-09-12 21:03:47 -0700 |
commit | c9d3fac2af841181c64a1e2cfe9dd4edbb0e6fba (patch) | |
tree | d5093ab0bbd49861895b839ba3d767e4eea7bf8c /app/src/main | |
parent | 0c93df88738db175eb05ed7e72b9bb28e466da07 (diff) | |
download | frost-c9d3fac2af841181c64a1e2cfe9dd4edbb0e6fba.tar.gz frost-c9d3fac2af841181c64a1e2cfe9dd4edbb0e6fba.tar.bz2 frost-c9d3fac2af841181c64a1e2cfe9dd4edbb0e6fba.zip |
Update changelog [skip ci]
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 5 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 1f46ec04..ea4ee41f 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,4 +1,5 @@ v3.1.0 -* Fix multi account signin -* Only clear out cookies on explicit logout; Facebook logout redirects no longer erase cookies
\ No newline at end of file +* Fix multi account sign in +* Only clear out cookies on explicit logout; Facebook logout redirects no longer erase cookies +* Update themes
\ 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 9a917099..ed3ea6e7 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -7,9 +7,9 @@ --> <version title="v3.1.0" /> - <item text="Fix multi account signin" /> + <item text="Fix multi account sign in" /> <item text="Only clear out cookies on explicit logout; Facebook logout redirects no longer erase cookies" /> - <item text="" /> + <item text="Update themes" /> <version title="v3.0.0" /> <item text="Removed email support. Please use GitHub for all inquiries as I no longer have time to look through all emails" /> |