oSumAtrIX
ccf5206da8
docs: add missing .
to issue description
2022-07-26 19:34:41 +02:00
oSumAtrIX
07714abe49
docs: GitHub issue forms
2022-07-26 19:28:34 +02:00
semantic-release-bot
d954424b30
chore(release): 2.7.1 [skip ci]
...
## [2.7.1](https://github.com/revanced/revanced-cli/compare/v2.7.0...v2.7.1 ) (2022-07-21)
### Bug Fixes
* align every file ([96ec6a0
](96ec6a0384
))
2022-07-21 21:52:18 +00:00
oSumAtrIX
168c003a31
refactor: create methods in MainCommand
class
2022-07-21 23:50:26 +02:00
Canny
96ec6a0384
fix: align every file
2022-07-21 23:49:25 +02:00
semantic-release-bot
1cd0976415
chore(release): 2.7.0 [skip ci]
...
# [2.7.0](https://github.com/revanced/revanced-cli/compare/v2.6.0...v2.7.0 ) (2022-07-21)
### Features
* `--custom-aapt2-binary` option ([#104 ](https://github.com/revanced/revanced-cli/issues/104 )) ([d8dbffd
](d8dbffd7a7
))
2022-07-21 12:13:10 +00:00
Robert
d8dbffd7a7
feat: --custom-aapt2-binary
option ( #104 )
2022-07-21 14:11:26 +02:00
n0k0m3
5f2bccc4e5
refactor: fix typo ( #101 )
2022-07-19 17:30:31 +02:00
semantic-release-bot
5af2f10e14
chore(release): 2.6.0 [skip ci]
...
# [2.6.0](https://github.com/revanced/revanced-cli/compare/v2.5.3...v2.6.0 ) (2022-07-18)
### Features
* more efficient zipalign ([a942a57
](a942a57364
))
2022-07-18 22:53:38 +00:00
oSumAtrIX
40c8500e38
refactor: create a variable for duplicate code
2022-07-19 00:50:26 +02:00
oSumAtrIX
9add2f9e82
refactor: fix spelling mistake & add private attribute to field
2022-07-19 00:48:01 +02:00
bogadana
a942a57364
feat: more efficient zipalign
2022-07-19 00:19:47 +02:00
oSumAtrIX
718df54bdc
docs: change size of headings [skip ci]
2022-07-12 01:13:42 +02:00
Aunali321
507b6f3409
docs: fix feature request issue template ( #94 )
2022-07-11 20:36:14 +02:00
semantic-release-bot
c183c38f2a
chore(release): 2.5.3 [skip ci]
...
## [2.5.3](https://github.com/revanced/revanced-cli/compare/v2.5.2...v2.5.3 ) (2022-07-11)
### Bug Fixes
* Log not showing in CLI ([#80 ](https://github.com/revanced/revanced-cli/issues/80 )) ([d9c5a17
](d9c5a179c5
)), closes [#79 ](https://github.com/revanced/revanced-cli/issues/79 )
2022-07-11 12:26:54 +00:00
EdgE790
d9c5a179c5
fix: Log not showing in CLI ( #80 )
...
* Fix #79 . Changed from default StreamHandler to FlushingStreamHandler which flushes after every log statement
* Added removal of handlers, so they will not be duplicated.
* Replaced removal of handlers with addition only in case if there are no handlers already.
Changed errorLogger name from hardcoded to reusing previous logger name, so it will have the same name if only first parameter is used.
* Replaced calls ::javaClass.name to ::class.java.name to have proper class names in loggers
2022-07-11 14:25:17 +02:00
semantic-release-bot
6447311b0a
chore(release): 2.5.2 [skip ci]
...
## [2.5.2](https://github.com/revanced/revanced-cli/compare/v2.5.1...v2.5.2 ) (2022-07-10)
### Bug Fixes
* `defaultExclude` unused ([2015c2a
](2015c2a1dc
))
2022-07-10 23:18:18 +00:00
oSumAtrIX
2015c2a1dc
fix: defaultExclude
unused
2022-07-11 01:16:44 +02:00
Sculas
99f123d1ca
chore: remove assignees [skip ci]
2022-07-10 20:30:05 +02:00
Sculas
6ccbec6c95
chore: remove assignees [skip ci]
2022-07-10 20:29:40 +02:00
semantic-release-bot
9c30eac7c1
chore(release): 2.5.1 [skip ci]
...
## [2.5.1](https://github.com/revanced/revanced-cli/compare/v2.5.0...v2.5.1 ) (2022-07-10)
### Bug Fixes
* Make clear what the --exclusive command actually does ([a26b0ea
](a26b0ea64d
))
2022-07-10 18:06:07 +00:00
TheJeterLP
a26b0ea64d
fix: Make clear what the --exclusive command actually does
2022-07-10 20:04:47 +02:00
semantic-release-bot
ab4c81965e
chore(release): 2.5.0 [skip ci]
...
# [2.5.0](https://github.com/revanced/revanced-cli/compare/v2.4.0...v2.5.0 ) (2022-07-10)
### Bug Fixes
* null exception when resource patching is disabled ([#85 ](https://github.com/revanced/revanced-cli/issues/85 )) ([125fa06
](125fa06ca6
))
* remove `excludePatches` check ([eb83cab
](eb83cabfff
))
### Features
* `--exclusive` switch ([#78 ](https://github.com/revanced/revanced-cli/issues/78 )) ([8e91c12
](8e91c12c5e
))
* `--uninstall` switch ([#84 ](https://github.com/revanced/revanced-cli/issues/84 )) ([131100e
](131100ef00
))
2022-07-10 11:59:57 +00:00
oSumAtrIX
eb83cabfff
fix: remove excludePatches
check
2022-07-10 13:58:21 +02:00
bogadana
125fa06ca6
fix: null exception when resource patching is disabled ( #85 )
2022-07-10 12:19:09 +02:00
Itroublve
131100ef00
feat: --uninstall
switch ( #84 )
...
This moves the move unmount script to a command
2022-07-10 12:17:47 +02:00
bogadana
8e91c12c5e
feat: --exclusive
switch ( #78 )
2022-07-10 12:15:28 +02:00
semantic-release-bot
93a4787780
chore(release): 2.4.0 [skip ci]
...
# [2.4.0](https://github.com/revanced/revanced-cli/compare/v2.3.3...v2.4.0 ) (2022-07-10)
### Bug Fixes
* wrong label in additional items [skip ci] ([cd3ded1
](cd3ded1fbd
))
### Features
* better output for excluded patches ([#77 ](https://github.com/revanced/revanced-cli/issues/77 )) ([ac7c7a9
](ac7c7a9a1a
))
* issue templates [skip ci] ([bac8c67
](bac8c67d6f
))
2022-07-10 10:15:16 +00:00
bogadana
ac7c7a9a1a
feat: better output for excluded patches ( #77 )
2022-07-10 12:13:26 +02:00
oSumAtrIX
cd3ded1fbd
fix: wrong label in additional items [skip ci]
2022-07-10 00:35:41 +02:00
oSumAtrIX
bac8c67d6f
feat: issue templates [skip ci]
2022-07-10 00:34:16 +02:00
semantic-release-bot
387afd6bd5
chore(release): 2.3.3 [skip ci]
...
## [2.3.3](https://github.com/revanced/revanced-cli/compare/v2.3.2...v2.3.3 ) (2022-07-09)
2022-07-09 13:54:19 +00:00
TheJeterLP
ef2019ceba
build: bump patcher dependency version
2022-07-09 15:52:28 +02:00
semantic-release-bot
c1333d87f4
chore(release): 2.3.2 [skip ci]
...
## [2.3.2](https://github.com/revanced/revanced-cli/compare/v2.3.1...v2.3.2 ) (2022-07-05)
### Bug Fixes
* fix noSuchMethodError ([00fec25
](00fec2508a
))
2022-07-05 18:32:05 +00:00
Joey Peter
00fec2508a
fix: fix noSuchMethodError
2022-07-05 20:30:37 +02:00
semantic-release-bot
387b6bd016
chore(release): 2.3.1 [skip ci]
...
## [2.3.1](https://github.com/revanced/revanced-cli/compare/v2.3.0...v2.3.1 ) (2022-07-04)
2022-07-04 23:28:57 +00:00
oSumAtrIX
5e7785fd8f
build: bump patcher dependency version
2022-07-05 01:27:18 +02:00
semantic-release-bot
19dfa2e2f1
chore(release): 2.3.0 [skip ci]
...
# [2.3.0](https://github.com/revanced/revanced-cli/compare/v2.2.0...v2.3.0 ) (2022-07-03)
### Features
* separate logger to stdout & stderr ([#63 ](https://github.com/revanced/revanced-cli/issues/63 )) ([0ddc2b5
](0ddc2b54b7
))
2022-07-03 14:19:50 +00:00
EdgE790
0ddc2b54b7
feat: separate logger to stdout & stderr ( #63 )
2022-07-03 16:18:13 +02:00
semantic-release-bot
3a51ce71a5
chore(release): 2.2.0 [skip ci]
...
# [2.2.0](https://github.com/revanced/revanced-cli/compare/v2.1.0...v2.2.0 ) (2022-07-03)
### Features
* separate options for `--list` ([#60 ](https://github.com/revanced/revanced-cli/issues/60 )) ([52b3161
](52b316150d
))
2022-07-03 13:58:57 +00:00
EdgE790
52b316150d
feat: separate options for --list
( #60 )
2022-07-03 15:57:25 +02:00
semantic-release-bot
75e9c49b72
chore(release): 2.1.0 [skip ci]
...
# [2.1.0](https://github.com/revanced/revanced-cli/compare/v2.0.5...v2.1.0 ) (2022-07-03)
### Features
* `--include` option ([#76 ](https://github.com/revanced/revanced-cli/issues/76 )) ([57a1e7c
](57a1e7c27f
))
2022-07-03 13:52:05 +00:00
Aunali321
31a05b6768
refactor: comment for unmount
step ( #74 )
2022-07-03 15:50:12 +02:00
bogadana
57a1e7c27f
feat: --include
option ( #76 )
2022-07-03 15:49:25 +02:00
semantic-release-bot
585d77ce80
chore(release): 2.0.5 [skip ci]
...
## [2.0.5](https://github.com/revanced/revanced-cli/compare/v2.0.4...v2.0.5 ) (2022-06-29)
2022-06-29 23:43:45 +00:00
oSumAtrIX
b4d0ce52ea
build: bump patcher dependency version
2022-06-30 01:41:39 +02:00
semantic-release-bot
ee26a8d233
chore(release): 2.0.4 [skip ci]
...
## [2.0.4](https://github.com/revanced/revanced-cli/compare/v2.0.3...v2.0.4 ) (2022-06-28)
2022-06-28 01:29:41 +00:00
oSumAtrIX
be3abdda30
build: bump patcher dependency version
2022-06-28 03:28:02 +02:00
semantic-release-bot
1849d570f8
chore(release): 2.0.3 [skip ci]
...
## [2.0.3](https://github.com/revanced/revanced-cli/compare/v2.0.2...v2.0.3 ) (2022-06-27)
### Bug Fixes
* wrong keystore output path ([20fa179
](20fa17957e
))
2022-06-27 22:45:43 +00:00
oSumAtrIX
20fa17957e
fix: wrong keystore output path
2022-06-28 00:44:12 +02:00