diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 7 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 6c10ef6b..4474eebc 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,5 +1,4 @@ -v2.4.3 +v2.4.4 -* Fix Android theme -* Fix nav header expansion when animations are disabled -* Fix search page UI
\ No newline at end of file +* Lots of under the hood fixes +* Fixed sharing
\ 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 8e400347..99a48160 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -6,12 +6,16 @@ <item text="" /> --> + <version title="v2.4.4" /> + <item text="Lots of under the hood fixes" /> + <item text="Fixed sharing" /> + <item text="" /> + <item text="" /> + <version title="v2.4.3" /> <item text="Fix Android theme" /> <item text="Fix nav header expansion when animations are disabled" /> <item text="Fix search page UI" /> - <item text="" /> - <item text="" /> <version title="v2.4.2" /> <item text="Fix townhall loading" /> |