aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2020-02-23 18:55:49 -0800
committerAllan Wang <me@allanwang.ca>2020-02-23 18:55:49 -0800
commitd07fc10926cdf9d28b3fbbe080a43b6703641474 (patch)
tree159692a4520bea0735d2ab89f9f5623c98a9aa16
parent4b92fca5db45f1c5477995056bb6b11a2c876e76 (diff)
downloadfrost-d07fc10926cdf9d28b3fbbe080a43b6703641474.tar.gz
frost-d07fc10926cdf9d28b3fbbe080a43b6703641474.tar.bz2
frost-d07fc10926cdf9d28b3fbbe080a43b6703641474.zip
Update changelog and apply spotless
-rw-r--r--app/src/main/play/en-US/whatsnew7
-rw-r--r--app/src/main/res/xml/frost_changelog.xml8
-rw-r--r--docs/Changelog.md4
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