From a89ab1394999f63d2af0ff1d4c7542f9ff1740ab Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Dec 2023 21:32:40 +0000 Subject: [PATCH] chore(release): 3.2.0 [skip ci] # [3.2.0](https://github.com/ReVanced/revanced-patches/compare/v3.1.0...v3.2.0) (2023-12-28) ### Bug Fixes * **Spoof SIM country:** Validate patch option value correctly ([4fd77b1](https://github.com/ReVanced/revanced-patches/commit/4fd77b130a9478be8cb2c2878f8e1da22f865b97)) * **Tiktok - Remember clear display:** Use correct name ([2c83b86](https://github.com/ReVanced/revanced-patches/commit/2c83b86297253230b1543748cdd27a36cd1a5d94)) * **YouTube - Alternative thumbnails:** Clarify DeArrow support is for thumbnails ([#2531](https://github.com/ReVanced/revanced-patches/issues/2531)) ([47f2de4](https://github.com/ReVanced/revanced-patches/commit/47f2de4bc815a8d011ff09d67d4b621209ab013b)) * **YouTube - SponsorBlock:** Export local statistics with saved settings ([b9ee462](https://github.com/ReVanced/revanced-patches/commit/b9ee4625b6a86b28e9f1d900a615c7856e26b490)) * **YouTube:** Fix grammer mistakes in patch descriptions ([#2543](https://github.com/ReVanced/revanced-patches/issues/2543)) ([9148bdf](https://github.com/ReVanced/revanced-patches/commit/9148bdfd1c4d03b07e0592935e607013ef454173)) ### Features * **Public API:** Deprecate `HideEmailAddressPatch` ([8ad9d7d](https://github.com/ReVanced/revanced-patches/commit/8ad9d7dedd7029f34828a61fd3e9b6f8a55d9646)) * **Public API:** Make `BottomControlsResource#addControls` public ([#2514](https://github.com/ReVanced/revanced-patches/issues/2514)) ([26565fd](https://github.com/ReVanced/revanced-patches/commit/26565fdb91b941bfae5e2c0330fff25e994f0ac8)) * **Tiktok:** Add `Remember clear mode` patch ([#2509](https://github.com/ReVanced/revanced-patches/issues/2509)) ([fcacd0f](https://github.com/ReVanced/revanced-patches/commit/fcacd0f30d5a44d806d3e452961a943f8b315b54)) * **YouTube - Hide ads:** Hide fullscreen ads ([b12a14c](https://github.com/ReVanced/revanced-patches/commit/b12a14c4d06a803b4e55beee908f5bf868a3a383)) * **YouTube - Hide layout components:** Hide search result recommendations ([4408209](https://github.com/ReVanced/revanced-patches/commit/44082095bad8e4f7ef22bb2bcbf4c928d9249c6e)) * **YouTube - Theme:** Add classic dark color to presets ([#2542](https://github.com/ReVanced/revanced-patches/issues/2542)) ([1ecb6b2](https://github.com/ReVanced/revanced-patches/commit/1ecb6b2a6ca24be35ac79661938787dbdb11469a)) * **YouTube:** Add `Remove viewer discretion dialog` patch ([21136d7](https://github.com/ReVanced/revanced-patches/commit/21136d76cdcff444aeb6d7b42ab2a684512e4c2a)) * **YouTube:** Remove `Hide email address` patch ([b81c999](https://github.com/ReVanced/revanced-patches/commit/b81c99920bc037c495fc89d373be4131d4e27d80)) --- CHANGELOG.md | 23 +++++++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c73dd01d4..487506383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# [3.2.0](https://github.com/ReVanced/revanced-patches/compare/v3.1.0...v3.2.0) (2023-12-28) + + +### Bug Fixes + +* **Spoof SIM country:** Validate patch option value correctly ([8105463](https://github.com/ReVanced/revanced-patches/commit/81054637915a5399d15f546b2290b5d939e15732)) +* **Tiktok - Remember clear display:** Use correct name ([d7e44cb](https://github.com/ReVanced/revanced-patches/commit/d7e44cb887396bba27ee81c70c006f0cc247c56d)) +* **YouTube - Alternative thumbnails:** Clarify DeArrow support is for thumbnails ([#2531](https://github.com/ReVanced/revanced-patches/issues/2531)) ([828abb0](https://github.com/ReVanced/revanced-patches/commit/828abb0558926cd6557c79abcf1a04bfe2c719e6)) +* **YouTube - SponsorBlock:** Export local statistics with saved settings ([f8365b4](https://github.com/ReVanced/revanced-patches/commit/f8365b4e3585328506887022ac6168045ac110b9)) +* **YouTube:** Fix grammer mistakes in patch descriptions ([#2543](https://github.com/ReVanced/revanced-patches/issues/2543)) ([ebf5993](https://github.com/ReVanced/revanced-patches/commit/ebf599349c508067a28526267d82030b679df045)) + + +### Features + +* **Public API:** Deprecate `HideEmailAddressPatch` ([866bceb](https://github.com/ReVanced/revanced-patches/commit/866bcebdd990b964d3dfd5aea792e7fffaedbf44)) +* **Public API:** Make `BottomControlsResource#addControls` public ([#2514](https://github.com/ReVanced/revanced-patches/issues/2514)) ([f4e2257](https://github.com/ReVanced/revanced-patches/commit/f4e2257072ca02003f7c272d6c0c8ef1aa6032ae)) +* **Tiktok:** Add `Remember clear mode` patch ([#2509](https://github.com/ReVanced/revanced-patches/issues/2509)) ([048bf59](https://github.com/ReVanced/revanced-patches/commit/048bf592ef93ee5138aa1886be1644501f88964a)) +* **YouTube - Hide ads:** Hide fullscreen ads ([bdc9a12](https://github.com/ReVanced/revanced-patches/commit/bdc9a129eff3a5051b8b37665b3243a8b61cbbac)) +* **YouTube - Hide layout components:** Hide search result recommendations ([55cc7f1](https://github.com/ReVanced/revanced-patches/commit/55cc7f1c7722f56af6d33ea2bd09a1b99d635209)) +* **YouTube - Theme:** Add classic dark color to presets ([#2542](https://github.com/ReVanced/revanced-patches/issues/2542)) ([4e1dc00](https://github.com/ReVanced/revanced-patches/commit/4e1dc0041d6693fba08e78514787407f933a6e41)) +* **YouTube:** Add `Remove viewer discretion dialog` patch ([a07f83f](https://github.com/ReVanced/revanced-patches/commit/a07f83fe89ce577fc8bd904eacad5383a639b09b)) +* **YouTube:** Remove `Hide email address` patch ([3b84305](https://github.com/ReVanced/revanced-patches/commit/3b84305a6b97800cb147f86c642f19689548aca5)) + # [3.2.0-dev.9](https://github.com/ReVanced/revanced-patches/compare/v3.2.0-dev.8...v3.2.0-dev.9) (2023-12-27) diff --git a/gradle.properties b/gradle.properties index 424e95bc8..1cafda7a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 3.2.0-dev.9 +version = 3.2.0