diff options
author | Allan Wang <me@allanwang.ca> | 2019-10-15 00:02:38 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-10-15 00:02:38 -0700 |
commit | cdddb88d53e86561179daf97af825a86aa41c1b1 (patch) | |
tree | 77d05207e31f4b3fd30c9af6deb0fae0be9ec27b | |
parent | 4f7ba30690438d69c75c92530e7a78bd20fa9a24 (diff) | |
download | frost-cdddb88d53e86561179daf97af825a86aa41c1b1.tar.gz frost-cdddb88d53e86561179daf97af825a86aa41c1b1.tar.bz2 frost-cdddb88d53e86561179daf97af825a86aa41c1b1.zip |
Update changelog
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 10 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 6 | ||||
-rw-r--r-- | docs/Changelog.md | 3 |
3 files changed, 10 insertions, 9 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index f286cb6f..d9c37fbc 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,9 +1,3 @@ -v2.4.1 +v2.4.2 -* Add better support for mobile url conversions -* Notification tab will keep first page in the same window; fixes marking notifications as read -* Fix nav and status bar icon colors for custom themes (Android O+) -* Fix biometric prompt, and prompt on activity resume -* Fix notification title -* Add option to open overlay links in browser -* Disable swipe to refresh for composer and sharer pages
\ No newline at end of file +* Fix back stack history
\ 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 e8856b03..0b77ad1d 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,6 +6,11 @@ <item text="" /> --> + <version title="v2.4.2" /> + <item text="Fix back stack history" /> + <item text="" /> + <item text="" /> + <version title="v2.4.1" /> <item text="Add better support for mobile url conversions" /> <item text="Notification tab will keep first page in the same window; fixes marking notifications as read" /> @@ -14,7 +19,6 @@ <item text="Fix notification title" /> <item text="Add option to open overlay links in browser" /> <item text="Disable swipe to refresh for composer and sharer pages" /> - <item text="" /> <version title="v2.4.0" /> <item text="Removed request services, which potentially caused phishing warnings." /> diff --git a/docs/Changelog.md b/docs/Changelog.md index 849170bf..f511c6ed 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,8 @@ # Changelog +## v2.4.2 +* Fix back stack history + ## v2.4.1 * Add better support for mobile url conversions * Notification tab will keep first page in the same window; fixes marking notifications as read |