Commit Graph

731 Commits

Author SHA1 Message Date
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
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))
v2.5.2
2022-07-10 23:18:18 +00:00
2015c2a1dc fix: defaultExclude unused 2022-07-11 01:16:44 +02:00
99f123d1ca chore: remove assignees [skip ci] 2022-07-10 20:30:05 +02:00
6ccbec6c95 chore: remove assignees [skip ci] 2022-07-10 20:29:40 +02:00
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))
v2.5.1
2022-07-10 18:06:07 +00:00
a26b0ea64d fix: Make clear what the --exclusive command actually does 2022-07-10 20:04:47 +02:00
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))
v2.5.0
2022-07-10 11:59:57 +00:00
eb83cabfff fix: remove excludePatches check 2022-07-10 13:58:21 +02:00
125fa06ca6 fix: null exception when resource patching is disabled (#85) 2022-07-10 12:19:09 +02:00
131100ef00 feat: --uninstall switch (#84)
This moves the move unmount script to a command
2022-07-10 12:17:47 +02:00
8e91c12c5e feat: --exclusive switch (#78) 2022-07-10 12:15:28 +02:00
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))
v2.4.0
2022-07-10 10:15:16 +00:00
ac7c7a9a1a feat: better output for excluded patches (#77) 2022-07-10 12:13:26 +02:00
cd3ded1fbd fix: wrong label in additional items [skip ci] 2022-07-10 00:35:41 +02:00
bac8c67d6f feat: issue templates [skip ci] 2022-07-10 00:34:16 +02:00
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)
v2.3.3
2022-07-09 13:54:19 +00:00
ef2019ceba build: bump patcher dependency version 2022-07-09 15:52:28 +02:00
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))
v2.3.2
2022-07-05 18:32:05 +00:00
00fec2508a fix: fix noSuchMethodError 2022-07-05 20:30:37 +02:00
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)
v2.3.1
2022-07-04 23:28:57 +00:00
5e7785fd8f build: bump patcher dependency version 2022-07-05 01:27:18 +02:00
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))
v2.3.0
2022-07-03 14:19:50 +00:00
0ddc2b54b7 feat: separate logger to stdout & stderr (#63) 2022-07-03 16:18:13 +02:00
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))
v2.2.0
2022-07-03 13:58:57 +00:00
52b316150d feat: separate options for --list (#60) 2022-07-03 15:57:25 +02:00
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))
v2.1.0
2022-07-03 13:52:05 +00:00
31a05b6768 refactor: comment for unmount step (#74) 2022-07-03 15:50:12 +02:00
57a1e7c27f feat: --include option (#76) 2022-07-03 15:49:25 +02:00
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)
v2.0.5
2022-06-29 23:43:45 +00:00
b4d0ce52ea build: bump patcher dependency version 2022-06-30 01:41:39 +02:00
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)
v2.0.4
2022-06-28 01:29:41 +00:00
be3abdda30 build: bump patcher dependency version 2022-06-28 03:28:02 +02:00
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))
v2.0.3
2022-06-27 22:45:43 +00:00
20fa17957e fix: wrong keystore output path 2022-06-28 00:44:12 +02:00
0d58ef14ae chore(release): 2.0.2 [skip ci]
## [2.0.2](https://github.com/revanced/revanced-cli/compare/v2.0.1...v2.0.2) (2022-06-27)

### Bug Fixes

* wrong separator when using `ZipFileSystemUtils` ([20e15de](20e15defc2))
v2.0.2
2022-06-27 22:13:52 +00:00
20e15defc2 fix: wrong separator when using ZipFileSystemUtils 2022-06-28 00:12:22 +02:00
9f91f63220 refactor: ZipFileSystemUtils 2022-06-28 00:12:22 +02:00
8782cdef67 chore(release): 2.0.1 [skip ci]
## [2.0.1](https://github.com/revanced/revanced-cli/compare/v2.0.0...v2.0.1) (2022-06-26)
v2.0.1
2022-06-26 20:17:25 +00:00
58fa0774c4 ci: trigger release on build commits (#67) 2022-06-26 22:16:02 +02:00
dc5ff36058 build: bump patcher dependency version 2022-06-26 18:03:39 +02:00
27c28fab5e chore(release): 2.0.0 [skip ci]
# [2.0.0](https://github.com/revanced/revanced-cli/compare/v1.11.1...v2.0.0) (2022-06-26)

### Code Refactoring

* migrate from `Signature` to `Fingerprint` ([88852a4](88852a45ac))

### BREAKING CHANGES

* Not backwards compatible, since a lot of classes where renamed.
v2.0.0
2022-06-26 14:35:32 +00:00
88852a45ac refactor: migrate from Signature to Fingerprint
BREAKING CHANGE: Not backwards compatible, since a lot of classes where renamed.
2022-06-26 16:34:08 +02:00
8dd9293cb9 chore(release): 1.11.1 [skip ci]
## [1.11.1](https://github.com/revanced/revanced-cli/compare/v1.11.0...v1.11.1) (2022-06-25)

### Bug Fixes

* update patcher version ([499ce0a](499ce0a6fb))
v1.11.1
2022-06-25 15:41:22 +00:00
499ce0a6fb fix: update patcher version 2022-06-25 17:39:52 +02:00
27457e0c7d chore(release): 1.11.0 [skip ci]
# [1.11.0](https://github.com/revanced/revanced-cli/compare/v1.10.2...v1.11.0) (2022-06-23)

### Features

* improve logging ([df85fa3](df85fa37ef))
v1.11.0
2022-06-23 00:14:39 +00:00
7418573c6c build: bump patcher dependency version 2022-06-23 02:12:51 +02:00
df85fa37ef feat: improve logging 2022-06-23 02:10:11 +02:00
04805e45fe refactor: logging and exception strings 2022-06-22 19:36:23 +02:00
61d3b99313 chore(release): 1.10.2 [skip ci]
## [1.10.2](https://github.com/revanced/revanced-cli/compare/v1.10.1...v1.10.2) (2022-06-22)

### Bug Fixes

* keystore file not found exception ([#57](https://github.com/revanced/revanced-cli/issues/57)) ([5b8537e](5b8537e6b7))
v1.10.2
2022-06-22 17:23:50 +00:00