diff options
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 6 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 6 | ||||
-rw-r--r-- | docs/Changelog.md | 4 |
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 |