From 875ce6439d7692d6678c0fd3173452fbff162137 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Jun 2025 10:13:41 +0000 Subject: [PATCH] chore(release): 1.25.0 [skip ci] # [1.25.0](https://github.com/ReVanced/revanced-manager/compare/v1.24.0...v1.25.0) (2025-06-27) ### Bug Fixes * "Save patched app" attempts to copy APK when patching fails ([#2565](https://github.com/ReVanced/revanced-manager/issues/2565)) ([bdb0317](https://github.com/ReVanced/revanced-manager/commit/bdb0317a9e093eefe75916b3fcc9192c8c17a694)) * Correct supported required patch option types ([#2475](https://github.com/ReVanced/revanced-manager/issues/2475)) ([cde3f8d](https://github.com/ReVanced/revanced-manager/commit/cde3f8d62cb27a08066aae22337c96e7ccc89b22)) * Crash using when Integer type in Patch Options ([#2453](https://github.com/ReVanced/revanced-manager/issues/2453)) ([05575cc](https://github.com/ReVanced/revanced-manager/commit/05575cccfb95e33cd567d0ca1c7551338c123efd)) * Fix installation being cancelled at installation by not prematurely deleting patched APK ([#2490](https://github.com/ReVanced/revanced-manager/issues/2490)) ([dedcb3c](https://github.com/ReVanced/revanced-manager/commit/dedcb3c51aa7e703f5177a99a56b13c37d9e52ff)) * Log errors and warnings when compiling resources ([5c7d52c](https://github.com/ReVanced/revanced-manager/commit/5c7d52c8e935d9001d1d469fcb53a9c77787b448)) * Nearly all rare cases of GPU renderer issues, and allow building on manager again ([#2602](https://github.com/ReVanced/revanced-manager/issues/2602)) ([21ceada](https://github.com/ReVanced/revanced-manager/commit/21ceadaf7f8e7138cf750a47142796208620cb59)) * Obscure Flutter Impeller renderer bugs ([a5e909c](https://github.com/ReVanced/revanced-manager/commit/a5e909cfc8cda71d6c3d4f98c95d38565f0fe035)) * Unable to Share Logs due to missing ProGuard rules ([#2474](https://github.com/ReVanced/revanced-manager/issues/2474)) ([915ec0e](https://github.com/ReVanced/revanced-manager/commit/915ec0e260da9d3570eb5d9cedf5e7b6006c1417)) * Use device locale for app language (Default to English) ([#2488](https://github.com/ReVanced/revanced-manager/issues/2488)) ([3074766](https://github.com/ReVanced/revanced-manager/commit/3074766ff2cdf0f62feb6dabee9551b3602ff7f7)) * Use device locale when no preference is set ([#2483](https://github.com/ReVanced/revanced-manager/issues/2483)) ([f79aa9e](https://github.com/ReVanced/revanced-manager/commit/f79aa9edd7cb43fa34f7420d0ba9c0a0c80c3405)) ### Features * Add toggle to use pre-releases ([#2485](https://github.com/ReVanced/revanced-manager/issues/2485)) ([89b48ce](https://github.com/ReVanced/revanced-manager/commit/89b48cebcfafc5d6947886f753c25f1d389955c1)) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7f60726d..deb03318 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://revanced.app publish_to: 'none' -version: 1.25.0-dev.2+101800062 +version: 1.25.0+101800063 environment: sdk: '>=3.7.0'