mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
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
](d60f9aa1d8
)) * Adjust scroll from clipping children form fields in `AlertDialog` from `showSourcesDialog` ([#1782](https://github.com/ReVanced/revanced-manager/issues/1782)) ([bbeb836
](bbeb836923
)) * Cache external API calls ([#1911](https://github.com/ReVanced/revanced-manager/issues/1911)) ([2c3e2e6
](2c3e2e639f
)) * Change problematic translation string ([6b03f3a
](6b03f3a169
)) * Correct architecture to armeabi-v7a ([63c6412
](63c6412736
)) * Download latest integrations non-pre-release ([4a72267
](4a72267d41
)) * Follow language update immediately ([#1944](https://github.com/ReVanced/revanced-manager/issues/1944)) ([c13827e
](c13827e8e1
)) * Follow system theme immediately ([#1942](https://github.com/ReVanced/revanced-manager/issues/1942)) ([694f2a9
](694f2a9fae
)) * Handle selecting files and folders for patch options correctly ([#1941](https://github.com/ReVanced/revanced-manager/issues/1941)) ([b26760b
](b26760b216
)) * Increase dashboard RefreshIndicator edge offset ([#1859](https://github.com/ReVanced/revanced-manager/issues/1859)) ([232b702
](232b702789
)) * Patching Screen draw-behind Navigation Bar ([#1945](https://github.com/ReVanced/revanced-manager/issues/1945)) ([f1b25d0
](f1b25d09da
)) * Restore consistency with the app ([ea9654e
](ea9654edec
)) * SecurityException when patching application ([#1856](https://github.com/ReVanced/revanced-manager/issues/1856)) ([e0a6de2
](e0a6de2c2b
)) * Select previously applied patches when loading patch selection ([#1865](https://github.com/ReVanced/revanced-manager/issues/1865)) ([7ef8f04
](7ef8f0454b
)) * Unable to install application regardless of preference ([c7627ce
](c7627ced8e
)) * Unsupported patch toast says "patchItem.unsupportedPatchVersion" ([#2011](https://github.com/ReVanced/revanced-manager/issues/2011)) ([3209c0e
](3209c0e430
)) * Update dialog shows dev version & loading gets stuck in certain circumstances ([#1792](https://github.com/ReVanced/revanced-manager/issues/1792)) ([fc52560
](fc52560244
)) ### Features * Add ability to set `null` in patch options ([#1947](https://github.com/ReVanced/revanced-manager/issues/1947)) ([5c68d51
](5c68d513a3
)) * Include primary architecture in external search ([#2068](https://github.com/ReVanced/revanced-manager/issues/2068)) ([23690a9
](23690a98df
)) * open browser when clicking on changelog link ([bc300d8
](bc300d81d9
)) * Save last patched app ([#1414](https://github.com/ReVanced/revanced-manager/issues/1414)) ([7720408
](77204087bb
)) * Support patching on ARMv7a ([a766352
](a7663524e6
))
This commit is contained in:
parent
d81808ad7b
commit
1cea9600a2
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue