aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-09-12 21:03:47 -0700
committerAllan Wang <me@allanwang.ca>2021-09-12 21:03:47 -0700
commitc9d3fac2af841181c64a1e2cfe9dd4edbb0e6fba (patch)
treed5093ab0bbd49861895b839ba3d767e4eea7bf8c
parent0c93df88738db175eb05ed7e72b9bb28e466da07 (diff)
downloadfrost-c9d3fac2af841181c64a1e2cfe9dd4edbb0e6fba.tar.gz
frost-c9d3fac2af841181c64a1e2cfe9dd4edbb0e6fba.tar.bz2
frost-c9d3fac2af841181c64a1e2cfe9dd4edbb0e6fba.zip
Update changelog [skip ci]
-rw-r--r--app/src/main/play/en-US/whatsnew5
-rw-r--r--app/src/main/res/xml/frost_changelog.xml4
-rw-r--r--docs/Changelog.md3
3 files changed, 7 insertions, 5 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" />
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 346b7087..50c1ab40 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,8 +1,9 @@
# Changelog
## v3.1.0
-* Fix multi account signin
+* Fix multi account sign in
* Only clear out cookies on explicit logout; Facebook logout redirects no longer erase cookies
+* Update themes
## v3.0.0
* Removed email support. Please use GitHub for all inquiries as I no longer have time to look through all emails