Commit Graph

649 Commits

Author SHA1 Message Date
a8c8682116 chore(release): 4.0.2 [skip ci]
## [4.0.2](https://github.com/ReVanced/revanced-cli/compare/v4.0.1...v4.0.2) (2023-10-12)

### Bug Fixes

* Move file to output even when mounting ([59dfc98](59dfc988e3))
* Use punctuation in option descriptions ([da4469f](da4469f402))

### Performance Improvements

* Use multiple threads for writing dex files ([28648a1](28648a1c53))
v4.0.2
2023-10-12 17:58:47 +00:00
a86919eb71 chore: Merge branch dev to main (#281) 2023-10-12 19:56:45 +02:00
8b04b6790b chore(release): 4.0.2-dev.3 [skip ci]
## [4.0.2-dev.3](https://github.com/ReVanced/revanced-cli/compare/v4.0.2-dev.2...v4.0.2-dev.3) (2023-10-10)

### Bug Fixes

* Move file to output even when mounting ([59dfc98](59dfc988e3))
v4.0.2-dev.3
2023-10-10 08:11:07 +00:00
59dfc988e3 fix: Move file to output even when mounting 2023-10-10 10:09:04 +02:00
b01fef730a docs: Use preciser formulation 2023-10-10 10:01:39 +02:00
a564aaa1b5 chore(release): 4.0.2-dev.2 [skip ci]
## [4.0.2-dev.2](https://github.com/ReVanced/revanced-cli/compare/v4.0.2-dev.1...v4.0.2-dev.2) (2023-10-10)

### Performance Improvements

* Use multiple threads for writing dex files ([28648a1](28648a1c53))
v4.0.2-dev.2
2023-10-10 08:00:39 +00:00
f315485713 docs: Remove unneeded requirements 2023-10-10 09:58:49 +02:00
28648a1c53 perf: Use multiple threads for writing dex files
This has an impact on memory, but should not cause any issues in the environment of ReVanced CLI.
2023-10-10 09:58:49 +02:00
daac98817f docs: Remove unnecessary text 2023-10-10 09:54:28 +02:00
9328475e11 docs: Use more fitting emojis for sections 2023-10-10 01:12:10 +02:00
6507b5fe8a docs: Use consistent language 2023-10-10 01:09:46 +02:00
349ff5749a docs: Move warning to the beginning of it's section 2023-10-10 01:08:17 +02:00
495735f44c docs: Improve structural integrity 2023-10-10 01:07:11 +02:00
f48da18e37 build: Use artifacts from Jitpack 2023-10-09 19:15:23 +02:00
cf58f55b38 chore(release): 4.0.2-dev.1 [skip ci]
## [4.0.2-dev.1](https://github.com/ReVanced/revanced-cli/compare/v4.0.1...v4.0.2-dev.1) (2023-10-08)

### Bug Fixes

* Use punctuation in option descriptions ([da4469f](da4469f402))
v4.0.2-dev.1
2023-10-08 18:53:45 +00:00
da4469f402 fix: Use punctuation in option descriptions 2023-10-08 20:51:49 +02:00
df2c137ae9 chore(release): 4.0.1 [skip ci]
## [4.0.1](https://github.com/ReVanced/revanced-cli/compare/v4.0.0...v4.0.1) (2023-10-08)

### Bug Fixes

* Correct warning message ([ba573f7](ba573f73d0))
v4.0.1
2023-10-08 01:52:44 +00:00
8a2f219f8b chore: Merge branch dev to main (#280) 2023-10-08 03:50:53 +02:00
719d9fcfa3 docs: Use new X branding 2023-10-08 03:50:43 +02:00
6c44a730c3 chore(release): 4.0.1-dev.1 [skip ci]
## [4.0.1-dev.1](https://github.com/ReVanced/revanced-cli/compare/v4.0.0...v4.0.1-dev.1) (2023-10-07)

### Bug Fixes

* Correct warning message ([e4e339d](e4e339dff4))
2023-10-08 03:50:43 +02:00
ba573f73d0 fix: Correct warning message 2023-10-08 03:50:43 +02:00
e95a392016 build(Needs bump): Bump dependencies 2023-10-08 03:50:43 +02:00
fc62f7f475 docs: Fix incorrect bullet point 2023-10-08 03:50:43 +02:00
ff2e10dbe6 chore: Merge branch dev to main (#276) 2023-10-05 01:53:13 +02:00
7ff433860d chore: Add missing assets 2023-10-05 01:52:20 +02:00
7121e5fa4c chore(release): 4.0.0 [skip ci]
# [4.0.0](https://github.com/ReVanced/revanced-cli/compare/v3.1.1...v4.0.0) (2023-10-04)

### Bug Fixes

* Check, if mounting is possible ([3e13fb5](3e13fb5d56))
* Delete temporal files if it exists ([a022feb](a022febd0c))
* Do not sign if mounting ([578e16b](578e16b099))
* Filter logs correctly ([43fc20d](43fc20d90e))
* Log correct options command ([#262](https://github.com/ReVanced/revanced-cli/issues/262)) ([96c196d](96c196dcb1))
* Log logs with levels over warning to error output stream ([075f6ad](075f6ad565))
* Only open files for reading and writing if writeable ([3846f72](3846f721ca))
* Only set options for filtered patches ([64d9127](64d9127291))

### Features

* Add function to get the most common compatible version ([77d9173](77d91735ff))
* Add option to filter patches to be listed by package name ([50c0f98](50c0f98ce5))
* Add option to warn about patches not being found in supplied patch bundles ([e46d855](e46d855643))
* Add ReVanced Library subproject ([#265](https://github.com/ReVanced/revanced-cli/issues/265)) ([157278c](157278c9ba))
* Do not format patch names ([80a8d88](80a8d88406))
* Extend signing API ([592dc1c](592dc1c64a))
* Improve option descriptions ([d5ea5a0](d5ea5a0ab1))
* Log stacktrace in new line ([c67e3c7](c67e3c70c7))
* Use ReVanced Library in ReVanced CLI ([7794327](7794327a11))
* Word log message better ([6942b22](6942b22a68))

### Performance Improvements

* Do not check, if the options file exists twice ([e3c5550](e3c55507cf))

### BREAKING CHANGES

* This changes many signatures of existing APIs and adds new functions for signing
* This changes the log handler signature
v4.0.0
2023-10-04 23:40:45 +00:00
23b5e8b7f9 chore: Merge branch dev to main (#263) 2023-10-05 01:38:56 +02:00
d1c4d8df3e chore(release): 4.0.0-dev.5 [skip ci]
# [4.0.0-dev.5](https://github.com/ReVanced/revanced-cli/compare/v4.0.0-dev.4...v4.0.0-dev.5) (2023-10-04)

### Bug Fixes

* Only set options for filtered patches ([64d9127](64d9127291))

### Performance Improvements

* Do not check, if the options file exists twice ([e3c5550](e3c55507cf))
v4.0.0-dev.5
2023-10-04 02:28:12 +00:00
89acffe788 build: Bump dependencies 2023-10-04 04:22:55 +02:00
64d9127291 fix: Only set options for filtered patches
This prevents errors when settings required options from patches that are not accepted to `null`.
2023-10-04 04:18:31 +02:00
e3c55507cf perf: Do not check, if the options file exists twice 2023-10-04 04:08:27 +02:00
64afc95a81 chore(release): 4.0.0-dev.4 [skip ci]
# [4.0.0-dev.4](https://github.com/ReVanced/revanced-cli/compare/v4.0.0-dev.3...v4.0.0-dev.4) (2023-10-01)
v4.0.0-dev.4
2023-10-01 22:44:02 +00:00
022fd230f6 build(Needs bump): Bump dependencies 2023-10-01 23:51:36 +02:00
a177693ece chore(release): 4.0.0-dev.3 [skip ci]
# [4.0.0-dev.3](https://github.com/ReVanced/revanced-cli/compare/v4.0.0-dev.2...v4.0.0-dev.3) (2023-09-27)
v4.0.0-dev.3
2023-09-27 23:29:39 +00:00
4b6dbffd7b build(Needs bump): Bump dependencies 2023-09-27 23:25:44 +02:00
78e89dd3bf ci: Bump checkout action 2023-09-27 18:02:51 +02:00
a08530d47b chore(release): 4.0.0-dev.2 [skip ci]
# [4.0.0-dev.2](https://github.com/ReVanced/revanced-cli/compare/v4.0.0-dev.1...v4.0.0-dev.2) (2023-09-24)

### Features

* Improve option descriptions ([d5ea5a0](d5ea5a0ab1))
v4.0.0-dev.2
2023-09-24 22:04:11 +00:00
eec2234226 build(Needs bump): Fix aligning failing 2023-09-25 00:02:15 +02:00
d5ea5a0ab1 feat: Improve option descriptions 2023-09-24 21:50:42 +02:00
6fc3eebc21 chore(release): 4.0.0-dev.1 [skip ci]
# [4.0.0-dev.1](https://github.com/ReVanced/revanced-cli/compare/v3.1.2-dev.1...v4.0.0-dev.1) (2023-09-23)

### Bug Fixes

* Check, if mounting is possible ([3e13fb5](3e13fb5d56))
* Delete temporal files if it exists ([a022feb](a022febd0c))
* Do not sign if mounting ([578e16b](578e16b099))
* Filter logs correctly ([43fc20d](43fc20d90e))
* Log logs with levels over warning to error output stream ([075f6ad](075f6ad565))
* Only open files for reading and writing if writeable ([3846f72](3846f721ca))

### Features

* Add function to get the most common compatible version ([77d9173](77d91735ff))
* Add option to filter patches to be listed by package name ([50c0f98](50c0f98ce5))
* Add option to warn about patches not being found in supplied patch bundles ([e46d855](e46d855643))
* Add ReVanced Library subproject ([#265](https://github.com/ReVanced/revanced-cli/issues/265)) ([157278c](157278c9ba))
* Do not format patch names ([80a8d88](80a8d88406))
* Extend signing API ([592dc1c](592dc1c64a))
* Log stacktrace in new line ([c67e3c7](c67e3c70c7))
* Use ReVanced Library in ReVanced CLI ([7794327](7794327a11))
* Word log message better ([6942b22](6942b22a68))

### BREAKING CHANGES

* This changes many signatures of existing APIs and adds new functions for signing
* This changes the log handler signature
v4.0.0-dev.1
2023-09-23 16:31:50 +00:00
c84041f942 ci: Use better workflow name and PR message 2023-09-23 18:19:35 +02:00
995f2ec99b refactor: Move ReVanced Library subproject to another repository
This commit removes the subproject ReVanced Library and moves it to another repository. A monorepo turned out to be difficult to work with.
2023-09-23 18:19:34 +02:00
84b24f1b6f chore: Simplify template chooser 2023-09-23 16:32:12 +02:00
95a974a5ac docs: Add readme 2023-09-23 16:32:11 +02:00
ee6d883777 docs: Add contribution guidelines 2023-09-23 16:32:11 +02:00
b65e4083d6 chore: Simplify issue templates 2023-09-23 16:32:11 +02:00
e46d855643 feat: Add option to warn about patches not being found in supplied patch bundles 2023-09-23 16:32:11 +02:00
80a8d88406 feat: Do not format patch names
This gets rid of the ability to input a patch name in lower camel case. The reason for this is because there may be two distinct patches such as "Some Patch" and "some-patch" with no way to exclude or include either.
2023-09-23 16:32:10 +02:00
50c0f98ce5 feat: Add option to filter patches to be listed by package name 2023-09-23 16:32:10 +02:00
77d91735ff feat: Add function to get the most common compatible version
This adds a function to get the version that is most common for a given package name in a supplied set of patches.
2023-09-23 16:32:10 +02:00