Skip to content

Commit 47df2c6

Browse files
chore: Release v3.9.0-dev.1 [skip ci]
# [3.9.0-dev.1](v3.8.1-dev.1...v3.9.0-dev.1) (2025-05-17) ### Bug Fixes * **YouTube - Overlay buttons:** Whitelisted channels could not be imported or exported ([966a84b](966a84b)) ### Features * **Spotify:** Add `Fix third party launchers widgets` patch ([#4893](https://github.com/anddea/revanced-patches/issues/4893)) ([eb72ee6](eb72ee6)) * **YouTube - Hide description components:** Add `Hide Ask section` setting ([b187e6f](b187e6f)) * **YouTube - Settings:** Add search history and result highlighting to the settings search ([d82f279](d82f279))
1 parent b187e6f commit 47df2c6

File tree

4 files changed

+350
-325
lines changed

4 files changed

+350
-325
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [3.9.0-dev.1](https://github.com/anddea/revanced-patches/compare/v3.8.1-dev.1...v3.9.0-dev.1) (2025-05-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **YouTube - Overlay buttons:** Whitelisted channels could not be imported or exported ([966a84b](https://github.com/anddea/revanced-patches/commit/966a84bf5b3d34800d83706e62cf73d0c095e43f))
7+
8+
9+
### Features
10+
11+
* **Spotify:** Add `Fix third party launchers widgets` patch ([#4893](https://github.com/anddea/revanced-patches/issues/4893)) ([eb72ee6](https://github.com/anddea/revanced-patches/commit/eb72ee67de2128cd52b3817898015c1e5e8f1a50))
12+
* **YouTube - Hide description components:** Add `Hide Ask section` setting ([b187e6f](https://github.com/anddea/revanced-patches/commit/b187e6f8712c8c3039d20fd279c8fe9a9485f125))
13+
* **YouTube - Settings:** Add search history and result highlighting to the settings search ([d82f279](https://github.com/anddea/revanced-patches/commit/d82f279a75415405d3e0480fc71c9a42a87bd862))
14+
115
## [3.8.1-dev.1](https://github.com/anddea/revanced-patches/compare/v3.8.0...v3.8.1-dev.1) (2025-05-10)
216

317

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Check the [wiki](https://github.com/anddea/revanced-patches/wiki) for resources
157157
| 💊 Patch | 📜 Description | 🏹 Target Version |
158158
|:--------:|:--------------:|:-----------------:|
159159
| `Custom theme` | Applies a custom theme (defaults to amoled black) | ALL |
160+
| `Fix third party launchers widgets` | Fixes Spotify widgets not working in third party launchers, like Nova Launcher. | ALL |
160161
| `Lyrics search` | Displays a "Search Lyrics" panel in the Main Activity that searches for lyrics on Google, and song meanings on Songtell. The activity is set to SpotifyMainActivity, so the "Search Lyrics" panel won't be shown in NowPlayingActivity (Player view) or possibly other activities. | ALL |
161162
| `Remove Create tab` | Removes the 'Create' (Plus) tab from the bottom navigation bar. | ALL |
162163
| `Sanitize sharing links` | Removes the tracking query parameters from links before they are shared. | ALL |

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ org.gradle.parallel = true
44
android.useAndroidX = true
55
kotlin.code.style = official
66
kotlin.jvm.target.validation.mode = IGNORE
7-
version = 3.8.1-dev.1
7+
version = 3.9.0-dev.1

0 commit comments

Comments
 (0)