From b2fcd5a846e07cf61bc7c32d718e17a19bdb44b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 17 May 2025 07:44:42 +0000 Subject: [PATCH] chore: Release v5.24.0-dev.5 [skip ci] # [5.24.0-dev.5](https://github.com/ReVanced/revanced-patches/compare/v5.24.0-dev.4...v5.24.0-dev.5) (2025-05-17) ### Bug Fixes * **Spotify - Fix third party launchers widgets:** Add missing compatibility annotation ([e68cd70](https://github.com/ReVanced/revanced-patches/commit/e68cd70f66956cbdc7436a93c8dd3eb42f684966)) ### Features * **YouTube - Settings:** Add ability to search in settings ([#4881](https://github.com/ReVanced/revanced-patches/issues/4881)) ([14a8f4f](https://github.com/ReVanced/revanced-patches/commit/14a8f4fb96f5e2a4bc264a54115e0870b1a1ffa8)) --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f9cc181..866e06173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [5.24.0-dev.5](https://github.com/ReVanced/revanced-patches/compare/v5.24.0-dev.4...v5.24.0-dev.5) (2025-05-17) + + +### Bug Fixes + +* **Spotify - Fix third party launchers widgets:** Add missing compatibility annotation ([0493f80](https://github.com/ReVanced/revanced-patches/commit/0493f8035b26b90c5f8e42be2e2a5ce73d8685a5)) + + +### Features + +* **YouTube - Settings:** Add ability to search in settings ([#4881](https://github.com/ReVanced/revanced-patches/issues/4881)) ([aca8b20](https://github.com/ReVanced/revanced-patches/commit/aca8b207c15f254bcc9ad94bc7dfb895f21d4058)) + # [5.24.0-dev.4](https://github.com/ReVanced/revanced-patches/compare/v5.24.0-dev.3...v5.24.0-dev.4) (2025-05-16) diff --git a/gradle.properties b/gradle.properties index 5f8016266..87763d2f9 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.24.0-dev.4 +version = 5.24.0-dev.5