Skip to content

Commit

Permalink
chore: Release v5.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.1](v5.0.0...v5.0.1) (2024-11-13)

### Bug Fixes

* **Sync for Reddit - Fix /s/ links:** Fix patch by using correct fingerprints ([a0ad07e](a0ad07e))
* **Sync for Reddit - Spoof client:** Fix patch by using correct fingerprints ([5776de3](5776de3))
* **Sync:** Fix patches by not throwing unnecessarily ([2ee1316](2ee1316))
* **Tiktok - Settings:** Fix the patch by depending on the correct settings patch ([0c75929](0c75929))
* **Twitter:** Fix patches by depending on patch that merges required extension ([c330e9d](c330e9d))
* **Twitter:** Fix patches by matching fingerprint using correct class ([6ae0d12](6ae0d12))
* **YouTube - Change header:** Apply header changes to a/b layout ([147dc31](147dc31))
* **YouTube - Playback speed:** Remember playback speed when using non 1.0x default speed ([05b9f87](05b9f87)), closes [ReVanced#3810](https://github.com/E85Addicts/revanced-patches/issues/3810)
* **YouTube - Player controls:** Show player control buttons with A/B layout ([ReVanced#3901](https://github.com/E85Addicts/revanced-patches/issues/3901)) ([bb526bc](bb526bc))

### Performance Improvements

* Check for extension without a class proxy ([a6a74e2](a6a74e2))
  • Loading branch information
semantic-release-bot committed Nov 13, 2024
1 parent 147dc31 commit d7ac793
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [5.0.1](https://github.com/E85Addicts/revanced-patches/compare/v5.0.0...v5.0.1) (2024-11-13)


### Bug Fixes

* **Sync for Reddit - Fix /s/ links:** Fix patch by using correct fingerprints ([a0ad07e](https://github.com/E85Addicts/revanced-patches/commit/a0ad07ef3170dbe1d91ebd40f11d97b63d1c63d0))
* **Sync for Reddit - Spoof client:** Fix patch by using correct fingerprints ([5776de3](https://github.com/E85Addicts/revanced-patches/commit/5776de3cfbfa62360267eb6026525d2da8c45654))
* **Sync:** Fix patches by not throwing unnecessarily ([2ee1316](https://github.com/E85Addicts/revanced-patches/commit/2ee13160d51dba3c5806594b2387f806e5946b9a))
* **Tiktok - Settings:** Fix the patch by depending on the correct settings patch ([0c75929](https://github.com/E85Addicts/revanced-patches/commit/0c75929a83729841197b482d28f7f7f5f9cec332))
* **Twitter:** Fix patches by depending on patch that merges required extension ([c330e9d](https://github.com/E85Addicts/revanced-patches/commit/c330e9d67d3e8c8c3535fa43e52c9f06e33ff0bf))
* **Twitter:** Fix patches by matching fingerprint using correct class ([6ae0d12](https://github.com/E85Addicts/revanced-patches/commit/6ae0d124e1f27faecd20e4008951b08353572d98))
* **YouTube - Change header:** Apply header changes to a/b layout ([147dc31](https://github.com/E85Addicts/revanced-patches/commit/147dc3184413ce4154bc4821f212cc9057c2cf86))
* **YouTube - Playback speed:** Remember playback speed when using non 1.0x default speed ([05b9f87](https://github.com/E85Addicts/revanced-patches/commit/05b9f8709895dae67e8cc12e8b7bdb87ff401997)), closes [#3810](https://github.com/E85Addicts/revanced-patches/issues/3810)
* **YouTube - Player controls:** Show player control buttons with A/B layout ([#3901](https://github.com/E85Addicts/revanced-patches/issues/3901)) ([bb526bc](https://github.com/E85Addicts/revanced-patches/commit/bb526bc00a384eb808f46267e5802c8e5beaa7d5))


### Performance Improvements

* Check for extension without a class proxy ([a6a74e2](https://github.com/E85Addicts/revanced-patches/commit/a6a74e289db1fe04db230d1e864cb9e752f9a01d))

## [5.0.2](https://github.com/ReVanced/revanced-patches/compare/v5.0.1...v5.0.2) (2024-11-12)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.jvmargs = -Xms512M -Xmx2048M
org.gradle.parallel = true
android.useAndroidX = true
kotlin.code.style = official
version = 5.0.2
version = 5.0.1

0 comments on commit d7ac793

Please sign in to comment.