diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d75639de..65a3f6500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.28.0](https://github.com/revanced/revanced-patches/compare/v2.27.0...v2.28.0) (2022-07-31) + + +### Features + +* add `custom-video-buffer` patch ([9f117c7](https://github.com/revanced/revanced-patches/commit/9f117c74cdbdcf98eae97cf4c37f0baca451d695)) + # [2.27.0](https://github.com/revanced/revanced-patches/compare/v2.26.0...v2.27.0) (2022-07-31) diff --git a/README.md b/README.md index 4cab7b9e2..00b05e503 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ Official patches by ReVanced | `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 | +| `custom-video-buffer` | Lets you change the buffers of videos. Has no use without settings yet. | 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 | | `settings` | Adds settings for ReVanced to YouTube. | all | diff --git a/gradle.properties b/gradle.properties index 53fd63519..46373cdfb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.27.0 +version = 2.28.0