diff options
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 7 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 8 | ||||
-rw-r--r-- | docs/Changelog.md | 4 |
3 files changed, 13 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" /> diff --git a/docs/Changelog.md b/docs/Changelog.md index 4baf45aa..4280780a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## v2.4.4 +* Lots of under the hood fixes +* Fixed sharing + ## v2.4.3 * Fix Android theme * Fix nav header expansion when animations are disabled |