Commit Graph

797 Commits

Author SHA1 Message Date
dfb527fc29 chore(release): 2.11.1 [skip ci]
## [2.11.1](https://github.com/revanced/revanced-cli/compare/v2.11.0...v2.11.1) (2022-09-21)
v2.11.1
2022-09-21 02:16:24 +00:00
ac2332a592 build: bump patcher dependency version to v5.0.0 2022-09-21 04:14:45 +02:00
a530624fb2 chore(release): 2.11.0 [skip ci]
# [2.11.0](https://github.com/revanced/revanced-cli/compare/v2.10.2...v2.11.0) (2022-09-20)

### Features

* section `acknowledgements` for issue templates ([0e3ecc3](0e3ecc3a51))
v2.11.0
2022-09-20 22:37:23 +00:00
0e3ecc3a51 feat: section acknowledgements for issue templates
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-09-21 00:35:56 +02:00
7fac75c6b6 chore(release): 2.10.2 [skip ci]
## [2.10.2](https://github.com/revanced/revanced-cli/compare/v2.10.1...v2.10.2) (2022-09-18)
v2.10.2
2022-09-18 06:29:07 +00:00
7ca0b35e45 build: bump patcher dependency version
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-09-18 08:27:20 +02:00
cb0fde4908 refactor: clarify config header 2022-09-12 12:24:36 +02:00
75e810e42e chore: remove broken dir mappings
cc @oSumAtrIX: if you need this, don't push this file to remote.
2022-09-12 11:47:35 +02:00
37cc77dfc5 chore(release): 2.10.1 [skip ci]
## [2.10.1](https://github.com/revanced/revanced-cli/compare/v2.10.0...v2.10.1) (2022-09-09)
v2.10.1
2022-09-09 20:51:44 +00:00
075bf406fd refactor: improve OptionsLoader a lot 2022-09-09 22:50:15 +02:00
71c81510f7 build: update patcher dependency 2022-09-09 20:59:10 +02:00
51fd16409f chore(release): 2.10.0 [skip ci]
# [2.10.0](https://github.com/revanced/revanced-cli/compare/v2.9.10...v2.10.0) (2022-09-08)

### Features

* Patch Options CLI implementation ([#132](https://github.com/revanced/revanced-cli/issues/132)) ([3f5345a](3f5345af6e))
v2.10.0
2022-09-08 20:36:40 +00:00
3f5345af6e feat: Patch Options CLI implementation (#132)
* feat: Patch Options CLI implementation

* fix: remove leftover log message
2022-09-08 22:35:09 +02:00
649d9bdb2a chore(release): 2.9.10 [skip ci]
## [2.9.10](https://github.com/revanced/revanced-cli/compare/v2.9.9...v2.9.10) (2022-09-08)

### Bug Fixes

* don't print same patch multiple times ([f4b0469](f4b04698d8))
v2.9.10
2022-09-08 20:21:12 +00:00
f4b04698d8 fix: don't print same patch multiple times 2022-09-08 22:19:53 +02:00
240ab18eaf chore(release): 2.9.9 [skip ci]
## [2.9.9](https://github.com/revanced/revanced-cli/compare/v2.9.8...v2.9.9) (2022-09-08)
v2.9.9
2022-09-08 15:03:24 +00:00
096dba2337 build: update patcher dependency 2022-09-08 17:02:02 +02:00
26780f94e5 chore(release): 2.9.8 [skip ci]
## [2.9.8](https://github.com/revanced/revanced-cli/compare/v2.9.7...v2.9.8) (2022-09-08)

### Bug Fixes

* broken deprecation message ([e3e74ac](e3e74ac0e9))
v2.9.8
2022-09-08 11:51:01 +00:00
faa52e2c68 Merge remote-tracking branch 'origin/main' into main 2022-09-08 13:49:18 +02:00
e3e74ac0e9 fix: broken deprecation message 2022-09-08 13:49:03 +02:00
de1bdb708c build: update patcher 2022-09-08 13:46:23 +02:00
9b2b933998 chore(release): 2.9.7 [skip ci]
## [2.9.7](https://github.com/revanced/revanced-cli/compare/v2.9.6...v2.9.7) (2022-09-08)
v2.9.7
2022-09-08 10:55:29 +00:00
fb5a72fdc0 build: remove useless stdlib 2022-09-08 12:53:38 +02:00
86c5992630 build: update patcher 2022-09-08 12:53:08 +02:00
06d2139ebf refactor: handle deprecation & cleanup 2022-09-08 12:52:00 +02:00
15ba4f40cd chore: ignore kotlinc 2022-09-08 12:45:14 +02:00
2d70037913 chore(release): 2.9.6 [skip ci]
## [2.9.6](https://github.com/revanced/revanced-cli/compare/v2.9.5...v2.9.6) (2022-09-07)
v2.9.6
2022-09-07 21:17:46 +00:00
34108b9229 build: bump patcher dependency version (#126) 2022-09-07 23:16:12 +02:00
64a323e7e7 chore(release): 2.9.5 [skip ci]
## [2.9.5](https://github.com/revanced/revanced-cli/compare/v2.9.4...v2.9.5) (2022-09-01)

### Bug Fixes

* mount bind revanced.apk from magisk's mirror ([372470c](372470c77b))
v2.9.5
2022-09-01 00:41:46 +00:00
372470c77b fix: mount bind revanced.apk from magisk's mirror
Some banking apps detect the mountpoint of youtube base apk to determine device is rooted. So mount bind from magisk's mirror to trigger magisk unmount and let it hidden along with magisk hiding.
2022-09-01 02:40:20 +02:00
3cef245728 chore(release): 2.9.4 [skip ci]
## [2.9.4](https://github.com/revanced/revanced-cli/compare/v2.9.3...v2.9.4) (2022-08-31)
v2.9.4
2022-08-31 18:40:54 +00:00
aa54a2b1a9 build: bump patcher dependency version
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
2022-08-31 20:36:57 +02:00
f8c430be33 chore(release): 2.9.3 [skip ci]
## [2.9.3](https://github.com/revanced/revanced-cli/compare/v2.9.2...v2.9.3) (2022-08-14)
v2.9.3
2022-08-14 15:34:54 +00:00
7692c18282 build: bump patcher dependency version 2022-08-14 17:33:14 +02:00
469d0861af chore(release): 2.9.2 [skip ci]
## [2.9.2](https://github.com/revanced/revanced-cli/compare/v2.9.1...v2.9.2) (2022-08-07)
v2.9.2
2022-08-07 20:42:09 +00:00
208c5bc5b0 build: bump patcher dependency version 2022-08-07 21:55:15 +02:00
82efd9941f refactor: spelling mistake (#114) 2022-08-06 09:54:37 +02:00
48e9043517 chore(release): 2.9.1 [skip ci]
## [2.9.1](https://github.com/revanced/revanced-cli/compare/v2.9.0...v2.9.1) (2022-08-04)

### Reverts

* feat: remove extra zipalign step ([c3d8fec](c3d8fecad0))
v2.9.1
2022-08-04 16:42:28 +00:00
c3d8fecad0 revert: feat: remove extra zipalign step
This reverts commit c8e793efab.
2022-08-04 18:40:17 +02:00
d96eb847d7 chore(release): 2.9.0 [skip ci]
# [2.9.0](https://github.com/revanced/revanced-cli/compare/v2.8.3...v2.9.0) (2022-08-03)

### Features

* remove extra zipalign step ([#106](https://github.com/revanced/revanced-cli/issues/106)) ([c8e793e](c8e793efab))
v2.9.0
2022-08-03 19:38:07 +00:00
c8e793efab feat: remove extra zipalign step (#106)
* feat: remove extra zipalign step

* remove zipfs

* remove use

* reduce compression

* put back misc.xml

* revert stupid autofix
2022-08-03 21:36:38 +02:00
63a8aa315d chore(release): 2.8.3 [skip ci]
## [2.8.3](https://github.com/revanced/revanced-cli/compare/v2.8.2...v2.8.3) (2022-08-03)
v2.8.3
2022-08-03 01:56:48 +00:00
491874bb51 build: bump patcher dependency version 2022-08-03 03:55:07 +02:00
cb887ead2c chore(release): 2.8.2 [skip ci]
## [2.8.2](https://github.com/revanced/revanced-cli/compare/v2.8.1...v2.8.2) (2022-08-02)
v2.8.2
2022-08-02 22:47:46 +00:00
cd36e710d6 build: bump patcher dependency version 2022-08-03 00:46:04 +02:00
1d096c3e92 chore(release): 2.8.1 [skip ci]
## [2.8.1](https://github.com/revanced/revanced-cli/compare/v2.8.0...v2.8.1) (2022-08-02)

### Bug Fixes

* remove requirement for solution [skip ci] ([#108](https://github.com/revanced/revanced-cli/issues/108)) ([0ce680a](0ce680a6f1))
v2.8.1
2022-08-02 01:13:28 +00:00
8d29b8cd47 build: bump patcher dependency version 2022-08-02 03:11:39 +02:00
0ce680a6f1 fix: remove requirement for solution [skip ci] (#108) 2022-08-01 13:08:22 +02:00
ddebe4d43c chore(release): 2.8.0 [skip ci]
# [2.8.0](https://github.com/revanced/revanced-cli/compare/v2.7.1...v2.8.0) (2022-07-31)

### Features

* `frameworkFolderLocation` patcher option ([bc17298](bc17298a80))
v2.8.0
2022-07-31 03:58:28 +00:00
bc17298a80 feat: frameworkFolderLocation patcher option 2022-07-31 05:56:18 +02:00