🔩 Integrations containing helper classes for ReVanced. Originally maintained by Vanced.
Go to file
semantic-release-bot c8d381de5e chore(release): 1.12.0 [skip ci]
# [1.12.0](https://github.com/ReVanced/revanced-integrations/compare/v1.11.1...v1.12.0) (2024-08-06)

### Bug Fixes

* adjust blacklist ([d8d2a85](d8d2a852d3))
* **YouTube - Alternative thumbnails:** Always use primary thumbnail domain for still captures ([#666](https://github.com/ReVanced/revanced-integrations/issues/666)) ([7cdaf8d](7cdaf8df14))
* **YouTube - Client Spoof:** Restore missing high qualities by spoofing the iOS client user agent  ([#668](https://github.com/ReVanced/revanced-integrations/issues/668)) ([fbf629f](fbf629fd62))
* **YouTube - Disable auto captions:** Do not break Shorts captions menu ([0345a00](0345a00d60))
* **YouTube - Hide keyword content:** Do not hide flyout menu ([cda1f31](cda1f3160c))
* **YouTube - Hide keyword content:** Do not hide flyout menu ([#664](https://github.com/ReVanced/revanced-integrations/issues/664)) ([120188d](120188d643))
* **YouTube - Hide layout components:** Hide new type of horizontal shelf ([1fa59a6](1fa59a62a1))
* **YouTube - Keyword filter:** Filter videos from new subscription layout ([2f2eeea](2f2eeea5a7))
* **YouTube - Return YouTube Dislike:** Fix dislikes not appearing due to new component name ([#674](https://github.com/ReVanced/revanced-integrations/issues/674)) ([509e151](509e1516f8))
* **YouTube - SponsorBlock:** Correctly show minute timestamp when creating a new segment ([e71955d](e71955d5bb))
* **YouTube - SponsorBlock:** Improve create segment manual seek accuracy ([#671](https://github.com/ReVanced/revanced-integrations/issues/671)) ([34c02ae](34c02aeb2a))
* **YouTube - Spoof client:** Fix tracking history on brand accounts ([#669](https://github.com/ReVanced/revanced-integrations/issues/669)) ([4ac698f](4ac698fd4b))
* **YouTube - Spoof client:** Restore livestream audio only playback with iOS spoofing ([#673](https://github.com/ReVanced/revanced-integrations/issues/673)) ([5bf5fbd](5bf5fbd1a7))

### Features

* **YouTube - Description components:** Add  `Hide 'Key concepts' section` option ([#670](https://github.com/ReVanced/revanced-integrations/issues/670)) ([86b25ea](86b25ea468))
* **YouTube:** Add `Bypass image region restrictions` patch ([#667](https://github.com/ReVanced/revanced-integrations/issues/667)) ([396ba77](396ba77c20))
2024-08-06 00:09:03 +00:00
.github ci: Correct usage of repository variable 2024-07-13 00:44:39 +02:00
app fix(YouTube - Return YouTube Dislike): Fix dislikes not appearing due to new component name (#674) 2024-08-06 00:07:39 +02:00
assets chore: Add heading to issue templates 2023-11-23 00:56:50 +01:00
gradle build: fix gradle 2024-05-27 18:11:33 +04:00
stub fix(YouTube - Client Spoof): Restore missing high qualities by spoofing the iOS client user agent (#668) 2024-07-28 16:51:17 +02:00
.editorconfig chore: Lint code 2024-03-03 00:26:34 +01:00
.gitattributes build: update gradle 2023-07-05 23:07:30 +02:00
.gitignore chore: Refactor build files 2024-02-20 04:19:11 +01:00
.releaserc ci: Add custom release rule to create a build release 2024-07-15 00:40:02 +02:00
build.gradle.kts chore: Refactor build files 2024-02-20 04:19:11 +01:00
CHANGELOG.md chore(release): 1.12.0 [skip ci] 2024-08-06 00:09:03 +00:00
gradle.properties chore(release): 1.12.0 [skip ci] 2024-08-06 00:09:03 +00:00
gradlew build: Bump dependencies 2024-05-26 01:21:12 +02:00
gradlew.bat build: Bump dependencies 2024-05-26 01:21:12 +02:00
LICENSE Create LICENSE 2022-05-06 23:11:34 +02:00
package-lock.json build: Bump dependencies 2024-05-26 01:21:12 +02:00
package.json build: Bump dependencies 2024-05-26 01:21:12 +02:00
README.md docs: improve README structure 2023-05-07 03:03:43 +02:00
settings.gradle.kts chore: Refactor build files 2024-02-20 04:19:11 +01:00

🔩 ReVanced Integrations

The official ReVanced Integrations containing classes to be merged by ReVanced Patcher.

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.