You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
semantic-release-bot b1aa59c882 chore(release): 0.109.0 [skip ci]
# [0.109.0](https://github.com/revanced/revanced-integrations/compare/v0.108.0...v0.109.0) (2023-05-31)

### Bug Fixes

* **youtube/downloads:** rename patch to `external-downloads` ([#414](https://github.com/revanced/revanced-integrations/issues/414)) ([b3c7e7f](b3c7e7f638))
* **youtube/hide-player-buttons:** fix previous/next button showing if previous video exists ([#412](https://github.com/revanced/revanced-integrations/issues/412)) ([60f25a2](60f25a2af0))
* **youtube/hide-shorts-components:** hide new type of Shorts in feed ([f13a993](f13a99351c))

### Features

* **remove-screen-capture-restriction:** remove app constraint ([#411](https://github.com/revanced/revanced-integrations/issues/411)) ([31251f0](31251f0214))
* **youtube/hide-ads:** hide new type of ad ([2592508](25925085ad))
* **youtube/hide-seekbar:** more fine grained hiding of seekbar ([#409](https://github.com/revanced/revanced-integrations/issues/409)) ([40def9e](40def9e036))
* **youtube/hide-shorts-components:** hide channel bar & sound button ([1714700](1714700fb1))
* **youtube/hide-shorts-components:** hide shorts info panel ([#415](https://github.com/revanced/revanced-integrations/issues/415)) ([f5df201](f5df20134c))
1 week ago
.github feat: add appreciation message for new contributors 1 month ago
app feat(youtube/hide-ads): hide new type of ad 2 weeks ago
dummy fix(youtube/settings): fix non functional back button in settings (#404) 3 weeks ago
gradle/wrapper chore: update gradle and dependencies 1 month ago
.gitignore feat: implement missing classes 1 year ago
.releaserc ci: fix backmerge direction 4 months ago
CHANGELOG.md chore(release): 0.109.0 [skip ci] 1 week ago
LICENSE Create LICENSE 1 year ago
README.md docs: improve `README` structure 1 month ago
build.gradle.kts build: update gradle 1 month ago
gradle.properties chore(release): 0.109.0 [skip ci] 1 week ago
gradlew build: modernize build code (#148) 9 months ago
gradlew.bat build: modernize build code (#148) 9 months ago
package-lock.json ci: update dependencies 4 months ago
package.json ci: update dependencies 4 months ago
settings.gradle.kts chore: rename root project name 5 months ago

README.md

🔩 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.