diff options
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 2 | ||||
-rw-r--r-- | docs/Changelog.md | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index ec5e33e9..9d047c02 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -3,4 +3,5 @@ v2.3.1 * Hide all story panels if enabled * Prevent swipe to refresh if not at the very top * Add vertical swipe to dismiss when viewing images -* Add horizontal scroll support for webviews
\ No newline at end of file +* Add horizontal scroll support for webviews +* Fix theme for F-Droid builds
\ 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 3562c5c9..a0175c2e 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -11,7 +11,7 @@ <item text="Prevent swipe to refresh if not at the very top" /> <item text="Add vertical swipe to dismiss when viewing images" /> <item text="Add horizontal scroll support for webviews" /> - <item text="" /> + <item text="Fix theme for F-Droid builds" /> <version title="v2.3.0" /> <item text="Converted internals of Facebook data storage; auto migration will only work from 2.2.x to 2.3.x" /> diff --git a/docs/Changelog.md b/docs/Changelog.md index 4ebca7e8..cbe84e58 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -5,6 +5,7 @@ * Prevent swipe to refresh if not at the very top * Add vertical swipe to dismiss when viewing images * Add horizontal scroll support for webviews +* Fix theme for F-Droid builds ## v2.3.0 * Converted internals of Facebook data storage; auto migration will only work from 2.2.x to 2.3.x |