mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-05-20 23:27:06 +02:00

# [0.100.0-dev.6](https://github.com/revanced/revanced-integrations/compare/v0.100.0-dev.5...v0.100.0-dev.6) (2023-03-14) ### Bug Fixes * **youtube/hide-floating-microphone-button:** reboot when changing settings ([919f285](919f2855ed
)) * **youtube/remember-video-quality:** treat any connection as wifi except mobile and bluetooth ([1f90f7b](1f90f7b9cc
)) * **youtube/return-youtube-dislike:** improve segmented like/dislike layout ([416c695](416c695837
)) ### Features * **youtube/general-ads:** hide new type of ad ([844bc3b](844bc3b24f
)) * **youtube/general-ads:** hide new type of ad ([#331](https://github.com/revanced/revanced-integrations/issues/331)) ([7e64e05](7e64e05709
)) * **youtube:** remove `custom-video-buffer` patch ([#1718](https://github.com/revanced/revanced-integrations/issues/1718)) ([d5919a8](d5919a8a2c
))
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%