Apply Version Updates From Current Changes (v2) (#7242)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-17 15:05:12 -03:00 committed by GitHub
parent 3d707ddf5f
commit bd29b05f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
25 changed files with 183 additions and 51 deletions

View File

@ -1,6 +1,7 @@
{
"tag": "alpha",
"changes": [
".changes/add-command.md",
".changes/add-mobile-to-plugin.md",
".changes/android-apis-runtime.md",
".changes/android-buildsrc-gitignore.md",
@ -14,18 +15,27 @@
".changes/cli-android-build.md",
".changes/cli-android-dev-release.md",
".changes/cli-android-specified-targets-only.md",
".changes/cli-android-split-per-abit-target.md",
".changes/cli-built-in-dev-server-mobile.md",
".changes/cli-ios-build.md",
".changes/cli-key-properties.md",
".changes/cli-libname-dashes.md",
".changes/cli-library-compilation.md",
".changes/cli-mobile-auto-ip.md",
".changes/cli-mobile-cwd-config.md",
".changes/cli-mobile-dev.md",
".changes/cli-mobile-plugin.md",
".changes/cli-nodejs-detection.md",
".changes/cli-npx-mobile.md",
".changes/cli-pnpm.md",
".changes/cli-refactor-ipc-mobile.md",
".changes/cli-skip-targets-install.md",
".changes/cli-wry-0-28.md",
".changes/codegen-mobile-devurl.md",
".changes/config-incognito.md",
".changes/core-android-proxy-method.md",
".changes/core-channel-clone.md",
".changes/core-incognito.md",
".changes/core-wry-0-28.md",
".changes/default-tls-features.md",
".changes/default-window-icon.md",
@ -34,11 +44,14 @@
".changes/downgrade-min-sdk-version.md",
".changes/dynamic-wry-plugin.md",
".changes/enable-minify.md",
".changes/enable-path-commands.md",
".changes/enhance-jsobject-return-types.md",
".changes/error-on-identifier-change.md",
".changes/event-api-window-label.md",
".changes/fix-build-script-mobile-runner-npm.md",
".changes/fix-dev-server-proxy-path.md",
".changes/fix-empty-identifier.md",
".changes/fix-ios-cli-panic.md",
".changes/fix-ios-plugin-throws-command.md",
".changes/fix-ios-run-xcode14.md",
".changes/fix-ios-template.md",
@ -48,6 +61,7 @@
".changes/fix-plugin-ios-bool.md",
".changes/fix-plugin-removal.md",
".changes/fix-plugin-template-cargotoml.md",
".changes/fix-proguard-injection.md",
".changes/fix-proguard-rules.md",
".changes/fix-shell-build.md",
".changes/fix-tauri-binary-windows.md",
@ -67,9 +81,12 @@
".changes/ios-keep-alive.md",
".changes/ios-logs.md",
".changes/ipc-scope-remove-enable-tauri-api.md",
".changes/kill-dev-process-on-err.md",
".changes/lib-name-xcode.md",
".changes/local-dev-path-mobile.md",
".changes/log-file-fix-for-linux-and-windows.md",
".changes/logcat-all-tags.md",
".changes/migrate-cmd.md",
".changes/min-sdk-version.md",
".changes/mobile-config.md",
".changes/mobile-dev-watcher-ignore-gen.md",
@ -102,6 +119,7 @@
".changes/only-proxy-on-mobile.md",
".changes/open-ts-overload.md",
".changes/package-info-crate-name.md",
".changes/path-sep-delimter.md",
".changes/plugin-android-project-refactor.md",
".changes/plugin-api-handle.md",
".changes/plugin-handle-clone.md",
@ -136,14 +154,20 @@
".changes/shadow.md",
".changes/shadows-default-on.md",
".changes/simplify-ios-plugin-init-fn.md",
".changes/skip-target-install-arg.md",
".changes/target-dir-detection.md",
".changes/tauri-build-mobile.md",
".changes/tauri-mobile-entry-point.md",
".changes/tauri-runtime-wry-wry-0-28.md",
".changes/tempdir-api.md",
".changes/tempdir-core.md",
".changes/tls-features-automatically-enabled.md",
".changes/tls-features-refactor.md",
".changes/ubuntu-20.04-cli.js.md",
".changes/ubuntu-20.04-cli.rs.md",
".changes/window-effects-api.md",
".changes/window-effects-config.md",
".changes/window-effects.md",
".changes/with-webview.md",
".changes/wry26.md"
]

View File

@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-alpha.6]
### Bug Fixes
- [`3256a372`](https://www.github.com/tauri-apps/tauri/commit/3256a37263f60eafdf5a8321458b868bff26c1b8)([#7016](https://www.github.com/tauri-apps/tauri/pull/7016)) Fixes injection of the proguard rules on the Android project.
## \[2.0.0-alpha.5]
- [`3188f376`](https://www.github.com/tauri-apps/tauri/commit/3188f3764978c6d1452ee31d5a91469691e95094)([#6883](https://www.github.com/tauri-apps/tauri/pull/6883)) Bump the MSRV to 1.65.

View File

@ -1,11 +1,9 @@
[package]
name = "tauri-build"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
description = "build time code to pair with https://crates.io/crates/tauri"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
# workspace defined package items
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
@ -21,8 +19,8 @@ rustdoc-args = [ "--cfg", "doc_cfg" ]
[dependencies]
anyhow = "1"
quote = { version = "1", optional = true }
tauri-codegen = { version = "2.0.0-alpha.5", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.0.0-alpha.5", path = "../tauri-utils", features = [ "build", "resources" ] }
tauri-codegen = { version = "2.0.0-alpha.6", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.0.0-alpha.6", path = "../tauri-utils", features = [ "build", "resources" ] }
cargo_toml = "0.15"
serde = "1"
serde_json = "1"

View File

@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-alpha.6]
### Dependencies
- Updated to latest `tauri-utils`
## \[2.0.0-alpha.5]
- [`96639ca2`](https://www.github.com/tauri-apps/tauri/commit/96639ca239c9e4f75142fc07868ac46822111cff)([#6749](https://www.github.com/tauri-apps/tauri/pull/6749)) Moved the `shell` functionality to its own plugin in the plugins-workspace repository.

View File

@ -1,11 +1,9 @@
[package]
name = "tauri-codegen"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
description = "code generation meant to be consumed inside of `tauri` through `tauri-build` or `tauri-macros`"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
# workspace defined package items
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
@ -21,7 +19,7 @@ proc-macro2 = "1"
quote = "1"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
tauri-utils = { version = "2.0.0-alpha.5", path = "../tauri-utils", features = [ "build" ] }
tauri-utils = { version = "2.0.0-alpha.6", path = "../tauri-utils", features = [ "build" ] }
thiserror = "1"
walkdir = "2"
brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] }

View File

@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-alpha.6]
### Dependencies
- Updated to latest `tauri-utils`
## \[2.0.0-alpha.5]
- [`7a4b1fb9`](https://www.github.com/tauri-apps/tauri/commit/7a4b1fb96da475053c61960f362bbecf18cd00d4)([#6839](https://www.github.com/tauri-apps/tauri/pull/6839)) Added support to attibutes for each command path in the `generate_handler` macro.

View File

@ -1,11 +1,9 @@
[package]
name = "tauri-macros"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
description = "Macros for the tauri crate."
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
# workspace defined package items
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
@ -22,8 +20,8 @@ proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = [ "full" ] }
heck = "0.4"
tauri-codegen = { version = "2.0.0-alpha.5", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "2.0.0-alpha.5", path = "../tauri-utils" }
tauri-codegen = { version = "2.0.0-alpha.6", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "2.0.0-alpha.6", path = "../tauri-utils" }
[features]
custom-protocol = [ ]

View File

@ -1,5 +1,11 @@
# Changelog
## \[0.13.0-alpha.6]
### New Features
- [`e0f0dce2`](https://www.github.com/tauri-apps/tauri/commit/e0f0dce220730e2822fc202463aedf0166145de7)([#6442](https://www.github.com/tauri-apps/tauri/pull/6442)) Added the `window_effects` option when creating a window and `Window::set_effects` to change it at runtime.
## \[0.13.0-alpha.5]
- [`39f1b04f`](https://www.github.com/tauri-apps/tauri/commit/39f1b04f7be4966488484829cd54c8ce72a04200)([#6943](https://www.github.com/tauri-apps/tauri/pull/6943)) Moved the `event` JS APIs to a plugin.

View File

@ -1,11 +1,9 @@
[package]
name = "tauri-runtime-wry"
version = "0.13.0-alpha.5"
version = "0.13.0-alpha.6"
description = "Wry bindings to the Tauri runtime"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
# workspace defined package items
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
@ -16,8 +14,8 @@ rust-version = { workspace = true }
[dependencies]
wry = { version = "0.28.3", default-features = false, features = [ "file-drop", "protocol" ] }
tauri-runtime = { version = "0.13.0-alpha.5", path = "../tauri-runtime" }
tauri-utils = { version = "2.0.0-alpha.5", path = "../tauri-utils" }
tauri-runtime = { version = "0.13.0-alpha.6", path = "../tauri-runtime" }
tauri-utils = { version = "2.0.0-alpha.6", path = "../tauri-utils" }
uuid = { version = "1", features = [ "v4" ] }
rand = "0.8"
raw-window-handle = "0.5"

View File

@ -1,5 +1,11 @@
# Changelog
## \[0.13.0-alpha.6]
### New Features
- [`e0f0dce2`](https://www.github.com/tauri-apps/tauri/commit/e0f0dce220730e2822fc202463aedf0166145de7)([#6442](https://www.github.com/tauri-apps/tauri/pull/6442)) Added the `window_effects` option when creating a window and `Window::set_effects` to change it at runtime.
## \[0.13.0-alpha.5]
- [`39f1b04f`](https://www.github.com/tauri-apps/tauri/commit/39f1b04f7be4966488484829cd54c8ce72a04200)([#6943](https://www.github.com/tauri-apps/tauri/pull/6943)) Moved the `event` JS APIs to a plugin.

View File

@ -1,11 +1,9 @@
[package]
name = "tauri-runtime"
version = "0.13.0-alpha.5"
version = "0.13.0-alpha.6"
description = "Runtime for Tauri applications"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
# workspace defined package items
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
@ -28,7 +26,7 @@ targets = [
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"
tauri-utils = { version = "2.0.0-alpha.5", path = "../tauri-utils" }
tauri-utils = { version = "2.0.0-alpha.6", path = "../tauri-utils" }
uuid = { version = "1", features = [ "v4" ] }
http = "0.2.4"
http-range = "0.1.4"

View File

@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-alpha.6]
### New Features
- [`e0f0dce2`](https://www.github.com/tauri-apps/tauri/commit/e0f0dce220730e2822fc202463aedf0166145de7)([#6442](https://www.github.com/tauri-apps/tauri/pull/6442)) Added the `window_effects` option to the window configuration.
## \[2.0.0-alpha.5]
- [`9a79dc08`](https://www.github.com/tauri-apps/tauri/commit/9a79dc085870e0c1a5df13481ff271b8c6cc3b78)([#6947](https://www.github.com/tauri-apps/tauri/pull/6947)) Remove `enable_tauri_api` from the IPC scope.

View File

@ -1,11 +1,9 @@
[package]
name = "tauri-utils"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
description = "Utilities for Tauri"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
# workspace defined package items
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }

View File

@ -1,5 +1,24 @@
# Changelog
## \[2.0.0-alpha.10]
### New Features
- [`f2d68cf7`](https://www.github.com/tauri-apps/tauri/commit/f2d68cf7d4e53443b2d53d2ae841e56c16a92514)([#6767](https://www.github.com/tauri-apps/tauri/pull/6767)) Add `incognito` option to the window configuration object.
- [`f2d68cf7`](https://www.github.com/tauri-apps/tauri/commit/f2d68cf7d4e53443b2d53d2ae841e56c16a92514)([#6767](https://www.github.com/tauri-apps/tauri/pull/6767)) Add `WindowBuilder::incognito`
- [`e0f0dce2`](https://www.github.com/tauri-apps/tauri/commit/e0f0dce220730e2822fc202463aedf0166145de7)([#6442](https://www.github.com/tauri-apps/tauri/pull/6442)) Added the `window_effects` option when creating a window and `Window::set_effects` to change it at runtime.
### Enhancements
- [`2d2fd6ab`](https://www.github.com/tauri-apps/tauri/commit/2d2fd6abe291ddf645fa2fdecc08111d2c0e258e)([#7191](https://www.github.com/tauri-apps/tauri/pull/7191)) Use correct HTTP method when making requests to the proxied server on mobile.
- [`b66e7d60`](https://www.github.com/tauri-apps/tauri/commit/b66e7d60f27d9a7973eae48d54cb72e30a710cca)([#7174](https://www.github.com/tauri-apps/tauri/pull/7174)) Implement `Clone` for `Channel`
- [`8124145d`](https://www.github.com/tauri-apps/tauri/commit/8124145d6c6a629809c138d2c34082e1feb4fdbf)([#7171](https://www.github.com/tauri-apps/tauri/pull/7171)) Fixes path commands not being added.
- [`4652c446`](https://www.github.com/tauri-apps/tauri/commit/4652c446b361a801252bcf45e9da39813bf85482)([#7144](https://www.github.com/tauri-apps/tauri/pull/7144)) Add `temp_dir` method to `PathResolver`
### Bug Fixes
- [`8e855765`](https://www.github.com/tauri-apps/tauri/commit/8e85576506f5dea066d7e9317dbcab3681baff73)([#6809](https://www.github.com/tauri-apps/tauri/pull/6809)) Fix default log path for linux and windows
## \[2.0.0-alpha.9]
- [`256c30c7`](https://www.github.com/tauri-apps/tauri/commit/256c30c72b737e49ced0d6a6483910dc779fc185)([#6863](https://www.github.com/tauri-apps/tauri/pull/6863)) Enhance parsing of annotated Android plugin methods to support private functions.

View File

@ -1,12 +1,10 @@
[package]
name = "tauri"
version = "2.0.0-alpha.9"
version = "2.0.0-alpha.10"
description = "Make tiny, secure apps for all desktop platforms with Tauri"
exclude = [ "/test", "/.scripts", "CHANGELOG.md", "/target" ]
readme = "README.md"
links = "Tauri"
# workspace defined package items
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
@ -49,10 +47,10 @@ url = { version = "2.3" }
anyhow = "1.0"
thiserror = "1.0"
once_cell = "1"
tauri-runtime = { version = "0.13.0-alpha.5", path = "../tauri-runtime" }
tauri-macros = { version = "2.0.0-alpha.5", path = "../tauri-macros" }
tauri-utils = { version = "2.0.0-alpha.5", features = [ "resources" ], path = "../tauri-utils" }
tauri-runtime-wry = { version = "0.13.0-alpha.5", path = "../tauri-runtime-wry", optional = true }
tauri-runtime = { version = "0.13.0-alpha.6", path = "../tauri-runtime" }
tauri-macros = { version = "2.0.0-alpha.6", path = "../tauri-macros" }
tauri-utils = { version = "2.0.0-alpha.6", features = [ "resources" ], path = "../tauri-utils" }
tauri-runtime-wry = { version = "0.13.0-alpha.6", path = "../tauri-runtime-wry", optional = true }
rand = "0.8"
semver = { version = "1.0", features = [ "serde" ] }
serde_repr = "0.1"

View File

@ -1,5 +1,17 @@
# Changelog
## \[2.0.0-alpha.5]
### New Features
- [`e0f0dce2`](https://www.github.com/tauri-apps/tauri/commit/e0f0dce220730e2822fc202463aedf0166145de7)([#6442](https://www.github.com/tauri-apps/tauri/pull/6442)) Added the `windowEffects` option when creating a window and `setWindowEffects` method to change it at runtime.
### Enhancements
- [`9e3a18e0`](https://www.github.com/tauri-apps/tauri/commit/9e3a18e04672edad15d0ec654bd8632544871967)([#7132](https://www.github.com/tauri-apps/tauri/pull/7132)) Expose the window target option on event APIs.
- [`6d3f3138`](https://www.github.com/tauri-apps/tauri/commit/6d3f3138b9e2f41cda712c7d9caba0f0e65dfd3c)([#7160](https://www.github.com/tauri-apps/tauri/pull/7160)) Changed `sep` and `delimiter` from `path` module into functions to fix import in frameworks like `next.js`
- [`4652c446`](https://www.github.com/tauri-apps/tauri/commit/4652c446b361a801252bcf45e9da39813bf85482)([#7144](https://www.github.com/tauri-apps/tauri/pull/7144)) Add `tempDir` function to `path` module
## \[2.0.0-alpha.4]
- [`0ab5f40d`](https://www.github.com/tauri-apps/tauri/commit/0ab5f40d3a4207f20e4440587b41c4e78f91d233)([#6813](https://www.github.com/tauri-apps/tauri/pull/6813)) Add channel API for sending data across the IPC.

View File

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/api",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "Tauri API definitions",
"type": "module",
"funding": {

View File

@ -1,5 +1,11 @@
# Changelog
## \[2.0.0-alpha.6]
### Dependencies
- Updated to latest `tauri-utils`
## \[2.0.0-alpha.5]
- [`2d5378bf`](https://www.github.com/tauri-apps/tauri/commit/2d5378bfc1ba817ee2f331b41738a90e5997e5e8)([#6717](https://www.github.com/tauri-apps/tauri/pull/6717)) Removed the `UpdaterSettings::dialog` field.

View File

@ -2,7 +2,7 @@ workspace = { }
[package]
name = "tauri-bundler"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
authors = [
"George Burton <burtonageo@gmail.com>",
"Tauri Programme within The Commons Conservancy"
@ -17,7 +17,7 @@ rust-version = "1.65"
exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
[dependencies]
tauri-utils = { version = "2.0.0-alpha.5", path = "../../core/tauri-utils", features = [ "resources" ] }
tauri-utils = { version = "2.0.0-alpha.6", path = "../../core/tauri-utils", features = [ "resources" ] }
image = "0.24.6"
libflate = "1.4"
anyhow = "1.0"

View File

@ -1,5 +1,26 @@
# Changelog
## \[2.0.0-alpha.10]
### New Features
- [`7e5905ae`](https://www.github.com/tauri-apps/tauri/commit/7e5905ae1d56b920de0e821be28036cbbe302518)([#7023](https://www.github.com/tauri-apps/tauri/pull/7023)) Added `tauri plugin add` command to add a plugin to the Tauri project.
- [`b0f94775`](https://www.github.com/tauri-apps/tauri/commit/b0f947752a315b7b89c5979de50157f997f1dd6e)([#7008](https://www.github.com/tauri-apps/tauri/pull/7008)) Added `migrate` command.
### Enhancements
- [`aa6c9164`](https://www.github.com/tauri-apps/tauri/commit/aa6c9164e63b5316d690f25b1c118f1b12310570)([#7007](https://www.github.com/tauri-apps/tauri/pull/7007)) Don't build library files when building desktop targets.
- [`a28fdf7e`](https://www.github.com/tauri-apps/tauri/commit/a28fdf7ec71bf6db2498569004de83318b6d25ac)([#7044](https://www.github.com/tauri-apps/tauri/pull/7044)) Skip Rust target installation if they are already installed.
- [`735db1ce`](https://www.github.com/tauri-apps/tauri/commit/735db1ce839a16ba998c9e6786c441e3bf6c90b3)([#7044](https://www.github.com/tauri-apps/tauri/pull/7044)) Add `--skip-targets-install` flag for `tauri android init` and `tauri ios init` to skip installing needed rust targets vie rustup.
### Bug Fixes
- [`3f4c4ce8`](https://www.github.com/tauri-apps/tauri/commit/3f4c4ce88b071e4e59f03887beb4dfe76f66e11b)([#7028](https://www.github.com/tauri-apps/tauri/pull/7028)) Fix `--split-per-abi` not building any targets unless specified by `--target` flag.
- [`1ed2600d`](https://www.github.com/tauri-apps/tauri/commit/1ed2600da67715908af857255305eaeb293d8791)([#6771](https://www.github.com/tauri-apps/tauri/pull/6771)) Set current directory to tauri directory before reading config file.
- [`4847b87b`](https://www.github.com/tauri-apps/tauri/commit/4847b87b1067dd8c6e73986059f51e6eee1f1121)([#7209](https://www.github.com/tauri-apps/tauri/pull/7209)) Fix `tauri (android|ios) (dev|build)` failing when using `npx tauri`
- [`655c714e`](https://www.github.com/tauri-apps/tauri/commit/655c714e4100f69d4265c5ea3f08f5bc11709446)([#7240](https://www.github.com/tauri-apps/tauri/pull/7240)) Fixes panic when exiting the `ios dev` command with Ctrl + C.
- [`6252380f`](https://www.github.com/tauri-apps/tauri/commit/6252380f4447c66913b0f06611e5949005b1eec2)([#7241](https://www.github.com/tauri-apps/tauri/pull/7241)) Exit `beforeDevCommand` process if the android or iOS `dev` command fails.
## \[2.0.0-alpha.9]
- [`19cd0e49`](https://www.github.com/tauri-apps/tauri/commit/19cd0e49603ad3500cd2180bfa16e1649e3a771a)([#6811](https://www.github.com/tauri-apps/tauri/pull/6811)) Add `key.properties` file to android's `.gitignore`.

10
tooling/cli/Cargo.lock generated
View File

@ -3829,7 +3829,7 @@ dependencies = [
[[package]]
name = "tauri-bundler"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
dependencies = [
"anyhow",
"ar",
@ -3856,7 +3856,7 @@ dependencies = [
"strsim",
"tar",
"tauri-icns",
"tauri-utils 2.0.0-alpha.5",
"tauri-utils 2.0.0-alpha.6",
"tempfile",
"thiserror",
"time",
@ -3869,7 +3869,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
version = "2.0.0-alpha.9"
version = "2.0.0-alpha.10"
dependencies = [
"anyhow",
"axum",
@ -3918,7 +3918,7 @@ dependencies = [
"tauri-icns",
"tauri-mobile",
"tauri-utils 1.3.0",
"tauri-utils 2.0.0-alpha.5",
"tauri-utils 2.0.0-alpha.6",
"textwrap",
"thiserror",
"tokio",
@ -4023,7 +4023,7 @@ dependencies = [
[[package]]
name = "tauri-utils"
version = "2.0.0-alpha.5"
version = "2.0.0-alpha.6"
dependencies = [
"aes-gcm",
"ctor 0.1.26",

View File

@ -3,7 +3,7 @@ members = [ "node" ]
[package]
name = "tauri-cli"
version = "2.0.0-alpha.9"
version = "2.0.0-alpha.10"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
rust-version = "1.65"
@ -50,7 +50,7 @@ sublime_fuzzy = "0.7"
clap_complete = "4"
clap = { version = "4.0", features = [ "derive" ] }
anyhow = "1.0"
tauri-bundler = { version = "2.0.0-alpha.5", default-features = false, path = "../bundler" }
tauri-bundler = { version = "2.0.0-alpha.6", default-features = false, path = "../bundler" }
colored = "2.0"
once_cell = "1"
serde = { version = "1.0", features = [ "derive" ] }
@ -61,7 +61,7 @@ shared_child = "1.0"
duct = "0.13"
toml_edit = "0.14"
json-patch = "1.0"
tauri-utils = { version = "2.0.0-alpha.5", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
tauri-utils = { version = "2.0.0-alpha.6", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
tauri-utils-v1 = { version = "1", package = "tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
toml = "0.5"
jsonschema = "0.16"
@ -69,7 +69,7 @@ handlebars = "4.3"
include_dir = "0.7"
minisign = "=0.7.3"
base64 = "0.21.0"
ureq = { version = "2.5", default-features = false, features = ["gzip"] }
ureq = { version = "2.5", default-features = false, features = [ "gzip" ] }
os_info = "3"
semver = "1.0"
regex = "1.6.0"
@ -107,6 +107,14 @@ lto = true
[features]
default = [ "rustls" ]
native-tls = [ "tauri-bundler/native-tls", "tauri-mobile/native-tls", "ureq/native-tls" ]
native-tls-vendored = [ "native-tls", "tauri-bundler/native-tls-vendored", "tauri-mobile/openssl-vendored" ]
native-tls = [
"tauri-bundler/native-tls",
"tauri-mobile/native-tls",
"ureq/native-tls"
]
native-tls-vendored = [
"native-tls",
"tauri-bundler/native-tls-vendored",
"tauri-mobile/openssl-vendored"
]
rustls = [ "tauri-bundler/rustls", "tauri-mobile/rustls", "ureq/tls" ]

View File

@ -1,8 +1,8 @@
{
"cli.js": {
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"node": ">= 10.0.0"
},
"tauri": "2.0.0-alpha.9",
"tauri-build": "2.0.0-alpha.5"
"tauri": "2.0.0-alpha.10",
"tauri-build": "2.0.0-alpha.6"
}

View File

@ -1,5 +1,25 @@
# Changelog
## \[2.0.0-alpha.10]
### New Features
- [`7e5905ae`](https://www.github.com/tauri-apps/tauri/commit/7e5905ae1d56b920de0e821be28036cbbe302518)([#7023](https://www.github.com/tauri-apps/tauri/pull/7023)) Added `tauri plugin add` command to add a plugin to the Tauri project.
- [`b0f94775`](https://www.github.com/tauri-apps/tauri/commit/b0f947752a315b7b89c5979de50157f997f1dd6e)([#7008](https://www.github.com/tauri-apps/tauri/pull/7008)) Added `migrate` command.
### Enhancements
- [`aa6c9164`](https://www.github.com/tauri-apps/tauri/commit/aa6c9164e63b5316d690f25b1c118f1b12310570)([#7007](https://www.github.com/tauri-apps/tauri/pull/7007)) Don't build library files when building desktop targets.
- [`a28fdf7e`](https://www.github.com/tauri-apps/tauri/commit/a28fdf7ec71bf6db2498569004de83318b6d25ac)([#7044](https://www.github.com/tauri-apps/tauri/pull/7044)) Skip Rust target installation if they are already installed.
- [`735db1ce`](https://www.github.com/tauri-apps/tauri/commit/735db1ce839a16ba998c9e6786c441e3bf6c90b3)([#7044](https://www.github.com/tauri-apps/tauri/pull/7044)) Add `--skip-targets-install` flag for `tauri android init` and `tauri ios init` to skip installing needed rust targets vie rustup.
### Bug Fixes
- [`1ed2600d`](https://www.github.com/tauri-apps/tauri/commit/1ed2600da67715908af857255305eaeb293d8791)([#6771](https://www.github.com/tauri-apps/tauri/pull/6771)) Set current directory to tauri directory before reading config file.
- [`4847b87b`](https://www.github.com/tauri-apps/tauri/commit/4847b87b1067dd8c6e73986059f51e6eee1f1121)([#7209](https://www.github.com/tauri-apps/tauri/pull/7209)) Fix `tauri (android|ios) (dev|build)` failing when using `npx tauri`
- [`655c714e`](https://www.github.com/tauri-apps/tauri/commit/655c714e4100f69d4265c5ea3f08f5bc11709446)([#7240](https://www.github.com/tauri-apps/tauri/pull/7240)) Fixes panic when exiting the `ios dev` command with Ctrl + C.
- [`6252380f`](https://www.github.com/tauri-apps/tauri/commit/6252380f4447c66913b0f06611e5949005b1eec2)([#7241](https://www.github.com/tauri-apps/tauri/pull/7241)) Exit `beforeDevCommand` process if the android or iOS `dev` command fails.
## \[2.0.0-alpha.9]
- [`19cd0e49`](https://www.github.com/tauri-apps/tauri/commit/19cd0e49603ad3500cd2180bfa16e1649e3a771a)([#6811](https://www.github.com/tauri-apps/tauri/pull/6811)) Add `key.properties` file to android's `.gitignore`.

View File

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"description": "Command line interface for building Tauri apps",
"funding": {
"type": "opencollective",