mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-02-05 00:27:32 +01:00
semantic-release-bot
370f331330
chore(release): 0.96.2 [skip ci]
## [0.96.2](https://github.com/revanced/revanced-integrations/compare/v0.96.1...v0.96.2) (2023-02-13) ### Bug Fixes * **youtube/general-ads:** do not hide chapters when hiding preview comments ([cfb7aab](cfb7aab779
)) * **youtube/general-ads:** use correct setting for `BlockRule` ([#316](https://github.com/revanced/revanced-integrations/issues/316)) ([7225bc3](7225bc3c48
))
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%