diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f90f6c33..a840908f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.17.0](https://github.com/revanced/revanced-patches/compare/v2.16.1...v2.17.0) (2022-07-17) + + +### Bug Fixes + +* check if node has attributes before accessing them ([2d2ed87](https://github.com/revanced/revanced-patches/commit/2d2ed870dacfe092eb6acbcaae5e51775c611322)) + + +### Features + +* `sponsorblock` patch ([#101](https://github.com/revanced/revanced-patches/issues/101)) ([36af4cc](https://github.com/revanced/revanced-patches/commit/36af4cc14ff8057c10b99019cb23acc6e5aec3f2)), closes [#89](https://github.com/revanced/revanced-patches/issues/89) [#90](https://github.com/revanced/revanced-patches/issues/90) + ## [2.16.1](https://github.com/revanced/revanced-patches/compare/v2.16.0...v2.16.1) (2022-07-17) diff --git a/README.md b/README.md index b0cc4633d..ad69f65aa 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ | `custom-playback-speed` | Adds more video playback speed options. | `com.google.android.youtube` | 17.27.39 | | `enable-debugging` | Enables app debugging by patching the manifest file. | `com.google.android.youtube` | all | | `force-vp9-codec` | Forces the VP9 codec for videos. | `com.google.android.youtube` | 17.27.39 | +| `sponsorblock` | Integrate SponsorBlock. | `com.google.android.youtube` | 17.27.39 | | `old-quality-layout` | Enables the original quality flyout menu. | `com.google.android.youtube` | 17.27.39 | | `return-youtube-dislike` | Shows the dislike count of videos using the Return YouTube Dislike API. | `com.google.android.youtube` | 17.27.39 | | `hide-cast-button` | Hides the cast button in the video player. | `com.google.android.youtube` | all | diff --git a/gradle.properties b/gradle.properties index 6b0f8e461..84b95ff5f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ kotlin.code.style = official -version = 2.16.1 +version = 2.17.0