Skip to content

Commit

Permalink
chore(release): 2.185.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.185.0](ReVanced/revanced-patches@v2.184.0...v2.185.0) (2023-07-20)

### Bug Fixes

* allocate for more than eight `LithoFilter` array items ([ReVanced#2643](ReVanced/revanced-patches#2643)) ([fc8660b](ReVanced/revanced-patches@fc8660b))
* **Sync for Reddit - Disable ads:** fix compatibility with latest version ([1456577](ReVanced/revanced-patches@1456577))
* **Tiktok - Settings:** bump compatibility ([ReVanced#2656](ReVanced/revanced-patches#2656)) ([6641356](ReVanced/revanced-patches@6641356))
* **TikTok - Show seekbar:** fix seekbar not always showing ([ReVanced#2660](ReVanced/revanced-patches#2660)) ([f2742f1](ReVanced/revanced-patches@f2742f1))
* **Trakt - Unlock pro:** constraint to last known working version ([ReVanced#2662](ReVanced/revanced-patches#2662)) ([324bbde](ReVanced/revanced-patches@324bbde))
* **YouTube - Spoof client:** show video time and chapters while using seekbar ([ReVanced#2607](ReVanced/revanced-patches#2607)) ([9546d12](ReVanced/revanced-patches@9546d12))
* **youtube/sponsorblock:** fix some segments skipping slightly too late ([ReVanced#2634](ReVanced/revanced-patches#2634)) ([3175431](ReVanced/revanced-patches@3175431))

### Features

* **youtube:** rename `video-speed` to `playback-speed` ([ReVanced#2642](ReVanced/revanced-patches#2642)) ([77e8639](ReVanced/revanced-patches@77e8639))
  • Loading branch information
semantic-release-bot committed Jul 20, 2023
1 parent ce420b0 commit ae42167
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.185.0](https://github.com/ReVanced/revanced-patches/compare/v2.184.0...v2.185.0) (2023-07-20)


### Bug Fixes

* allocate for more than eight `LithoFilter` array items ([#2643](https://github.com/ReVanced/revanced-patches/issues/2643)) ([fc8660b](https://github.com/ReVanced/revanced-patches/commit/fc8660b740bec2747e5f82b7321027bb8a51e0cf))
* **Sync for Reddit - Disable ads:** fix compatibility with latest version ([1456577](https://github.com/ReVanced/revanced-patches/commit/1456577f11c4a7e49d6c1ba0103b919dc487f4cf))
* **Tiktok - Settings:** bump compatibility ([#2656](https://github.com/ReVanced/revanced-patches/issues/2656)) ([6641356](https://github.com/ReVanced/revanced-patches/commit/6641356d41813a20c77faac67c37ea517690d25b))
* **TikTok - Show seekbar:** fix seekbar not always showing ([#2660](https://github.com/ReVanced/revanced-patches/issues/2660)) ([f2742f1](https://github.com/ReVanced/revanced-patches/commit/f2742f1ba117809971a10780823fca99c19a4f34))
* **Trakt - Unlock pro:** constraint to last known working version ([#2662](https://github.com/ReVanced/revanced-patches/issues/2662)) ([324bbde](https://github.com/ReVanced/revanced-patches/commit/324bbde92a851e855c11f266e92fa14c39d88160))
* **YouTube - Spoof client:** show video time and chapters while using seekbar ([#2607](https://github.com/ReVanced/revanced-patches/issues/2607)) ([9546d12](https://github.com/ReVanced/revanced-patches/commit/9546d126430870d1abd8f43bb687b31b9fcb6fb5))
* **youtube/sponsorblock:** fix some segments skipping slightly too late ([#2634](https://github.com/ReVanced/revanced-patches/issues/2634)) ([3175431](https://github.com/ReVanced/revanced-patches/commit/31754311870324b1e245b12965d7486878e9eba4))


### Features

* **youtube:** rename `video-speed` to `playback-speed` ([#2642](https://github.com/ReVanced/revanced-patches/issues/2642)) ([77e8639](https://github.com/ReVanced/revanced-patches/commit/77e8639b71048f2795f8f32fe18d052b335e3ce4))

# [2.185.0-dev.7](https://github.com/ReVanced/revanced-patches/compare/v2.185.0-dev.6...v2.185.0-dev.7) (2023-07-19)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 2.185.0-dev.7
version = 2.185.0
2 changes: 1 addition & 1 deletion patches.json

Large diffs are not rendered by default.

0 comments on commit ae42167

Please sign in to comment.