From 5a172c9deb40b57b5ad5b0370c639fceaf8dfcdb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Mar 2024 01:20:59 +0000 Subject: [PATCH] chore(release): 4.4.0-dev.13 [skip ci] # [4.4.0-dev.13](https://github.com/ReVanced/revanced-patches/compare/v4.4.0-dev.12...v4.4.0-dev.13) (2024-03-26) ### Bug Fixes * **YouTube:** Move setting to correct screen ([46ff5b8](https://github.com/ReVanced/revanced-patches/commit/46ff5b8b92b89697b97a73aeade72855fa5b0c72)) ### Features * **YouTube - Hide Shorts components:** Hide like and dislike buttons ([069f26d](https://github.com/ReVanced/revanced-patches/commit/069f26de207b21a931505c673bdb4c60a880bbb4)) * **YouTube - Hide Shorts components:** Hide sound metadata label ([a9f418a](https://github.com/ReVanced/revanced-patches/commit/a9f418a19fda2973a12279781964439e1e7518c9)) * **YouTube - Hide Shorts components:** Hide title and full video link label ([5b0360c](https://github.com/ReVanced/revanced-patches/commit/5b0360c06717c2984067755b4e33c69ec46b33ed)) --- CHANGELOG.md | 14 ++++++++++++++ gradle.properties | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a9a2e067..d493b21de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [4.4.0-dev.13](https://github.com/ReVanced/revanced-patches/compare/v4.4.0-dev.12...v4.4.0-dev.13) (2024-03-26) + + +### Bug Fixes + +* **YouTube:** Move setting to correct screen ([a16eda8](https://github.com/ReVanced/revanced-patches/commit/a16eda864515612d3a6b846082844df15eb49f56)) + + +### Features + +* **YouTube - Hide Shorts components:** Hide like and dislike buttons ([2df0892](https://github.com/ReVanced/revanced-patches/commit/2df0892682406e67283c4aeaacebf8f222029833)) +* **YouTube - Hide Shorts components:** Hide sound metadata label ([ea7d1e0](https://github.com/ReVanced/revanced-patches/commit/ea7d1e0d08cc245117ffe8ad0df3c31c5e87f739)) +* **YouTube - Hide Shorts components:** Hide title and full video link label ([e7b64e1](https://github.com/ReVanced/revanced-patches/commit/e7b64e154e7fb8edd0037f5e171f4aa3ed9017f8)) + # [4.4.0-dev.12](https://github.com/ReVanced/revanced-patches/compare/v4.4.0-dev.11...v4.4.0-dev.12) (2024-03-25) diff --git a/gradle.properties b/gradle.properties index f54d386f7..e6b48b81d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.parallel = true org.gradle.caching = true kotlin.code.style = official -version = 4.4.0-dev.12 +version = 4.4.0-dev.13