From 1cea9600a2c0586d212be9325f8e716f2451fccd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jul 2024 18:38:53 +0000 Subject: [PATCH] chore(release): 1.21.0 [skip ci] # [1.21.0](https://github.com/ReVanced/revanced-manager/compare/v1.20.1...v1.21.0) (2024-07-29) ### Bug Fixes * Add missing import to patch options field ([d60f9aa](https://github.com/ReVanced/revanced-manager/commit/d60f9aa1d80a4a97b100843d16e5a37b8f312a72)) * Adjust scroll from clipping children form fields in `AlertDialog` from `showSourcesDialog` ([#1782](https://github.com/ReVanced/revanced-manager/issues/1782)) ([bbeb836](https://github.com/ReVanced/revanced-manager/commit/bbeb836923e707c33503877b4556e2a5d8087025)) * Cache external API calls ([#1911](https://github.com/ReVanced/revanced-manager/issues/1911)) ([2c3e2e6](https://github.com/ReVanced/revanced-manager/commit/2c3e2e639f9f9b981f2438fef3c1e2f52f130a6d)) * Change problematic translation string ([6b03f3a](https://github.com/ReVanced/revanced-manager/commit/6b03f3a169f6c9d889b3b835668383ff98682e14)) * Correct architecture to armeabi-v7a ([63c6412](https://github.com/ReVanced/revanced-manager/commit/63c6412736e127e53ffb82c0365a3f27d57c6353)) * Download latest integrations non-pre-release ([4a72267](https://github.com/ReVanced/revanced-manager/commit/4a72267d4120341031afb8fccd822e052ad706b6)) * Follow language update immediately ([#1944](https://github.com/ReVanced/revanced-manager/issues/1944)) ([c13827e](https://github.com/ReVanced/revanced-manager/commit/c13827e8e16042e6d50a54467aefac2b4ed21cfd)) * Follow system theme immediately ([#1942](https://github.com/ReVanced/revanced-manager/issues/1942)) ([694f2a9](https://github.com/ReVanced/revanced-manager/commit/694f2a9faed0ca549a40e11abf20242121b773e6)) * Handle selecting files and folders for patch options correctly ([#1941](https://github.com/ReVanced/revanced-manager/issues/1941)) ([b26760b](https://github.com/ReVanced/revanced-manager/commit/b26760b2163081e0e49b0bcd4799abefb4118920)) * Increase dashboard RefreshIndicator edge offset ([#1859](https://github.com/ReVanced/revanced-manager/issues/1859)) ([232b702](https://github.com/ReVanced/revanced-manager/commit/232b70278971a1a6a67867577359a6de99455689)) * Patching Screen draw-behind Navigation Bar ([#1945](https://github.com/ReVanced/revanced-manager/issues/1945)) ([f1b25d0](https://github.com/ReVanced/revanced-manager/commit/f1b25d09da92e3820b02c5036c6bbd32cdc55821)) * Restore consistency with the app ([ea9654e](https://github.com/ReVanced/revanced-manager/commit/ea9654edec97a619d444dd9c0bdaa37b5feff360)) * SecurityException when patching application ([#1856](https://github.com/ReVanced/revanced-manager/issues/1856)) ([e0a6de2](https://github.com/ReVanced/revanced-manager/commit/e0a6de2c2b70327e9a518a8a4470bd70a3942e48)) * Select previously applied patches when loading patch selection ([#1865](https://github.com/ReVanced/revanced-manager/issues/1865)) ([7ef8f04](https://github.com/ReVanced/revanced-manager/commit/7ef8f0454b61429a1e4e9d306535f23b2fca5ba7)) * Unable to install application regardless of preference ([c7627ce](https://github.com/ReVanced/revanced-manager/commit/c7627ced8eee19cd44945ea4388b2ffe5e38b138)) * Unsupported patch toast says "patchItem.unsupportedPatchVersion" ([#2011](https://github.com/ReVanced/revanced-manager/issues/2011)) ([3209c0e](https://github.com/ReVanced/revanced-manager/commit/3209c0e430f82d55704a609eb1057d052441c5a3)) * Update dialog shows dev version & loading gets stuck in certain circumstances ([#1792](https://github.com/ReVanced/revanced-manager/issues/1792)) ([fc52560](https://github.com/ReVanced/revanced-manager/commit/fc525602448001a442d2f2dfe09c431eed80cd7b)) ### Features * Add ability to set `null` in patch options ([#1947](https://github.com/ReVanced/revanced-manager/issues/1947)) ([5c68d51](https://github.com/ReVanced/revanced-manager/commit/5c68d513a38dcca1b884429c28f5bb32697bf37d)) * Include primary architecture in external search ([#2068](https://github.com/ReVanced/revanced-manager/issues/2068)) ([23690a9](https://github.com/ReVanced/revanced-manager/commit/23690a98df0f206328adecd895860efb57e8b267)) * open browser when clicking on changelog link ([bc300d8](https://github.com/ReVanced/revanced-manager/commit/bc300d81d9490e718cb024145dba4a19af5619ce)) * Save last patched app ([#1414](https://github.com/ReVanced/revanced-manager/issues/1414)) ([7720408](https://github.com/ReVanced/revanced-manager/commit/77204087bba250cd6dc0c10f406016f9d3f976b3)) * Support patching on ARMv7a ([a766352](https://github.com/ReVanced/revanced-manager/commit/a7663524e611fd26c2e7ebb99176ef9fa97c14e3)) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 6c57f92c..2fbd1719 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/ReVanced/revanced-manager publish_to: 'none' -version: 1.21.0-dev.9+101800025 +version: 1.21.0+101800026 environment: sdk: '>=3.0.0 <4.0.0'