semantic-release-bot
a71a930125
chore(release): 1.19.4-dev.2 [skip ci]
...
## [1.19.4-dev.2](https://github.com/ReVanced/revanced-manager/compare/v1.19.4-dev.1...v1.19.4-dev.2 ) (2024-03-23)
### Bug Fixes
* Ensure safe area usage in Changelogs Modal Bottom Sheet ([#1772 ](https://github.com/ReVanced/revanced-manager/issues/1772 )) ([c981cb4
](c981cb4a41
))
2024-03-23 11:03:27 +00:00
semantic-release-bot
e52a6ce734
chore(release): 1.19.4-dev.1 [skip ci]
...
## [1.19.4-dev.1](https://github.com/ReVanced/revanced-manager/compare/v1.19.3...v1.19.4-dev.1 ) (2024-03-17)
### Bug Fixes
* Pre-releases changelog being shown ([#1767 ](https://github.com/ReVanced/revanced-manager/issues/1767 )) ([add49e1
](add49e14fb
))
2024-03-17 17:22:14 +00:00
semantic-release-bot
c209c32613
chore(release): 1.19.3 [skip ci]
...
## [1.19.3](https://github.com/ReVanced/revanced-manager/compare/v1.19.2...v1.19.3 ) (2024-03-09)
### Bug Fixes
* Copy APK to working directory before trying to write to it ([5cd1cba
](5cd1cba668
))
2024-03-09 09:16:08 +00:00
semantic-release-bot
7cc6b88e4e
chore(release): 1.19.3-dev.1 [skip ci]
...
## [1.19.3-dev.1](https://github.com/ReVanced/revanced-manager/compare/v1.19.2...v1.19.3-dev.1 ) (2024-03-09)
### Bug Fixes
* Copy APK to working directory before trying to write to it ([5cd1cba
](5cd1cba668
))
2024-03-09 09:09:02 +00:00
semantic-release-bot
f1fc48ce5a
chore(release): 1.19.2 [skip ci]
...
## [1.19.2](https://github.com/ReVanced/revanced-manager/compare/v1.19.1...v1.19.2 ) (2024-03-09)
### Bug Fixes
* App list is empty if all apps are installed ([#1750 ](https://github.com/ReVanced/revanced-manager/issues/1750 )) ([1f5461f
](1f5461fbe5
))
* Fix white-screen when trying to install conflicting apps ([4acd738
](4acd738353
))
2024-03-09 03:55:35 +00:00
semantic-release-bot
982249f974
chore(release): 1.19.2-dev.1 [skip ci]
...
## [1.19.2-dev.1](https://github.com/ReVanced/revanced-manager/compare/v1.19.1...v1.19.2-dev.1 ) (2024-03-08)
### Bug Fixes
* App list is empty if all apps are installed ([#1750 ](https://github.com/ReVanced/revanced-manager/issues/1750 )) ([1f5461f
](1f5461fbe5
))
2024-03-08 14:49:35 +00:00
Benjamin
ffc14f2146
chore: Upgrade dependencies ( #1734 )
2024-03-05 14:09:02 +07:00
semantic-release-bot
0c57322051
chore(release): 1.19.1 [skip ci]
...
## [1.19.1](https://github.com/ReVanced/revanced-manager/compare/v1.19.0...v1.19.1 ) (2024-03-05)
### Bug Fixes
* Keep names for needed classes to fix crash at launch ([eef7016
](eef701615b
))
2024-03-05 02:29:37 +00:00
semantic-release-bot
97d8519b8b
chore(release): 1.19.0 [skip ci]
...
# [1.19.0](https://github.com/ReVanced/revanced-manager/compare/v1.18.0...v1.19.0 ) (2024-03-05)
### Bug Fixes
* added a trailing comma ([975180b
](975180b075
))
* adjust padding ([3559477
](3559477247
))
* Allow mounting without Magisk ([3f96608
](3f96608398
))
* Bump dependencies to support BCS keystore ([6ec6546
](6ec6546cc5
))
* Do not delete files from post-fs-data.d ([70a1086
](70a1086edf
))
* Fix patched APKs exports after installation ([1200360
](1200360588
))
* fix redundant buttons on dialog ([079c0de
](079c0defaf
))
* Incorrect strings and logics ([#1619 ](https://github.com/ReVanced/revanced-manager/issues/1619 )) ([4f22e88
](4f22e88e42
))
* **Keystore Password:** textfield title display ([8e52abd
](8e52abda9a
))
* Mount script causes build to fail ([#1613 ](https://github.com/ReVanced/revanced-manager/issues/1613 )) ([f3c78c2
](f3c78c2c24
))
* **Patch Option:** Set text colour on dropdown menu ([acb1e24
](acb1e2434b
))
* **PopScope:** User able to exit patch screen when the installer is still running ([#1663 ](https://github.com/ReVanced/revanced-manager/issues/1663 )) ([eb6d3cd
](eb6d3cd64e
))
* **Release CI:** truncate the "v" from version ([8595099
](85950991ab
))
* Show version label correctly ([c72d10a
](c72d10ac85
))
* Specify that dark theme is dark ([#1699 ](https://github.com/ReVanced/revanced-manager/issues/1699 )) ([d4b15ae
](d4b15aee4d
))
* Stop patch when signing fails ([#1553 ](https://github.com/ReVanced/revanced-manager/issues/1553 )) ([5b2c551
](5b2c55142e
))
* **Update Confirmation Sheet:** Add top padding ([9aeb156
](9aeb156d92
))
* Use correct title size for bottom sheet ([#1687 ](https://github.com/ReVanced/revanced-manager/issues/1687 )) ([3436523
](34365239c1
))
* Use correct version code & name ([#1647 ](https://github.com/ReVanced/revanced-manager/issues/1647 )) ([d933997
](d933997c89
))
* use lowercase repo names ([#1626 ](https://github.com/ReVanced/revanced-manager/issues/1626 )) ([edd8602
](edd86024b9
))
### Features
* Add a toggle for alternative sources ([#1686 ](https://github.com/ReVanced/revanced-manager/issues/1686 )) ([f89c742
](f89c742c90
))
* Add API migration code ([#1615 ](https://github.com/ReVanced/revanced-manager/issues/1615 )) ([28ae276
](28ae2766f0
))
* add haptic feedback ([#1459 ](https://github.com/ReVanced/revanced-manager/issues/1459 )) ([7911459
](7911459817
))
* Allow changing languages ([#1488 ](https://github.com/ReVanced/revanced-manager/issues/1488 )) ([f82c439
](f82c439b26
))
* Display current app language at the top of the list ([aa0575a
](aa0575a637
))
* Hide the Install button during installation ([#1633 ](https://github.com/ReVanced/revanced-manager/issues/1633 )) ([3e696d6
](3e696d6847
))
* Improve app selector and patcher UI ([#1616 ](https://github.com/ReVanced/revanced-manager/issues/1616 )) ([efb2d5e
](efb2d5ef32
))
* Improve consistency on language selector ([b2119ce
](b2119ce60e
))
* Improve language distinguishness and resolve language-specific issues ([#1706 ](https://github.com/ReVanced/revanced-manager/issues/1706 )) ([6d866d4
](6d866d4424
))
* Improve Split APK warning readability ([#1625 ](https://github.com/ReVanced/revanced-manager/issues/1625 )) ([6fd740f
](6fd740f8c0
))
* Show a dialog when an update is available ([#1654 ](https://github.com/ReVanced/revanced-manager/issues/1654 )) ([c7d975e
](c7d975e612
))
* Simplify settings strings ([#1618 ](https://github.com/ReVanced/revanced-manager/issues/1618 )) ([0d45fe4
](0d45fe4a97
))
* Use more appropriate progress values ([2d7026a
](2d7026ac7a
))
* use native TextField ([9ed43ef
](9ed43efe5d
))
### Performance Improvements
* Load patched apps as soon as possible ([c94eb7a
](c94eb7a48e
))
### Reverts
* WillPopScope migration ([3b0fed5
](3b0fed55e4
))
2024-03-05 01:57:21 +00:00
oSumAtrIX
00210f7f0e
chore: Workaround CI bug by setting the expected version
2024-03-05 02:49:42 +01:00
semantic-release-bot
bc83a39b0f
chore(release): 1.19.0-dev.21 [skip ci]
...
# [1.19.0-dev.21](https://github.com/ReVanced/revanced-manager/compare/v1.19.0-dev.20...v1.19.0-dev.21 ) (2024-03-05)
### Features
* Display current app language at the top of the list ([aa0575a
](aa0575a637
))
2024-03-05 00:12:19 +00:00
semantic-release-bot
4ca7b8a7c1
chore(release): 1.19.0-dev.20 [skip ci]
...
# [1.19.0-dev.20](https://github.com/ReVanced/revanced-manager/compare/v1.19.0-dev.19...v1.19.0-dev.20 ) (2024-03-04)
### Bug Fixes
* Bump dependencies to support BCS keystore ([6ec6546
](6ec6546cc5
))
2024-03-04 14:56:19 +00:00
semantic-release-bot
4fc913eae1
chore(release): 1.19.0-dev.19 [skip ci]
...
# [1.19.0-dev.19](https://github.com/ReVanced/revanced-manager/compare/v1.19.0-dev.18...v1.19.0-dev.19 ) (2024-03-04)
### Bug Fixes
* Fix patched APKs exports after installation ([1200360
](1200360588
))
### Features
* Use more appropriate progress values ([2d7026a
](2d7026ac7a
))
2024-03-04 12:51:06 +00:00
semantic-release-bot
02722fc0be
chore(release): 1.19.0-dev.18 [skip ci]
...
# [1.19.0-dev.18](https://github.com/ReVanced/revanced-manager/compare/v1.19.0-dev.17...v1.19.0-dev.18 ) (2024-03-04)
2024-03-04 12:25:39 +00:00
Pun Butrach
52e1020a90
chore(Dependency): Switch language_code back to Upstream version
2024-03-04 13:31:51 +07:00
semantic-release-bot
6d6fae1ecd
chore(release): 1.19.0-dev.17 [skip ci]
...
## Features
* Improve language distinguishness and resolve language-specific issues (#1706 ) ([Ushie](6d866d4424
))
2024-02-26 01:15:28 +00:00
Ushie
6d866d4424
feat: Improve language distinguishness and resolve language-specific issues ( #1706 )
2024-02-26 08:08:14 +07:00
semantic-release-bot
f4dea6e58c
chore(release): 1.19.0-dev.16 [skip ci]
...
## Features
* Hide the Install button during installation (#1633 ) ([Eray Erdin (&mut self)](3e696d6847
))
## Bug Fixes
* Show version label correctly ([oSumAtrIX](c72d10ac85
))
2024-02-25 20:57:07 +00:00
semantic-release-bot
28d6ab692e
chore(release): 1.19.0-dev.15 [skip ci]
...
## Bug Fixes
* Specify that dark theme is dark (#1699 ) ([Benjamin](d4b15aee4d
))
## Documentation
* Switch order of note and tip [skip ci] ([oSumAtrIX](d0689555f1
))
## Continuous Integration
* **Release:** Remove unnecessary upload (#1695 ) ([Benjamin](82d6e3f105
))
## Chores
* **i18n:** Sync translations (#1694 ) ([github-actions[bot]](f7747809f2
))
2024-02-25 02:50:24 +00:00
semantic-release-bot
244d078b11
chore(release): 1.19.0-dev.14 [skip ci]
...
## Features
* Add a toggle for alternative sources (#1686 ) ([aAbed](f89c742c90
))
2024-02-19 14:49:04 +00:00
semantic-release-bot
ce5088ab53
chore(release): 1.19.0-dev.13 [skip ci]
...
## Chores
* **i18n:** Sync translations (#1688 ) ([github-actions[bot]](0443c8c200
))
* Upgrade dependencies (#1693 ) ([Benjamin](8a4161753e
))
2024-02-18 22:40:36 +00:00
Benjamin
8a4161753e
chore: Upgrade dependencies ( #1693 )
2024-02-19 05:31:24 +07:00
semantic-release-bot
f2e7071f6d
chore(release): 1.19.0-dev.12 [skip ci]
...
## Documentation
* Add a tip for the prompt to select an APK from storage ([oSumAtrIX](bfe59ea57a
))
* Adjust footnote regarding obtaining APK files ([oSumAtrIX](f5ba84d81e
))
* Use consistent wording ([oSumAtrIX](933c71923e
))
## Code Refactoring
* PopScope Migration (#1674 ) ([Pun Butrach](3b58d229da
))
## Continuous Integration
* Dependabot (#1692 ) ([Benjamin](25d53ce9a8
))
2024-02-18 22:05:57 +00:00
semantic-release-bot
953209ca13
chore(release): 1.19.0-dev.11 [skip ci]
...
## Features
* Improve consistency on language selector ([Pun Butrach](b2119ce60e
))
## Code Refactoring
* Check-in pubspec.lock ([Pun Butrach](5a24911fad
))
## Build System
* Bump Gradle to v8.6 ([Pun Butrach](f57898a471
))
* Enable ProGuard (#1650 ) ([kitadai31](b754a045eb
))
## Continuous Integration
* **build:** Upload build artifact ([Pun Butrach](e0c750d27e
))
## Chores
* Update .gitignore ([Pun Butrach](0ec6897fda
))
2024-02-15 09:48:29 +00:00
semantic-release-bot
3ee29c2256
chore(release): 1.19.0-dev.10 [skip ci]
...
## Chores
* **i18n:** Sync translations (#1685 ) ([github-actions[bot]](31a32eb11d
))
## Reverts
* WillPopScope migration ([Pun Butrach](3b0fed55e4
))
2024-02-15 08:08:25 +00:00
semantic-release-bot
64c10b44f5
chore(release): 1.19.0-dev.9 [skip ci]
...
## Bug Fixes
* Use correct title size for bottom sheet (#1687 ) ([oSumAtrIX](34365239c1
))
2024-02-12 19:55:06 +00:00
semantic-release-bot
bdfeda23b6
chore(release): 1.19.0-dev.8 [skip ci]
...
## Features
* Allow changing languages (#1488 ) ([Ushie](f82c439b26
))
## Chores
* **i18n:** Sync translations (#1671 ) ([github-actions[bot]](f5578b0fc1
))
* update dependencies ([Benjamin Halko](1aaeac1fe3
))
2024-02-12 17:39:10 +00:00
Benjamin Halko
1aaeac1fe3
chore: update dependencies
2024-02-13 09:31:23 -08:00
Ushie
f82c439b26
feat: Allow changing languages ( #1488 )
...
Co-authored-by: validcube <pun.butrach@gmail.com>
2024-02-12 02:22:25 +03:00
semantic-release-bot
c498cff096
chore(release): 1.19.0-dev.7 [skip ci]
...
## Bug Fixes
* adjust padding ([aAbed](3559477247
))
## Documentation
* **Security:** Format badges ([Pun Butrach](b9241fa1b2
))
2024-02-06 15:14:29 +00:00
semantic-release-bot
9bf5153e6b
chore(release): 1.19.0-dev.6 [skip ci]
...
## Bug Fixes
* **PopScope:** User able to exit patch screen when the installer is still running (#1663 ) ([Benjamin](eb6d3cd64e
))
## Code Refactoring
* Disable update for dev build (#1662 ) ([Benjamin](c900d09cf8
))
## Continuous Integration
* Add scope to changelog (#1672 ) ([Benjamin](8cda2c164d
))
2024-02-03 03:36:47 +00:00
semantic-release-bot
edc8ef4f44
chore(release): 1.19.0-dev.5 [skip ci]
...
## Bug Fixes
* Add top padding ([Pun Butrach](9aeb156d92
))
2024-02-02 13:12:37 +00:00
semantic-release-bot
93482b0041
chore(release): 1.19.0-dev.4 [skip ci]
...
## Bug Fixes
* Stop patch when signing fails ([#1553 ](https://github.com/ReVanced/revanced-manager/issues/1553 )) ([kitadai31](5b2c55142e
))
2024-02-02 00:02:38 +00:00
semantic-release-bot
b115643034
chore(release): 1.19.0-dev.3 [skip ci]
...
# [1.19.0-dev.3](https://github.com/ReVanced/revanced-manager/compare/v1.19.0-dev.2...v1.19.0-dev.3 ) (2024-01-29)
### Bug Fixes
* Do not delete files from post-fs-data.d ([70a1086
](70a1086edf
))
### Features
* Show a dialog when an update is available ([#1654 ](https://github.com/ReVanced/revanced-manager/issues/1654 )) ([c7d975e
](c7d975e612
))
2024-01-29 10:19:31 +00:00
semantic-release-bot
7104d6d6dd
chore(release): 1.19.0-dev.2 [skip ci]
...
# [1.19.0-dev.2](https://github.com/ReVanced/revanced-manager/compare/v1.19.0-dev.1...v1.19.0-dev.2 ) (2024-01-22)
### Bug Fixes
* Use correct version code & name ([#1647 ](https://github.com/ReVanced/revanced-manager/issues/1647 )) ([d933997
](d933997c89
))
2024-01-22 22:34:38 +00:00
semantic-release-bot
bea99bb4c6
chore(release): 1.19.0-dev.1 [skip ci]
...
# [1.19.0-dev.1](https://github.com/ReVanced/revanced-manager/compare/v1.18.0...v1.19.0-dev.1 ) (2024-01-22)
### Bug Fixes
* added a trailing comma ([975180b
](975180b075
))
* Allow mounting without Magisk ([3f96608
](3f96608398
))
* fix redundant buttons on dialog ([079c0de
](079c0defaf
))
* Incorrect strings and logics ([#1619 ](https://github.com/ReVanced/revanced-manager/issues/1619 )) ([4f22e88
](4f22e88e42
))
* **Keystore Password:** textfield title display ([8e52abd
](8e52abda9a
))
* Mount script causes build to fail ([#1613 ](https://github.com/ReVanced/revanced-manager/issues/1613 )) ([f3c78c2
](f3c78c2c24
))
* **Patch Option:** Set text colour on dropdown menu ([acb1e24
](acb1e2434b
))
* **Release CI:** truncate the "v" from version ([8595099
](85950991ab
))
* use lowercase repo names ([#1626 ](https://github.com/ReVanced/revanced-manager/issues/1626 )) ([edd8602
](edd86024b9
))
### Features
* Add API migration code ([#1615 ](https://github.com/ReVanced/revanced-manager/issues/1615 )) ([28ae276
](28ae2766f0
))
* add haptic feedback ([#1459 ](https://github.com/ReVanced/revanced-manager/issues/1459 )) ([7911459
](7911459817
))
* Improve app selector and patcher UI ([#1616 ](https://github.com/ReVanced/revanced-manager/issues/1616 )) ([efb2d5e
](efb2d5ef32
))
* Improve Split APK warning readability ([#1625 ](https://github.com/ReVanced/revanced-manager/issues/1625 )) ([6fd740f
](6fd740f8c0
))
* Simplify settings strings ([#1618 ](https://github.com/ReVanced/revanced-manager/issues/1618 )) ([0d45fe4
](0d45fe4a97
))
* use native TextField ([9ed43ef
](9ed43efe5d
))
### Performance Improvements
* Load patched apps as soon as possible ([c94eb7a
](c94eb7a48e
))
2024-01-22 11:41:51 +00:00
Benjamin
cf1afddb9e
chore: remove unused dependencies ( #1603 )
2024-01-21 14:07:30 +07:00
oSumAtrIX
85c8006977
build: Bump version to v1.18.0
2023-12-23 22:20:32 +01:00
validcube
c56c445fb7
fix: migration latest changes to native buttons
...
Signed-off-by: validcube <pun.butrach@gmail.com>
2023-12-23 10:36:59 +07:00
aAbed
c23275f2fe
feat: Improve installation robustness ( #1528 )
...
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Co-authored-by: Ushie <ushiekane@gmail.com>
Co-authored-by: Dhruvan Bhalara <53393418+dhruvanbhalara@users.noreply.github.com>
Co-authored-by: Pun Butrach <pun.butrach@gmail.com>
2023-12-23 10:16:28 +07:00
Ushie
67d204eb02
build: Bump version to v1.17.3
2023-12-12 08:22:10 +03:00
Benjamin Halko
6ef1b072e8
build: Bump version to v1.17.2
2023-12-11 18:27:19 -08:00
validcube
8480b3ac3d
chore: update repository's owner name
2023-12-02 17:39:02 +07:00
validcube
6339a31fec
build(dart-dependency): bump FlutterToast to v8.2.4
2023-12-02 17:35:35 +07:00
validcube
71b5bb3f8f
build(dart-dependency): prefer immutable for dependency using git
2023-12-02 17:33:42 +07:00
Ushie
b1fb9dd7d3
build: Bump version to v1.17.1
2023-12-02 03:44:51 +03:00
Ushie
bace26063d
build: Bump version to v1.17.0
2023-11-27 11:05:56 +03:00
Ushie
4e9f3fe1dc
build: Bump version to v1.16.0
2023-11-21 17:36:24 +03:00
validcube
ad3a778fb9
refactor: apply lint from analyzer
2023-11-12 10:02:40 +05:45
oSumAtrIX
e6a8f4e6dc
build: Bump version to v1.15.1
2023-11-04 22:41:48 +01:00