aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2021-01-13 00:42:22 -0800
committerAllan Wang <me@allanwang.ca>2021-01-13 00:42:22 -0800
commit28e7848e0da91be7f841e133ed989769bfcc6dca (patch)
treeab4ce8442ebcd8b3c5a5de12b65487e2d36fdc47
parentffefc86e0af62845a4493359c0d00b6d77290b26 (diff)
downloadfrost-28e7848e0da91be7f841e133ed989769bfcc6dca.tar.gz
frost-28e7848e0da91be7f841e133ed989769bfcc6dca.tar.bz2
frost-28e7848e0da91be7f841e133ed989769bfcc6dca.zip
Update changelog
-rw-r--r--app/src/main/play/en-US/whatsnew6
-rw-r--r--app/src/main/res/xml/frost_changelog.xml6
-rw-r--r--docs/Changelog.md4
3 files changed, 13 insertions, 3 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew
index 5e14d894..fad19c9d 100644
--- a/app/src/main/play/en-US/whatsnew
+++ b/app/src/main/play/en-US/whatsnew
@@ -1,4 +1,4 @@
-v2.4.7
+v3.0.0
-* Fix theme not always sticking on refresh
-* Disable long press menu from appearing immediately after scrolling \ No newline at end of file
+* Removed email support. Please use GitHub for all inquiries as I no longer have time to look through all emails
+* Added initial support for messenger.com \ 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 6a526ccb..8badfc5f 100644
--- a/app/src/main/res/xml/frost_changelog.xml
+++ b/app/src/main/res/xml/frost_changelog.xml
@@ -6,6 +6,12 @@
<item text="" />
-->
+ <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" />
+ <item text="Added initial support for messenger.com" />
+ <item text="" />
+ <item text="" />
+
<version title="v2.4.7" />
<item text="Fix theme not always sticking on refresh" />
<item text="Disable long press menu from appearing immediately after scrolling" />
diff --git a/docs/Changelog.md b/docs/Changelog.md
index caf30a00..f53b43d4 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -1,5 +1,9 @@
# Changelog
+## v3.0.0
+* Removed email support. Please use GitHub for all inquiries as I no longer have time to look through all emails
+* Added initial support for messenger.com
+
## v2.4.7
* Fix theme not always sticking on refresh
* Disable long press menu from appearing immediately after scrolling