Skip to content

Commit 923e8c3

Browse files
chore: Release v3.7.0-dev.6 [skip ci]
# [3.7.0-dev.6](v3.7.0-dev.5...v3.7.0-dev.6) (2025-04-16) ### Bug Fixes * **Spotify - Lyrics search:** Minimize the `Search Lyrics` panel into a draggable floating button when the close button is clicked ([23f689f](23f689f)) * **Spotify:** Fix login by replacing `Spoof signature` patch with new `Spoof package info` patch ([06b96db](06b96db))
1 parent 06b96db commit 923e8c3

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [3.7.0-dev.6](https://github.com/anddea/revanced-patches/compare/v3.7.0-dev.5...v3.7.0-dev.6) (2025-04-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **Spotify - Lyrics search:** Minimize the `Search Lyrics` panel into a draggable floating button when the close button is clicked ([23f689f](https://github.com/anddea/revanced-patches/commit/23f689f5dfbd2f220c3b55bf83e615b1c67840ef))
7+
* **Spotify:** Fix login by replacing `Spoof signature` patch with new `Spoof package info` patch ([06b96db](https://github.com/anddea/revanced-patches/commit/06b96dbd96460088a49c6b18c1e4f7f5f41622b5))
8+
19
# [3.7.0-dev.5](https://github.com/anddea/revanced-patches/compare/v3.7.0-dev.4...v3.7.0-dev.5) (2025-04-14)
210

311

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Check the [wiki](https://github.com/anddea/revanced-patches/wiki) for resources
160160
| `Lyrics search` | Displays a "Search Lyrics" button in the Main Activity that searches for lyrics on Google. The button appears on every playback action change (play, pause, next/previous track, etc.). The activity is set to SpotifyMainActivity, so the "Search Lyrics" button won't be shown in NowPlayingActivity (Player view) or possibly other activities. | ALL |
161161
| `Remove Create tab` | Removes the 'Create' (Plus) tab from the bottom navigation bar. | ALL |
162162
| `Sanitize sharing links` | Removes the '?si=' tracking parameter from shared links (e.g., Copy Link, Share to...). | ALL |
163-
| `Spoof signature` | Spoofs the signature of the app to fix various functions of the app. | ALL |
163+
| `Spoof package info` | Spoofs the package info of the app to fix various functions of the app. | ALL |
164164
| `Unlock Spotify Premium` | Unlocks Spotify Premium features. Server-sided features like downloading songs are still locked. | ALL |
165165
</details>
166166

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.7.0-dev.5
7+
version = 3.7.0-dev.6

patches.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3022,6 +3022,16 @@
30223022
},
30233023
"options": []
30243024
},
3025+
{
3026+
"name": "Spoof package info",
3027+
"description": "Spoofs the package info of the app to fix various functions of the app.",
3028+
"use": true,
3029+
"dependencies": [],
3030+
"compatiblePackages": {
3031+
"com.spotify.music": null
3032+
},
3033+
"options": []
3034+
},
30253035
{
30263036
"name": "Spoof player parameter",
30273037
"description": "Adds options to spoof player parameter to allow playback.",
@@ -3045,16 +3055,6 @@
30453055
},
30463056
"options": []
30473057
},
3048-
{
3049-
"name": "Spoof signature",
3050-
"description": "Spoofs the signature of the app to fix various functions of the app.",
3051-
"use": true,
3052-
"dependencies": [],
3053-
"compatiblePackages": {
3054-
"com.spotify.music": null
3055-
},
3056-
"options": []
3057-
},
30583058
{
30593059
"name": "Spoof streaming data",
30603060
"description": "Adds options to spoof the streaming data to allow playback.",

0 commit comments

Comments
 (0)