From 3dc7b3616ecaf2bb845df549ad310f2983ae2386 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Dec 2022 03:36:42 +0000 Subject: [PATCH] chore(release): 2.135.0 [skip ci] # [2.135.0](https://github.com/revanced/revanced-patches/compare/v2.134.1...v2.135.0) (2022-12-02) ### Features * sort README patch table by amount of patches per package ([40cb14e](https://github.com/revanced/revanced-patches/commit/47fa8652447e4e4180ee88afd3e8026c1c74c3b9)) --- CHANGELOG.md | 7 ++++ README.md | 92 +++++++++++++++++++++++------------------------ gradle.properties | 2 +- 3 files changed, 54 insertions(+), 47 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d28c51dbb..3dc28d141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.135.0](https://github.com/revanced/revanced-patches/compare/v2.134.1...v2.135.0) (2022-12-02) + + +### Features + +* sort README patch table by amount of patches per package ([40cb14e](https://github.com/revanced/revanced-patches/commit/40cb14e1838aee5b49b60094cd134ed7e1726c3f)) + ## [2.134.1](https://github.com/revanced/revanced-patches/compare/v2.134.0...v2.134.1) (2022-12-02) diff --git a/README.md b/README.md index 86e81f134..56df5ec9c 100644 --- a/README.md +++ b/README.md @@ -75,44 +75,6 @@ The official Patch bundle provided by ReVanced and the community. | `upgrade-button-remover` | Removes the upgrade tab from the pivot bar. | 5.31.50 | -### 📦 `tv.twitch.android.app` -
- -| 💊 Patch | 📜 Description | 🏹 Target Version | -|:--------:|:--------------:|:-----------------:| -| `block-audio-ads` | Blocks audio ads in streams and VODs. | all | -| `block-video-ads` | Blocks video ads in streams and VODs. | all | -| `debug-mode` | Enables Twitch's internal debugging mode. | all | -| `settings` | Adds settings menu to Twitch. | all | -| `show-deleted-messages` | Shows deleted chat messages behind a clickable spoiler. | all | -
- -### 📦 `com.vanced.android.youtube` -
- -| 💊 Patch | 📜 Description | 🏹 Target Version | -|:--------:|:--------------:|:-----------------:| -| `client-spoof` | Spoofs the YouTube or Vanced client to prevent playback issues. | all | -
- -### 📦 `com.myprog.hexedit` -
- -| 💊 Patch | 📜 Description | 🏹 Target Version | -|:--------:|:--------------:|:-----------------:| -| `disable-ads` | Disables ads in HexEditor. | all | -
- -### 📦 `com.spotify.music` -
- -| 💊 Patch | 📜 Description | 🏹 Target Version | -|:--------:|:--------------:|:-----------------:| -| `disable-capture-restriction` | Allows capturing Spotify's audio output while screen sharing or screen recording. | all | -| `hide-premium-navbar` | Removes the premium tab from the navbar. | all | -| `spotify-theme` | Applies a custom theme. | all | -
- ### 📦 `com.ss.android.ugc.trill`
@@ -145,6 +107,28 @@ The official Patch bundle provided by ReVanced and the community. | `sim-spoof` | Spoofs the information which is retrieved from the sim-card. | all |
+### 📦 `tv.twitch.android.app` +
+ +| 💊 Patch | 📜 Description | 🏹 Target Version | +|:--------:|:--------------:|:-----------------:| +| `block-audio-ads` | Blocks audio ads in streams and VODs. | all | +| `block-video-ads` | Blocks video ads in streams and VODs. | all | +| `debug-mode` | Enables Twitch's internal debugging mode. | all | +| `settings` | Adds settings menu to Twitch. | all | +| `show-deleted-messages` | Shows deleted chat messages behind a clickable spoiler. | all | +
+ +### 📦 `com.spotify.music` +
+ +| 💊 Patch | 📜 Description | 🏹 Target Version | +|:--------:|:--------------:|:-----------------:| +| `disable-capture-restriction` | Allows capturing Spotify's audio output while screen sharing or screen recording. | all | +| `hide-premium-navbar` | Removes the premium tab from the navbar. | all | +| `spotify-theme` | Applies a custom theme. | all | +
+ ### 📦 `com.twitter.android`
@@ -155,14 +139,6 @@ The official Patch bundle provided by ReVanced and the community. | `timeline-ads` | Removes ads from the Twitter timeline. | all |
-### 📦 `com.crunchyroll.crunchyroid` -
- -| 💊 Patch | 📜 Description | 🏹 Target Version | -|:--------:|:--------------:|:-----------------:| -| `enable-downloads` | Enables downloads for Crunchyroll. | all | -
- ### 📦 `com.reddit.frontpage`
@@ -172,6 +148,30 @@ The official Patch bundle provided by ReVanced and the community. | `premium-icon-reddit` | Unlocks premium Reddit app icons. | all |
+### 📦 `com.vanced.android.youtube` +
+ +| 💊 Patch | 📜 Description | 🏹 Target Version | +|:--------:|:--------------:|:-----------------:| +| `client-spoof` | Spoofs the YouTube or Vanced client to prevent playback issues. | all | +
+ +### 📦 `com.myprog.hexedit` +
+ +| 💊 Patch | 📜 Description | 🏹 Target Version | +|:--------:|:--------------:|:-----------------:| +| `disable-ads` | Disables ads in HexEditor. | all | +
+ +### 📦 `com.crunchyroll.crunchyroid` +
+ +| 💊 Patch | 📜 Description | 🏹 Target Version | +|:--------:|:--------------:|:-----------------:| +| `enable-downloads` | Enables downloads for Crunchyroll. | all | +
+ ### 📦 `com.garzotto.pflotsh.ecmwf_a`
diff --git a/gradle.properties b/gradle.properties index 1d404aebc..a25c9bcf3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.134.1 +version = 2.135.0