diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a30fb44..d151f118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.25.0](https://github.com/revanced/revanced-patches/compare/v2.24.0...v2.25.0) (2022-07-26) + + +### Features + +* `general-reddit-ads` patch ([#235](https://github.com/revanced/revanced-patches/issues/235)) ([d63c016](https://github.com/revanced/revanced-patches/commit/d63c016d38d2a5b1d152abccdb582990987a1911)) + # [2.24.0](https://github.com/revanced/revanced-patches/compare/v2.23.0...v2.24.0) (2022-07-26) diff --git a/README.md b/README.md index 478551df..052a958c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ Official patches by ReVanced | `timeline-ads` | Removes ads from the Twitter timeline. | all | </details> +### 📦 `com.reddit.frontpage` +<details> + +| 💊 Patch | 📜 Description | 🏹 Target Version | +|:--------:|:--------------:|:-----------------:| +| `general-reddit-ads` | Removes general ads from the Reddit frontpage and subreddits. | all | +</details> + ### 📦 `com.google.android.apps.youtube.music` <details> @@ -23,7 +31,7 @@ Official patches by ReVanced | `compact-header` | Hides the music category bar at the top of the homepage. | 5.16.51 | | `upgrade-button-remover` | Removes the upgrade tab from the pivot bar. | 5.16.51 | | `background-play` | Enables playing music in the background. | 5.16.51 | -| `music-microg-support` | Patch to allow YouTube Music ReVanced to run without root and under a different package name. | 5.16.51 | +| `music-microg-support` | Allows YouTube Music ReVanced to run without root and under a different package name. | 5.16.51 | | `music-video-ads` | Removes ads in the music player. | 5.16.51 | | `codecs-unlock` | Adds more audio codec options. The new audio codecs usually result in better audio quality. | 5.16.51 | | `exclusive-audio-playback` | Enables the option to play music without video. | 5.16.51 | diff --git a/gradle.properties b/gradle.properties index b1cb5055..bb512655 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.24.0 +version = 2.25.0