4caa1cca(#7990) The tauri plugin subcommand is receving a couple of consitency and quality of life improvements:
Renamed tauri plugin android/ios add command to tauri plugin android/ios init to match the tauri plugin init command.
Removed the -n/--name argument from the tauri plugin init, tauri plugin android/ios init, and is now parsed from the first positional argument.
Added tauri plugin new to create a plugin in a new directory.
Changed tauri plugin init to initalize a plugin in an existing directory (defaults to current directory) instead of creating a new one.
Changed tauri plugin init to NOT generate mobile projects by default, you can opt-in to generate them using --android and --ios flags or --mobile flag or initalize them later using tauri plugin android/ios init.
8b166e9b(#7949) Removed checking for a new version of the CLI.
ebcc21e4(#8057) Renamed the beforeDevCommand, beforeBuildCommand and beforeBundleCommand hooks environment variables from TAURI_PLATFORM, TAURI_ARCH, TAURI_FAMILY, TAURI_PLATFORM_VERSION, TAURI_PLATFORM_TYPE and TAURI_DEBUG to TAURI_ENV_PLATFORM, TAURI_ENV_ARCH, TAURI_ENV_FAMILY, TAURI_ENV_PLATFORM_VERSION, TAURI_ENV_PLATFORM_TYPE and TAURI_ENV_DEBUG to differentiate the prefix with other CLI environment variables.
@tauri-apps/cli v2.0.0-alpha.15
[2.0.0-alpha.15]
New Features
b2f17723(#7971) Use devicectl to connect to iOS 17+ devices on macOS 14+.
Bug Fixes
100d9ede(#7802) Properly read platform-specific configuration files for mobile targets.
228e5a4c(#7902) Fixes icon command not writing files to the correct Android project folders.
Dependencies
Upgraded to tauri-cli@2.0.0-alpha.15
... (truncated)
Commits
d16206a Apply Version Updates From Current Changes (#8005)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/I-Info/BingLite/network/alerts).
Bumps @tauri-apps/cli from 2.0.0-alpha.9 to 2.0.0-alpha.16.
Release notes
Sourced from
@tauri-apps/cli
's releases.... (truncated)
Commits
d16206a
Apply Version Updates From Current Changes (#8005)c90ee65
chore(deps) Update Tauri CLI (dev) (#7630)ebcc21e
refactor: change prefix of hook env vars to TAURI_ENV_, closes #8054 (#8057)117a7dc
chore(deps) Update Tauri Utils (dev) (#7632)620b7a5
chore(deps) Update Tauri API Definitions (dev) (#7633)a76588d
chore(deps) Update Rust crate log to 0.4.20 (dev) (#7629)5c0eeb4
chore(deps) Update Tauri API Definitions (dev) (major) (#7638)6f23fa3
chore(deps): bump postcss from 8.4.24 to 8.4.31 in /examples/api (#7968)8db26bd
fix(core): Clippy fixes. (#7869)c1ec0f1
feat(core): exposealways_on_bottom
, closes #7847 (#7933)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show