Commit 63b6350
committed
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 ([#346](#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 ([#336](#336)) ([2300243](2300243))
* Show error about no installation device found at the beginning ([3300e6b](3300e6b))
* Simplify command and option names and descriptions ([#338](#338)) ([6e7797a](6e7797a))
* Simplify option descriptions ([45c998b](45c998b))
### 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 options1 parent 5d8beae commit 63b6350
2 files changed
+28
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
1 | 28 | | |
2 | 29 | | |
3 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments