diff --git a/CHANGELOG.md b/CHANGELOG.md index 792f5a411..159fb2a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.22.2](https://github.com/revanced/revanced-patches/compare/v2.22.1...v2.22.2) (2022-07-26) + + +### Bug Fixes + +* bump youtube version to 17.29.34 ([#236](https://github.com/revanced/revanced-patches/issues/236)) ([be6494a](https://github.com/revanced/revanced-patches/commit/be6494a80989044cba961dc22fc58ffb2e8591f0)) + ## [2.22.1](https://github.com/revanced/revanced-patches/compare/v2.22.0...v2.22.1) (2022-07-24) diff --git a/README.md b/README.md index 2d5923faf..7e6d17af7 100644 --- a/README.md +++ b/README.md @@ -1,44 +1,60 @@ -# ReVanced Patches +# 🧩 ReVanced Patches -🧩 Official patches by ReVanced +Official patches by ReVanced -# List of available patches +## 📜 List of available patches + +### 📦 `com.twitter.android` +
+ +| 💊 Patch | 📜 Description | 🏹 Target Version | +|:--------:|:--------------:|:-----------------:| +
+ +### 📦 `com.google.android.apps.youtube.music` +
+ +| 💊 Patch | 📜 Description | 🏹 Target Version | +|:--------:|:--------------:|:-----------------:| +| `tasteBuilder-remover` | Removes the "Tell us which artists you like" card from the home screen. | 5.14.53 | +| `hide-get-premium` | Removes all "Get Premium" evidences from the avatar menu. | 5.14.53 | +| `compact-header` | Hides the music category bar at the top of the homepage. | 5.14.53 | +| `upgrade-button-remover` | Removes the upgrade tab from the pivot bar. | 5.14.53 | +| `background-play` | Enables playing music in the background. | 5.14.53 | +| `music-video-ads` | Removes ads in the music player. | 5.14.53 | +| `codecs-unlock` | Adds more audio codec options. The new audio codecs usually result in better audio quality. | 5.14.53 | +| `exclusive-audio-playback` | Enables the option to play music without video. | 5.14.53 | +
+ +### 📦 `com.google.android.youtube` +
+ +| 💊 Patch | 📜 Description | 🏹 Target Version | +|:--------:|:--------------:|:-----------------:| +| `seekbar-tapping` | Enables tap-to-seek on the seekbar of the video player. | 17.29.34 | +| `minimized-playback` | Enables minimized and background playback. | 17.29.34 | +| `amoled` | Enables pure black theme. | 17.29.34 | +| `disable-create-button` | Hides the create button in the navigation bar. | 17.29.34 | +| `hide-cast-button` | Hides the cast button in the video player. | all | +| `return-youtube-dislike` | Shows the dislike count of videos using the Return YouTube Dislike API. | 17.29.34 | +| `hide-autoplay-button` | Hides the autoplay button in the video player. | 17.29.34 | +| `premium-heading` | Shows premium branding on the home screen. | all | +| `custom-branding` | Changes the YouTube launcher icon to be ReVanced's. | all | +| `disable-fullscreen-panels` | Disables video description and comments panel in fullscreen view. | 17.29.34 | +| `old-quality-layout` | Enables the original quality flyout menu. | 17.29.34 | +| `hide-shorts-button` | Hides the shorts button on the navigation bar. | 17.29.34 | +| `hide-watermark` | Hides creator's watermarks on videos. | 17.29.34 | +| `sponsorblock` | Integrate SponsorBlock. | 17.29.34 | +| `enable-wide-searchbar` | Replaces the search icon with a wide search bar. This will hide the YouTube logo when active. | 17.29.34 | +| `force-vp9-codec` | Forces the VP9 codec for videos. | 17.29.34 | +| `always-autorepeat` | Always repeats the playing video again. | 17.29.34 | +| `microg-support` | Allows YouTube ReVanced to run without root and under a different package name with Vanced MicroG | 17.29.34 | +| `enable-debugging` | Enables app debugging by patching the manifest file. | all | +| `custom-playback-speed` | Adds more video playback speed options. | 17.29.34 | +| `hdr-auto-brightness` | Makes the brightness of HDR videos follow the system default. | 17.29.34 | +| `video-ads` | Removes ads in the video player. | 17.29.34 | +| `general-ads` | Removes general ads. | 17.29.34 | +| `hide-infocard-suggestions` | Hides infocards in videos. | 17.29.34 | +
-| 💊 Patch | 📜 Description | 🎯 Target Package | 🏹 Target Version | -|:--------:|:--------------:|:-----------------:|:-----------------:| -| `timeline-ads` | Removes ads from the Twitter timeline. | `com.twitter.android` | all | -| `minimized-playback-music` | Enables minimized playback on Kids music. | `com.google.android.apps.youtube.music` | 5.14.53 | -| `tasteBuilder-remover` | Removes the "Tell us which artists you like" card from the home screen. | `com.google.android.apps.youtube.music` | 5.14.53 | -| `hide-get-premium` | Removes all "Get Premium" evidences from the avatar menu. | `com.google.android.apps.youtube.music` | 5.14.53 | -| `compact-header` | Hides the music category bar at the top of the homepage. | `com.google.android.apps.youtube.music` | 5.14.53 | -| `upgrade-button-remover` | Removes the upgrade tab from the pivot bar. | `com.google.android.apps.youtube.music` | 5.14.53 | -| `background-play` | Enables playing music in the background. | `com.google.android.apps.youtube.music` | 5.14.53 | -| `music-video-ads` | Removes ads in the music player. | `com.google.android.apps.youtube.music` | 5.14.53 | -| `codecs-unlock` | Adds more audio codec options. The new audio codecs usually result in better audio quality. | `com.google.android.apps.youtube.music` | 5.14.53 | -| `exclusive-audio-playback` | Enables the option to play music without video. | `com.google.android.apps.youtube.music` | 5.14.53 | -| `swipe-controls` | Adds volume and brightness swipe controls. | `com.google.android.youtube` | 17.28.34 | -| `seekbar-tapping` | Enables tap-to-seek on the seekbar of the video player. | `com.google.android.youtube` | 17.28.34 | -| `minimized-playback` | Enables minimized and background playback. | `com.google.android.youtube` | 17.28.34 | -| `amoled` | Enables pure black theme. | `com.google.android.youtube` | 17.28.34 | -| `disable-create-button` | Hides the create button in the navigation bar. | `com.google.android.youtube` | 17.28.34 | -| `hide-cast-button` | Hides the cast button in the video player. | `com.google.android.youtube` | all | -| `return-youtube-dislike` | Shows the dislike count of videos using the Return YouTube Dislike API. | `com.google.android.youtube` | 17.28.34 | -| `hide-autoplay-button` | Hides the autoplay button in the video player. | `com.google.android.youtube` | 17.28.34 | -| `premium-heading` | Shows premium branding on the home screen. | `com.google.android.youtube` | all | -| `custom-branding` | Changes the YouTube launcher icon to be ReVanced's. | `com.google.android.youtube` | all | -| `disable-fullscreen-panels` | Disables video description and comments panel in fullscreen view. | `com.google.android.youtube` | 17.28.34 | -| `old-quality-layout` | Enables the original quality flyout menu. | `com.google.android.youtube` | 17.28.34 | -| `hide-shorts-button` | Hides the shorts button on the navigation bar. | `com.google.android.youtube` | 17.28.34 | -| `hide-watermark` | Hides creator's watermarks on videos. | `com.google.android.youtube` | 17.28.34 | -| `sponsorblock` | Integrate SponsorBlock. | `com.google.android.youtube` | 17.28.34 | -| `enable-wide-searchbar` | Replaces the search icon with a wide search bar. This will hide the YouTube logo when active. | `com.google.android.youtube` | 17.28.34 | -| `force-vp9-codec` | Forces the VP9 codec for videos. | `com.google.android.youtube` | 17.28.34 | -| `always-autorepeat` | Always repeats the playing video again. | `com.google.android.youtube` | 17.28.34 | -| `microg-support` | Allows YouTube ReVanced to run without root and under a different package name with Vanced MicroG | `com.google.android.youtube` | 17.28.34 | -| `enable-debugging` | Enables app debugging by patching the manifest file. | `com.google.android.youtube` | all | -| `custom-playback-speed` | Adds more video playback speed options. | `com.google.android.youtube` | 17.28.34 | -| `hdr-auto-brightness` | Makes the brightness of HDR videos follow the system default. | `com.google.android.youtube` | 17.28.34 | -| `video-ads` | Removes ads in the video player. | `com.google.android.youtube` | 17.28.34 | -| `general-ads` | Removes general ads. | `com.google.android.youtube` | 17.28.34 | -| `hide-infocard-suggestions` | Hides infocards in videos. | `com.google.android.youtube` | 17.28.34 | diff --git a/gradle.properties b/gradle.properties index 9224d79b9..6059b765b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.22.1 +version = 2.22.2