mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-18 15:57:33 +01:00
semantic-release-bot
130f629f6b
chore(release): 0.122.0-dev.1 [skip ci]
# [0.122.0-dev.1](https://github.com/ReVanced/revanced-integrations/compare/v0.121.1-dev.4...v0.122.0-dev.1) (2023-11-12) ### Bug Fixes * **YouTube - Disable suggested video end screen:** Properly hide it every time the screen appears ([828ff6f](828ff6f31e
)) * **YouTube - Hide layout components:** Reduce false positives when hiding mix playlists ([5f30100](5f30100fd5
)) ### Features * **YouTube:** Add `Enable slide to seek` patch ([b1ce7a7](b1ce7a75eb
)) * **YouTube:** Add `Remove tracking query parameter` patch ([e84b7b3](e84b7b328e
)) ### Performance Improvements * **YouTube - Client spoof:** Reduce timeout to fetch storyboard renderer ([847cce4](847cce43f6
))
🔩 ReVanced Integrations
The official ReVanced Integrations containing classes to be merged by ReVanced Patcher.
❓ How to use debugging:
- Usage on Windows:
adb logcat | findstr "revanced" > log.txt
- Usage on Linux:
adb logcat | grep --line-buffered "revanced" > log.txt
This will write the log to a file called log.txt which you can view then.
Languages
Java
92.4%
Kotlin
7.6%