publish new versions (#2780)

Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-06-24 17:07:42 -03:00
committed by GitHub
parent 2aec8ff4c4
commit 5779099688
19 changed files with 54 additions and 45 deletions
-6
View File
@@ -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.
-8
View File
@@ -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.
-6
View File
@@ -1,6 +0,0 @@
---
"log": patch:bug
"log-js": patch:bug
---
Fixes iOS simulator still freezing sometimes due to early logging.
-6
View File
@@ -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.