mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-26 19:57:32 +01:00
semantic-release-bot
393d6e62f2
chore(release): 0.100.0 [skip ci]
# [0.100.0](https://github.com/revanced/revanced-integrations/compare/v0.99.0...v0.100.0) (2023-03-14) ### Bug Fixes * **youtube/general-ads:** hide any kind of buttoned ad ([0b3508b](0b3508bd8d
)) * **youtube/general-ads:** hide chapters in video description ([#326](https://github.com/revanced/revanced-integrations/issues/326)) ([f31e3a0](f31e3a02a0
)) * **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:** do not hide components in library tab ([3c00e58](3c00e58c13
)) * **youtube/general-ads:** hide image shelf from search results ([db6ce55](db6ce55477
)) * **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/hide-autoplay-button:** do not disable autoplay button when hidden ([519c2bd](519c2bd511
)) * **youtube:** `hide-floating-microphone-button` patch ([cb77e96](cb77e96da9
)) * **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%