diff options
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 11 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 8 |
2 files changed, 9 insertions, 10 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 747dbf83..47b06212 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,10 +1,3 @@ -v2.4.2 +v2.4.3 -* Fix townhall loading -* Fix search suggestions -* Redesign navigation layout -* Update theme -* Open formatted urls from context menu -* Allow copying text with emojis -* Theme webview js dialogs -* Fix create post FAB
\ No newline at end of file +* Fix Android theme
\ 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 c1360b73..eb968743 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,6 +6,13 @@ <item text="" /> --> + <version title="v2.4.3" /> + <item text="Fix Android theme" /> + <item text="" /> + <item text="" /> + <item text="" /> + <item text="" /> + <version title="v2.4.2" /> <item text="Fix townhall loading" /> <item text="Fix search suggestions" /> @@ -15,7 +22,6 @@ <item text="Allow copying text with emojis" /> <item text="Theme webview js dialogs" /> <item text="Fix create post FAB" /> - <item text="" /> <version title="v2.4.1" /> <item text="Add better support for mobile url conversions" /> |