-
-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Merge branch dev
to main
#328
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: This commit changes various CLI options and removes the `options.json` file. Instead, patch options can now be passed via CLI options
# [5.0.0-dev.1](v4.6.0...v5.0.0-dev.1) (2024-08-12) ### Features * Set patch options via CLI ([#336](#336)) ([2300243](2300243)) ### BREAKING CHANGES * This commit changes various CLI options and removes the `options.json` file. Instead, patch options can now be passed via CLI options
BREAKING CHANGE: Options have been renamed.
# [5.0.0-dev.2](v5.0.0-dev.1...v5.0.0-dev.2) (2024-08-14) ### Features * Simplify command and option names and descriptions ([#338](#338)) ([6e7797a](6e7797a)) ### BREAKING CHANGES * Options have been renamed.
# [5.0.0-dev.3](v5.0.0-dev.2...v5.0.0-dev.3) (2024-08-14) ### Features * Simplify option descriptions ([45c998b](45c998b))
…r ones Co-authored-by: oSumAtrIX <[email protected]>
# [5.0.0-dev.4](v5.0.0-dev.3...v5.0.0-dev.4) (2024-09-17) ### Bug Fixes * 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)) ### Features * Show error about no installation device found at the beginning ([3300e6b](3300e6b))
# [5.0.0-dev.5](v5.0.0-dev.4...v5.0.0-dev.5) (2024-09-30)
# [5.0.0-dev.6](v5.0.0-dev.5...v5.0.0-dev.6) (2024-10-10) ### Bug Fixes * Use the first connected device when no ADB device is specified ([5f952f3](5f952f3))
# [5.0.0-dev.7](v5.0.0-dev.6...v5.0.0-dev.7) (2024-10-16) ### Bug Fixes * Check for null when no device serial was specified ([1da8ae9](1da8ae9))
# [5.0.0-dev.8](v5.0.0-dev.7...v5.0.0-dev.8) (2024-10-17)
3 tasks
# [5.0.0-dev.9](v5.0.0-dev.8...v5.0.0-dev.9) (2024-11-05) ### Bug Fixes * Print in new line correctly ([c2dc9d7](c2dc9d7))
… patches at the same time
# [5.0.0-dev.10](v5.0.0-dev.9...v5.0.0-dev.10) (2024-11-05) ### Bug Fixes * Make CLI ArgGroup non-exclusive to be able to disable and enable patches at the same time ([1bb0d13](1bb0d13))
# [5.0.0-dev.11](v5.0.0-dev.10...v5.0.0-dev.11) (2024-11-10) ### Bug Fixes * List if patch option is required ([#346](#346)) ([98ff0c3](98ff0c3))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request will Merge branch
dev
tomain
.