diff options
author | Allan Wang <me@allanwang.ca> | 2021-01-13 00:42:22 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2021-01-13 00:42:22 -0800 |
commit | 28e7848e0da91be7f841e133ed989769bfcc6dca (patch) | |
tree | ab4ce8442ebcd8b3c5a5de12b65487e2d36fdc47 /app/src/main | |
parent | ffefc86e0af62845a4493359c0d00b6d77290b26 (diff) | |
download | frost-28e7848e0da91be7f841e133ed989769bfcc6dca.tar.gz frost-28e7848e0da91be7f841e133ed989769bfcc6dca.tar.bz2 frost-28e7848e0da91be7f841e133ed989769bfcc6dca.zip |
Update changelog
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 6 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 6 |
2 files changed, 9 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" /> |