diff options
author | Allan Wang <me@allanwang.ca> | 2019-04-13 19:00:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-13 19:00:40 -0400 |
commit | b70bdd67219502dc16d4c9ec387afdbc8f124d33 (patch) | |
tree | fafba2e6a2a74a4e1eb1adaae1704a0042a6df85 /app/src/main/res/xml/frost_changelog.xml | |
parent | c39b86013320642f8e346a4554e183d5e78c9975 (diff) | |
download | frost-b70bdd67219502dc16d4c9ec387afdbc8f124d33.tar.gz frost-b70bdd67219502dc16d4c9ec387afdbc8f124d33.tar.bz2 frost-b70bdd67219502dc16d4c9ec387afdbc8f124d33.zip |
Video settings (#1390)
* Add autoplay setting option
* Update changelog
Diffstat (limited to 'app/src/main/res/xml/frost_changelog.xml')
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index c9b8477e..1895e46f 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -8,7 +8,9 @@ <version title="v2.2.4" /> <item text="Show top bar to allow sharing posts" /> - <item text="" /> + <item text="Fix unmuting videos when autoplay is enabled" /> + <item text="Add shortcut to toggle autoplay in settings > behaviour" /> + <item text="Update theme" /> <item text="" /> <version title="v2.2.3" /> @@ -17,6 +19,7 @@ <item text="Apply notification keyword filter to title as well" /> <item text="Remove round icon settings as they are the default in Facebook" /> <item text="Update theme" /> + <item text="Update translations" /> <version title="v2.2.2" /> <item text="New marketplace shortcut" /> |