Compare commits

...

2 Commits

Author SHA1 Message Date
semantic-release-bot
337c80fb47 chore(release): 2.174.0-dev.30 [skip ci]
# [2.174.0-dev.30](https://github.com/revanced/revanced-patches/compare/v2.174.0-dev.29...v2.174.0-dev.30) (2023-05-16)

### Features

* **youtube/hide-filter-bar:** add `PreferenceScreen` summary ([4f7c2b4](4f7c2b4b5d))
2023-05-16 03:38:46 +00:00
oSumAtrIX
4f7c2b4b5d feat(youtube/hide-filter-bar): add PreferenceScreen summary 2023-05-16 05:36:06 +02:00
3 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
# [2.174.0-dev.30](https://github.com/revanced/revanced-patches/compare/v2.174.0-dev.29...v2.174.0-dev.30) (2023-05-16)
### Features
* **youtube/hide-filter-bar:** add `PreferenceScreen` summary ([2bba5f7](https://github.com/revanced/revanced-patches/commit/2bba5f72fae06e352d2984fea7c8cc65d38ed221))
# [2.174.0-dev.29](https://github.com/revanced/revanced-patches/compare/v2.174.0-dev.28...v2.174.0-dev.29) (2023-05-16)

View File

@@ -1,2 +1,2 @@
kotlin.code.style = official
version = 2.174.0-dev.29
version = 2.174.0-dev.30

View File

@@ -70,6 +70,10 @@ class HideFilterBarResourcePatch : ResourcePatch {
)
),
),
StringResource(
"revanced_hide_filter_bar_preference_summary",
"Manage the visibility of the filter bar in the feed, search and related videos"
)
)
)