Skip to content

Commit 29756dc

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.0...v3.2.0) (2023-12-28) ### Bug Fixes * **Spoof SIM country:** Validate patch option value correctly ([8105463](8105463)) * **Tiktok - Remember clear display:** Use correct name ([d7e44cb](d7e44cb)) * **YouTube - Alternative thumbnails:** Clarify DeArrow support is for thumbnails ([#2531](#2531)) ([828abb0](828abb0)) * **YouTube - SponsorBlock:** Export local statistics with saved settings ([f8365b4](f8365b4)) * **YouTube:** Fix grammer mistakes in patch descriptions ([#2543](#2543)) ([ebf5993](ebf5993)) ### Features * **Public API:** Deprecate `HideEmailAddressPatch` ([866bceb](866bceb)) * **Public API:** Make `BottomControlsResource#addControls` public ([#2514](#2514)) ([f4e2257](f4e2257)) * **Tiktok:** Add `Remember clear mode` patch ([#2509](#2509)) ([048bf59](048bf59)) * **YouTube - Hide ads:** Hide fullscreen ads ([bdc9a12](bdc9a12)) * **YouTube - Hide layout components:** Hide search result recommendations ([55cc7f1](55cc7f1)) * **YouTube - Theme:** Add classic dark color to presets ([#2542](#2542)) ([4e1dc00](4e1dc00)) * **YouTube:** Add `Remove viewer discretion dialog` patch ([a07f83f](a07f83f)) * **YouTube:** Remove `Hide email address` patch ([3b84305](3b84305))
1 parent c5d1c36 commit 29756dc

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [3.2.0](https://github.com/ReVanced/revanced-patches/compare/v3.1.0...v3.2.0) (2023-12-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **Spoof SIM country:** Validate patch option value correctly ([8105463](https://github.com/ReVanced/revanced-patches/commit/81054637915a5399d15f546b2290b5d939e15732))
7+
* **Tiktok - Remember clear display:** Use correct name ([d7e44cb](https://github.com/ReVanced/revanced-patches/commit/d7e44cb887396bba27ee81c70c006f0cc247c56d))
8+
* **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))
9+
* **YouTube - SponsorBlock:** Export local statistics with saved settings ([f8365b4](https://github.com/ReVanced/revanced-patches/commit/f8365b4e3585328506887022ac6168045ac110b9))
10+
* **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))
11+
12+
13+
### Features
14+
15+
* **Public API:** Deprecate `HideEmailAddressPatch` ([866bceb](https://github.com/ReVanced/revanced-patches/commit/866bcebdd990b964d3dfd5aea792e7fffaedbf44))
16+
* **Public API:** Make `BottomControlsResource#addControls` public ([#2514](https://github.com/ReVanced/revanced-patches/issues/2514)) ([f4e2257](https://github.com/ReVanced/revanced-patches/commit/f4e2257072ca02003f7c272d6c0c8ef1aa6032ae))
17+
* **Tiktok:** Add `Remember clear mode` patch ([#2509](https://github.com/ReVanced/revanced-patches/issues/2509)) ([048bf59](https://github.com/ReVanced/revanced-patches/commit/048bf592ef93ee5138aa1886be1644501f88964a))
18+
* **YouTube - Hide ads:** Hide fullscreen ads ([bdc9a12](https://github.com/ReVanced/revanced-patches/commit/bdc9a129eff3a5051b8b37665b3243a8b61cbbac))
19+
* **YouTube - Hide layout components:** Hide search result recommendations ([55cc7f1](https://github.com/ReVanced/revanced-patches/commit/55cc7f1c7722f56af6d33ea2bd09a1b99d635209))
20+
* **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))
21+
* **YouTube:** Add `Remove viewer discretion dialog` patch ([a07f83f](https://github.com/ReVanced/revanced-patches/commit/a07f83fe89ce577fc8bd904eacad5383a639b09b))
22+
* **YouTube:** Remove `Hide email address` patch ([3b84305](https://github.com/ReVanced/revanced-patches/commit/3b84305a6b97800cb147f86c642f19689548aca5))
23+
124
# [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)
225

326

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.parallel = true
22
org.gradle.caching = true
33
kotlin.code.style = official
4-
version = 3.2.0-dev.9
4+
version = 3.2.0

0 commit comments

Comments
 (0)