Skip to content

Commit 7d3e6d4

Browse files
chore: Release v5.0.0 [skip ci]
# [5.0.0](v4.6.0...v5.0.0) (2024-11-10) ### Bug Fixes * Check for null when no device serial was specified ([1da8ae9](1da8ae9)) * List if patch option is required ([ReVanced#346](https://github.com/E85Addict/revanced-cli/issues/346)) ([98ff0c3](98ff0c3)) * Make CLI ArgGroup non-exclusive to be able to disable and enable patches at the same time ([1bb0d13](1bb0d13)) * Make patches selectable by using a mutable collection for the selection option ([751fa1d](751fa1d)) * Make the patch command work without specifying any selection ([ba159a3](ba159a3)) * Print in new line correctly ([c2dc9d7](c2dc9d7)) * Use the first connected device when no ADB device is specified ([5f952f3](5f952f3)) ### Features * Set patch options via CLI ([ReVanced#336](https://github.com/E85Addict/revanced-cli/issues/336)) ([2300243](2300243)) * Show error about no installation device found at the beginning ([3300e6b](3300e6b)) * Simplify command and option names and descriptions ([ReVanced#338](https://github.com/E85Addict/revanced-cli/issues/338)) ([6e7797a](6e7797a)) * Simplify option descriptions ([45c998b](45c998b)) ### Performance Improvements * --rip-lib and --unsigned ([3984c8a](3984c8a)) * Personal Sync Upstream ([fc754ee](fc754ee)) ### BREAKING CHANGES * Options have been renamed. * This commit changes various CLI options and removes the `options.json` file. Instead, patch options can now be passed via CLI options
1 parent fc754ee commit 7d3e6d4

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# [5.0.0](https://github.com/E85Addict/revanced-cli/compare/v4.6.0...v5.0.0) (2024-11-10)
2+
3+
4+
### Bug Fixes
5+
6+
* Check for null when no device serial was specified ([1da8ae9](https://github.com/E85Addict/revanced-cli/commit/1da8ae9e46000dd3c4eecd793c559e75012cf535))
7+
* List if patch option is required ([#346](https://github.com/E85Addict/revanced-cli/issues/346)) ([98ff0c3](https://github.com/E85Addict/revanced-cli/commit/98ff0c34fa71c3b3ecd96157d45a30ee2b8979c6))
8+
* Make CLI ArgGroup non-exclusive to be able to disable and enable patches at the same time ([1bb0d13](https://github.com/E85Addict/revanced-cli/commit/1bb0d13726fd5790c59cb6d28df3618c7606710d))
9+
* Make patches selectable by using a mutable collection for the selection option ([751fa1d](https://github.com/E85Addict/revanced-cli/commit/751fa1d889f40c51b291116029fd84f2b051f2f0))
10+
* Make the patch command work without specifying any selection ([ba159a3](https://github.com/E85Addict/revanced-cli/commit/ba159a35a9a99d18a4c1e04128b08ae336a49b3e))
11+
* Print in new line correctly ([c2dc9d7](https://github.com/E85Addict/revanced-cli/commit/c2dc9d76be33c98284741e23c406500483c47753))
12+
* Use the first connected device when no ADB device is specified ([5f952f3](https://github.com/E85Addict/revanced-cli/commit/5f952f35f5cb388b6509b2b4d905b8143ebc7996))
13+
14+
15+
### Features
16+
17+
* Set patch options via CLI ([#336](https://github.com/E85Addict/revanced-cli/issues/336)) ([2300243](https://github.com/E85Addict/revanced-cli/commit/23002434b2d51c2a3b30b33dd0526261432d90ce))
18+
* Show error about no installation device found at the beginning ([3300e6b](https://github.com/E85Addict/revanced-cli/commit/3300e6b4333ed1c4e6785cb82eca9016fc6d4a20))
19+
* Simplify command and option names and descriptions ([#338](https://github.com/E85Addict/revanced-cli/issues/338)) ([6e7797a](https://github.com/E85Addict/revanced-cli/commit/6e7797a3f0525a8f48af7182157da0d045600ac2))
20+
* Simplify option descriptions ([45c998b](https://github.com/E85Addict/revanced-cli/commit/45c998b335b65ac233fece8b804dc7410142691c))
21+
22+
23+
### Performance Improvements
24+
25+
* --rip-lib and --unsigned ([3984c8a](https://github.com/E85Addict/revanced-cli/commit/3984c8a193cd942aeae5eaff634ed345fb6df355))
26+
* Personal Sync Upstream ([fc754ee](https://github.com/E85Addict/revanced-cli/commit/fc754eeedc37b50509a312e7317c204598544e9e))
27+
28+
29+
### BREAKING CHANGES
30+
31+
* Options have been renamed.
32+
* This commit changes various CLI options and removes the `options.json` file. Instead, patch options can now be passed via CLI options
33+
134
# [5.0.0](https://github.com/ReVanced/revanced-cli/compare/v4.6.0...v5.0.0) (2024-11-10)
235

336

0 commit comments

Comments
 (0)