mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-21 01:07:32 +01:00
semantic-release-bot
f10b202c93
chore(release): 0.71.0 [skip ci]
# [0.71.0](https://github.com/revanced/revanced-integrations/compare/v0.70.0...v0.71.0) (2022-11-15) ### Bug Fixes * **youtube/general-ads:** do not force to restart on general ads switches ([0a90289](0a90289dc5
)) ### Features * **youtube/general-ads:** hide chapter teaser under videos ([3fb337b](3fb337b856
)) * **youtube/general-ads:** hide shorts in search ([d82b989](d82b9898a8
))
ReVanced Integrations
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%