1
mirror of https://github.com/revanced/revanced-integrations synced 2024-11-19 13:57:14 +01:00
Go to file
semantic-release-bot 53d5a94bfa chore: Release v1.16.0 [skip ci]
# [1.16.0](https://github.com/ReVanced/revanced-integrations/compare/v1.15.0...v1.16.0) (2024-10-20)

### Bug Fixes

* **YouTube - Hide layout components:** Adjust settings text ([#713](https://github.com/ReVanced/revanced-integrations/issues/713)) ([119c416](119c416bc5))
* **YouTube - Hide layout components:** Hide new type of Playable ([1a58a40](1a58a406db))
* **YouTube - Spoof video streams:** Fix playback for Android VR by removing invalid body as well ([#716](https://github.com/ReVanced/revanced-integrations/issues/716)) ([8ad3f78](8ad3f78865))
* **YouTube - Spoof video streams:** Handle app left open for a long time ([#709](https://github.com/ReVanced/revanced-integrations/issues/709)) ([ea4b073](ea4b073f5c))

### Features

* **Sync for Reddit:** Add `Fix video downloads` patch ([#710](https://github.com/ReVanced/revanced-integrations/issues/710)) ([888de49](888de49edd))
* **Twitter:** Add `Change link sharing domain` patch ([#715](https://github.com/ReVanced/revanced-integrations/issues/715)) ([c673951](c6739517f1))
* **YouTube - Hide layout components:** Add option to hide Yoodles (YouTube Doodles) ([#712](https://github.com/ReVanced/revanced-integrations/issues/712)) ([4b5f3de](4b5f3deef9))
* **YouTube - Hide Shorts components:** Add option to hide like fountain ([#708](https://github.com/ReVanced/revanced-integrations/issues/708)) ([16c3ef7](16c3ef7ee5))
* **YouTube - Hide Shorts components:** Add options to hide `Use template`, `Upcoming`, `Green screen` buttons ([#714](https://github.com/ReVanced/revanced-integrations/issues/714)) ([faad754](faad7548df))
* **YouTube - Hide Shorts components:** Hide `Hashtag` button ([#717](https://github.com/ReVanced/revanced-integrations/issues/717)) ([1c9a966](1c9a966354))
* **YouTube:** Support versions `19.25` and `19.34` ([#689](https://github.com/ReVanced/revanced-integrations/issues/689)) ([61569ba](61569ba111))
2024-10-20 01:40:13 +00:00
.github ci: Use permissions and regular GitHub token instead of PAT 2024-10-01 17:25:47 +02:00
app feat(YouTube - Hide Shorts components): Hide Hashtag button (#717) 2024-10-19 08:39:00 -04: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): Fix issues related to playback by replace streaming data (#680) 2024-09-18 00:45:14 +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: Adjust release commit message 2024-09-30 22:34:22 +02:00
build.gradle.kts chore: Refactor build files 2024-02-20 04:19:11 +01:00
CHANGELOG.md chore: Release v1.16.0 [skip ci] 2024-10-20 01:40:13 +00:00
gradle.properties chore: Release v1.16.0 [skip ci] 2024-10-20 01:40:13 +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(Needs bump): Update dependencies 2024-09-30 23:21:42 +02:00
package.json build(Needs bump): Update dependencies 2024-09-30 23:21:42 +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.