From f3d1103287b97aef8bc2f33a1c31c526e3b66312 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 11 Nov 2024 20:42:31 +0000 Subject: [PATCH] chore: Release v5.0.1 [skip ci] ## [5.0.1](https://github.com/ReVanced/revanced-patches/compare/v5.0.0...v5.0.1) (2024-11-11) ### Bug Fixes * **Sync:** Fix patches by not throwing unnecessarily ([3059aca](https://github.com/ReVanced/revanced-patches/commit/3059aca69d53b05dbb79b641c264801af99e4930)) * **Tiktok - Settings:** Fix the patch by depending on the correct settings patch ([2094a23](https://github.com/ReVanced/revanced-patches/commit/2094a23ccc9a00e6f2dc3fb601e46ac53ec0a46b)) * **Twitter:** Fix patches by depending on patch that merges required extension ([3e1b5cb](https://github.com/ReVanced/revanced-patches/commit/3e1b5cbaf575284ade1406532115f1bde6df8a32)) * **Twitter:** Fix patches by matching fingerprint using correct class ([3793b21](https://github.com/ReVanced/revanced-patches/commit/3793b2103c34b25262320c89c7572fd03e4b7e0e)) * **YouTube - Playback speed:** Remember playback speed when using non 1.0x default speed ([d881d8b](https://github.com/ReVanced/revanced-patches/commit/d881d8bc44c9a4dcb027f041bea1b5013e1913b5)), closes [#3810](https://github.com/ReVanced/revanced-patches/issues/3810) ### Performance Improvements * Check for extension without a class proxy ([53b6b1f](https://github.com/ReVanced/revanced-patches/commit/53b6b1ff41f07b0c44a89f7585aa756a76715401)) --- CHANGELOG.md | 16 ++++++++++++++++ gradle.properties | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e35b512f5..fcb2f69a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [5.0.1](https://github.com/ReVanced/revanced-patches/compare/v5.0.0...v5.0.1) (2024-11-11) + + +### Bug Fixes + +* **Sync:** Fix patches by not throwing unnecessarily ([2ee1316](https://github.com/ReVanced/revanced-patches/commit/2ee13160d51dba3c5806594b2387f806e5946b9a)) +* **Tiktok - Settings:** Fix the patch by depending on the correct settings patch ([0c75929](https://github.com/ReVanced/revanced-patches/commit/0c75929a83729841197b482d28f7f7f5f9cec332)) +* **Twitter:** Fix patches by depending on patch that merges required extension ([c330e9d](https://github.com/ReVanced/revanced-patches/commit/c330e9d67d3e8c8c3535fa43e52c9f06e33ff0bf)) +* **Twitter:** Fix patches by matching fingerprint using correct class ([6ae0d12](https://github.com/ReVanced/revanced-patches/commit/6ae0d124e1f27faecd20e4008951b08353572d98)) +* **YouTube - Playback speed:** Remember playback speed when using non 1.0x default speed ([05b9f87](https://github.com/ReVanced/revanced-patches/commit/05b9f8709895dae67e8cc12e8b7bdb87ff401997)), closes [#3810](https://github.com/ReVanced/revanced-patches/issues/3810) + + +### Performance Improvements + +* Check for extension without a class proxy ([a6a74e2](https://github.com/ReVanced/revanced-patches/commit/a6a74e289db1fe04db230d1e864cb9e752f9a01d)) + ## [5.0.1-dev.4](https://github.com/ReVanced/revanced-patches/compare/v5.0.1-dev.3...v5.0.1-dev.4) (2024-11-11) diff --git a/gradle.properties b/gradle.properties index ad4d54c2a..91d6594da 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ org.gradle.jvmargs = -Xms512M -Xmx2048M org.gradle.parallel = true android.useAndroidX = true kotlin.code.style = official -version = 5.0.1-dev.4 +version = 5.0.1