mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-27 04:07:32 +01:00
semantic-release-bot
2002bf8063
chore(release): 0.86.0 [skip ci]
# [0.86.0](https://github.com/revanced/revanced-integrations/compare/v0.85.1...v0.86.0) (2022-12-21)
### Features
* **youtube/return-youtube-dislike:** debug connection statistics, toast on error, high priority background threads ([#236](https://github.com/revanced/revanced-integrations/issues/236)) ([693ef08](693ef08c6c
))
feat(youtube/return-youtube-dislike): debug connection statistics, toast on error, high priority background threads (#236)
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%