diff --git a/CHANGELOG.md b/CHANGELOG.md index dd762a790..9cddc09e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.6.0 + +#### What's New +- Added option to ignore `MediaStore` tags, allowing more correct metadata +at the cost of longer loading times +- Added Last Added sorting + ## 2.5.0 #### What's New diff --git a/app/src/main/res/xml/prefs_main.xml b/app/src/main/res/xml/prefs_main.xml index f27a73508..e2c36d027 100644 --- a/app/src/main/res/xml/prefs_main.xml +++ b/app/src/main/res/xml/prefs_main.xml @@ -183,7 +183,6 @@ app:allowDividerBelow="false" app:defaultValue="false" app:iconSpaceReserved="false" - app:isPreferenceVisible="false" app:key="@string/set_key_quality_tags" app:summary="@string/set_quality_tags_desc" app:title="@string/set_quality_tags" />