publish new versions (#2780)
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com>pull/2805/head cli-js-v2.3.0
parent
2aec8ff4c4
commit
5779099688
@ -1,6 +0,0 @@
|
||||
---
|
||||
"cli": minor
|
||||
"cli-js": minor
|
||||
---
|
||||
|
||||
Added `Cli.matches_from(args)`. This can be combined with the `args` passed to the callback of `tauri_plugin_single_instance::init` to parse the command line arguments passed to subsequent instances of the application.
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
"cli": minor
|
||||
"cli-js": minor
|
||||
---
|
||||
|
||||
Added a new `global` boolean flag to the `CliArg` struct to support global CLI arguments. This flag allows arguments like `--verbose` to be marked as global and automatically propagated to all subcommands, enabling consistent availability throughout the CLI.
|
||||
|
||||
The new field is optional and defaults to false.
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"log": patch:bug
|
||||
"log-js": patch:bug
|
||||
---
|
||||
|
||||
Fixes iOS simulator still freezing sometimes due to early logging.
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
"opener": patch:feat
|
||||
"opener-js": patch:feat
|
||||
---
|
||||
|
||||
Add `inAppBrowser` option to open URLs in an in-app browser on Android and iOS.
|
Loading…
Reference in new issue