diff options
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 3 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 9ae7372d..ec5e33e9 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -2,4 +2,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
\ No newline at end of file +* Add vertical swipe to dismiss when viewing images +* Add horizontal scroll support for webviews
\ 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 32fc108b..3562c5c9 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -10,7 +10,7 @@ <item text="Hide all story panels if enabled" /> <item text="Prevent swipe to refresh if not at the very top" /> <item text="Add vertical swipe to dismiss when viewing images" /> - <item text="" /> + <item text="Add horizontal scroll support for webviews" /> <item text="" /> <version title="v2.3.0" /> |