From 0af553da72a2b2fcb951ee83963e9463496f1a82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:01:19 -0300 Subject: [PATCH] Apply Version Updates From Current Changes (v1) (#7261) Co-authored-by: lucasfernog --- .changes/add-manager-emit-filter.md | 5 --- .changes/api-formAsync.md | 5 --- .changes/bundler-bundle-order.md | 5 --- .../bundler-macos-updater-dmg-only-fix.md | 5 --- .changes/bundler-nsis-sign-uninstaller.md | 5 --- .changes/bundler-team-id.md | 5 --- .../bundler-windows-earlier-code-signing.md | 7 ---- .changes/bundler-xattr.md | 5 --- .changes/cli-disable-version-check.md | 6 --- .changes/codesign-additional-files.md | 5 --- .changes/core-base-links-target.md | 5 --- ...nhance-cli-cargo-tauri-cli-version-info.md | 6 --- .changes/enhance-read-dir-error.md | 5 --- .changes/fix-nsis-legal-copyright.md | 5 --- .../fix-nsis-previous-installation-method.md | 5 --- .../fix-nsis-uninstall-delete-app-data.md | 5 --- .../fix-nsis-uninstall-previous-version.md | 5 --- ...fix-nsis-webview2-installer-use-tempdir.md | 5 --- .changes/fs-append-file.md | 6 --- .changes/kuchikiki.md | 5 --- .changes/notarytool.md | 5 --- .changes/notification-sound.md | 6 --- .changes/nsis-bulgarian.md | 5 --- .changes/nsis-kill-own-process.md | 5 --- .changes/nsis-set-compressor.md | 5 --- .changes/nsis-start-menu-shortcut.md | 5 --- .changes/plugin-custom-protocol.md | 5 --- .changes/remove-bitness.md | 5 --- .changes/resources-map-bundler.md | 5 --- .changes/resources-map.md | 5 --- .changes/rpath.md | 5 --- .changes/support-bun.md | 6 --- .changes/tauri-build-copy-webview2-runtime.md | 5 --- .changes/tauri-focused-windows.md | 6 --- .changes/tauri-tap-drag-region-detection.md | 5 --- .changes/tauri-utils-read-line.md | 5 --- .changes/updater-admin-launch-fix.md | 5 --- .changes/updater-endpoints.md | 5 --- .changes/updater-header.md | 5 --- .changes/updater-redirect.md | 5 --- .changes/validate-appimage.md | 5 --- .changes/webdriver-bump-dependencies.md | 5 --- .changes/webdriver-bump-msrv.md | 5 --- .changes/windows-http-scheme.md | 8 ---- core/tauri-build/CHANGELOG.md | 12 ++++++ core/tauri-build/Cargo.toml | 6 +-- core/tauri-codegen/CHANGELOG.md | 6 +++ core/tauri-codegen/Cargo.toml | 4 +- core/tauri-macros/CHANGELOG.md | 7 ++++ core/tauri-macros/Cargo.toml | 6 +-- core/tauri-runtime-wry/CHANGELOG.md | 15 +++++++ core/tauri-runtime-wry/Cargo.toml | 6 +-- core/tauri-runtime/CHANGELOG.md | 10 +++++ core/tauri-runtime/Cargo.toml | 4 +- core/tauri-utils/CHANGELOG.md | 18 +++++++++ core/tauri-utils/Cargo.toml | 2 +- core/tauri/CHANGELOG.md | 32 +++++++++++++++ core/tauri/Cargo.toml | 10 ++--- tooling/api/CHANGELOG.md | 14 +++++++ tooling/api/package.json | 2 +- tooling/bundler/CHANGELOG.md | 39 +++++++++++++++++++ tooling/bundler/Cargo.toml | 10 ++--- tooling/cli/CHANGELOG.md | 19 +++++++++ tooling/cli/Cargo.lock | 11 +++--- tooling/cli/Cargo.toml | 6 +-- tooling/cli/metadata.json | 6 +-- tooling/cli/node/CHANGELOG.md | 18 +++++++++ tooling/cli/node/package.json | 2 +- tooling/webdriver/CHANGELOG.md | 7 ++++ tooling/webdriver/Cargo.toml | 2 +- 70 files changed, 236 insertions(+), 269 deletions(-) delete mode 100644 .changes/add-manager-emit-filter.md delete mode 100644 .changes/api-formAsync.md delete mode 100644 .changes/bundler-bundle-order.md delete mode 100644 .changes/bundler-macos-updater-dmg-only-fix.md delete mode 100644 .changes/bundler-nsis-sign-uninstaller.md delete mode 100644 .changes/bundler-team-id.md delete mode 100644 .changes/bundler-windows-earlier-code-signing.md delete mode 100644 .changes/bundler-xattr.md delete mode 100644 .changes/cli-disable-version-check.md delete mode 100644 .changes/codesign-additional-files.md delete mode 100644 .changes/core-base-links-target.md delete mode 100644 .changes/enhance-cli-cargo-tauri-cli-version-info.md delete mode 100644 .changes/enhance-read-dir-error.md delete mode 100644 .changes/fix-nsis-legal-copyright.md delete mode 100644 .changes/fix-nsis-previous-installation-method.md delete mode 100644 .changes/fix-nsis-uninstall-delete-app-data.md delete mode 100644 .changes/fix-nsis-uninstall-previous-version.md delete mode 100644 .changes/fix-nsis-webview2-installer-use-tempdir.md delete mode 100644 .changes/fs-append-file.md delete mode 100644 .changes/kuchikiki.md delete mode 100644 .changes/notarytool.md delete mode 100644 .changes/notification-sound.md delete mode 100644 .changes/nsis-bulgarian.md delete mode 100644 .changes/nsis-kill-own-process.md delete mode 100644 .changes/nsis-set-compressor.md delete mode 100644 .changes/nsis-start-menu-shortcut.md delete mode 100644 .changes/plugin-custom-protocol.md delete mode 100644 .changes/remove-bitness.md delete mode 100644 .changes/resources-map-bundler.md delete mode 100644 .changes/resources-map.md delete mode 100644 .changes/rpath.md delete mode 100644 .changes/support-bun.md delete mode 100644 .changes/tauri-build-copy-webview2-runtime.md delete mode 100644 .changes/tauri-focused-windows.md delete mode 100644 .changes/tauri-tap-drag-region-detection.md delete mode 100644 .changes/tauri-utils-read-line.md delete mode 100644 .changes/updater-admin-launch-fix.md delete mode 100644 .changes/updater-endpoints.md delete mode 100644 .changes/updater-header.md delete mode 100644 .changes/updater-redirect.md delete mode 100644 .changes/validate-appimage.md delete mode 100644 .changes/webdriver-bump-dependencies.md delete mode 100644 .changes/webdriver-bump-msrv.md delete mode 100644 .changes/windows-http-scheme.md diff --git a/.changes/add-manager-emit-filter.md b/.changes/add-manager-emit-filter.md deleted file mode 100644 index 67aa32aefea0..000000000000 --- a/.changes/add-manager-emit-filter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri': 'minor:feat' ---- - -Add `tauri::Manager::emit_filter` and only serialize once when emitting to multiple windows. diff --git a/.changes/api-formAsync.md b/.changes/api-formAsync.md deleted file mode 100644 index 8a73317f36dd..000000000000 --- a/.changes/api-formAsync.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tauri-apps/api': 'patch:bug' ---- - -Fix `Body.form` static not reading and sending entries of type `Blob` (including subclasses such as `File`) diff --git a/.changes/bundler-bundle-order.md b/.changes/bundler-bundle-order.md deleted file mode 100644 index 35f5443f0c29..000000000000 --- a/.changes/bundler-bundle-order.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'patch:bug' ---- - -Fix bundler skipping updater artifacts if `updater` target shows before other updater-enabled targets in the list, see [#7349](https://github.com/tauri-apps/tauri/issues/7349). diff --git a/.changes/bundler-macos-updater-dmg-only-fix.md b/.changes/bundler-macos-updater-dmg-only-fix.md deleted file mode 100644 index 16f136fe7307..000000000000 --- a/.changes/bundler-macos-updater-dmg-only-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'patch:bug' ---- - -Fix bundler skipping updater artifacts if only a macOS DMG bundle target is specified. diff --git a/.changes/bundler-nsis-sign-uninstaller.md b/.changes/bundler-nsis-sign-uninstaller.md deleted file mode 100644 index 73721da13d64..000000000000 --- a/.changes/bundler-nsis-sign-uninstaller.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'minor:enhance' ---- - -Sign NSIS uninstaller as well. diff --git a/.changes/bundler-team-id.md b/.changes/bundler-team-id.md deleted file mode 100644 index 9cccd0a7c4cf..000000000000 --- a/.changes/bundler-team-id.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-bundler": minor:enhance ---- - -Read the `APPLE_TEAM_ID` environment variable for macOS notarization arguments. diff --git a/.changes/bundler-windows-earlier-code-signing.md b/.changes/bundler-windows-earlier-code-signing.md deleted file mode 100644 index a6978e4d2a96..000000000000 --- a/.changes/bundler-windows-earlier-code-signing.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'tauri-bundler': 'patch:enhance' ---- - -On Windows, code sign the application binaries before trying to create the WiX and NSIS bundles to always sign the executables even if no bundle types are enabled. - -On Windows, code sign the sidecar binaries if they are not signed already. diff --git a/.changes/bundler-xattr.md b/.changes/bundler-xattr.md deleted file mode 100644 index 561bb20e7f71..000000000000 --- a/.changes/bundler-xattr.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-bundler": patch:bug ---- - -Remove extended attributes on the macOS app bundle using `xattr -cr $PATH`. diff --git a/.changes/cli-disable-version-check.md b/.changes/cli-disable-version-check.md deleted file mode 100644 index d30f5bb37bb2..000000000000 --- a/.changes/cli-disable-version-check.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'tauri-cli': 'patch:bug' -'@tauri-apps/cli': 'patch:bug' ---- - -Removed the automatic version check of the CLI that ran after `tauri` commands which caused various issues. diff --git a/.changes/codesign-additional-files.md b/.changes/codesign-additional-files.md deleted file mode 100644 index 17a972c802a8..000000000000 --- a/.changes/codesign-additional-files.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-bundler": patch:bug ---- - -Code sign sidecars and frameworks on macOS. diff --git a/.changes/core-base-links-target.md b/.changes/core-base-links-target.md deleted file mode 100644 index 231383077aaa..000000000000 --- a/.changes/core-base-links-target.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri': 'minor:enhance' ---- - -Open links externally when `` exists diff --git a/.changes/enhance-cli-cargo-tauri-cli-version-info.md b/.changes/enhance-cli-cargo-tauri-cli-version-info.md deleted file mode 100644 index e107e66c306a..000000000000 --- a/.changes/enhance-cli-cargo-tauri-cli-version-info.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tauri-cli": minor:enhance -"@tauri-apps/cli": minor:enhance ---- - -Add version of Rust Tauri CLI installed with Cargo to `tauri info` command. diff --git a/.changes/enhance-read-dir-error.md b/.changes/enhance-read-dir-error.md deleted file mode 100644 index 0a71670ebf55..000000000000 --- a/.changes/enhance-read-dir-error.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": patch:enhance ---- - -Enhance `readDir` API error with path information. diff --git a/.changes/fix-nsis-legal-copyright.md b/.changes/fix-nsis-legal-copyright.md deleted file mode 100644 index f865f5d546b0..000000000000 --- a/.changes/fix-nsis-legal-copyright.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'patch:bug' ---- - -On Windows, fix installation packages not showing correct copyright information. diff --git a/.changes/fix-nsis-previous-installation-method.md b/.changes/fix-nsis-previous-installation-method.md deleted file mode 100644 index 452d4f5e85f8..000000000000 --- a/.changes/fix-nsis-previous-installation-method.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'patch:bug' ---- - -On Windows, fix NSIS installer identifying a previous NSIS-installed app as WiX-installed app and then fails to uninstall it. diff --git a/.changes/fix-nsis-uninstall-delete-app-data.md b/.changes/fix-nsis-uninstall-delete-app-data.md deleted file mode 100644 index 4bc116c25a42..000000000000 --- a/.changes/fix-nsis-uninstall-delete-app-data.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'patch:bug' ---- - -On Windows, Fix NSIS uninstaller deleting the wrong application data if the delete the application data checkbox is checked. diff --git a/.changes/fix-nsis-uninstall-previous-version.md b/.changes/fix-nsis-uninstall-previous-version.md deleted file mode 100644 index 29a6ffc8ab02..000000000000 --- a/.changes/fix-nsis-uninstall-previous-version.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'patch:bug' ---- - -On Windows, fix NSIS installer showing an error dialog even when the previous version was uninstalled sucessfully. diff --git a/.changes/fix-nsis-webview2-installer-use-tempdir.md b/.changes/fix-nsis-webview2-installer-use-tempdir.md deleted file mode 100644 index 1a4abaad63fb..000000000000 --- a/.changes/fix-nsis-webview2-installer-use-tempdir.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'patch:enhance' ---- - -On Windows, NSIS installer will write webview2 installer file to the well-known temp dir instead of the install dir, so we don't pollute the install dir. diff --git a/.changes/fs-append-file.md b/.changes/fs-append-file.md deleted file mode 100644 index a55e0dcbbeb8..000000000000 --- a/.changes/fs-append-file.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@tauri-apps/api': 'patch:enhance' -'tauri': 'patch:enhance' ---- - -Add `append` option to `FsOptions` in the `fs` JS module, used in `writeTextFile` and `writeBinaryFile`, to be able to append to existing files instead of overwriting it. diff --git a/.changes/kuchikiki.md b/.changes/kuchikiki.md deleted file mode 100644 index b57057901779..000000000000 --- a/.changes/kuchikiki.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-utils": patch:sec ---- - -Changed HTML implementation from unmaintained `kuchiki` to `kuchikiki`. diff --git a/.changes/notarytool.md b/.changes/notarytool.md deleted file mode 100644 index 59a8a8245c05..000000000000 --- a/.changes/notarytool.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-bundler": minor:breaking ---- - -The macOS notarization now uses `notarytool` as `altool` will be discontinued on November 2023. When authenticating with an API key, the key `.p8` file path must be provided in the `APPLE_API_KEY_PATH` environment variable. To prevent a breaking change, we will try to find the key path in the `altool` default search paths. diff --git a/.changes/notification-sound.md b/.changes/notification-sound.md deleted file mode 100644 index 69c12ef5533c..000000000000 --- a/.changes/notification-sound.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'tauri': 'minor:feat' -'@tauri-apps/api': 'minor:feat' ---- - -Add option to specify notification sound. diff --git a/.changes/nsis-bulgarian.md b/.changes/nsis-bulgarian.md deleted file mode 100644 index 8fdc2e3a8ca2..000000000000 --- a/.changes/nsis-bulgarian.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'patch:enhance' ---- - -Added Bulgarian language support to the NSIS bundler. diff --git a/.changes/nsis-kill-own-process.md b/.changes/nsis-kill-own-process.md deleted file mode 100644 index 5813c18e24db..000000000000 --- a/.changes/nsis-kill-own-process.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'patch:bug' ---- - -On Windows, fix NSIS installer trying to kill itself if the installer file name and the app `productName` are the same. diff --git a/.changes/nsis-set-compressor.md b/.changes/nsis-set-compressor.md deleted file mode 100644 index 34256f5d5a16..000000000000 --- a/.changes/nsis-set-compressor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'patch:enhance' ---- - -Add `compression` configuration option under `tauri > bundle > windows > nsis`. diff --git a/.changes/nsis-start-menu-shortcut.md b/.changes/nsis-start-menu-shortcut.md deleted file mode 100644 index eea0d9b22071..000000000000 --- a/.changes/nsis-start-menu-shortcut.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'patch:bug' ---- - -On Windows, fix NSIS uninstaller failing to remove Start Menu shortcut if `perMachine` mode is used. diff --git a/.changes/plugin-custom-protocol.md b/.changes/plugin-custom-protocol.md deleted file mode 100644 index 8841c67307be..000000000000 --- a/.changes/plugin-custom-protocol.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri': 'minor:feat' ---- - -Add `tauri::plugin::Builder::register_uri_scheme_protocol` diff --git a/.changes/remove-bitness.md b/.changes/remove-bitness.md deleted file mode 100644 index d875dc28d15c..000000000000 --- a/.changes/remove-bitness.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'patch:deps' ---- - -Removed the `bitness` dependency to speed up compile time. diff --git a/.changes/resources-map-bundler.md b/.changes/resources-map-bundler.md deleted file mode 100644 index ccb61bbd946d..000000000000 --- a/.changes/resources-map-bundler.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-bundler": minor:feat ---- - -Allow using a resource map instead of a simple array in `BundleSettings::resources_map`. diff --git a/.changes/resources-map.md b/.changes/resources-map.md deleted file mode 100644 index 7a8e44427c0d..000000000000 --- a/.changes/resources-map.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-utils": minor:feat ---- - -Allow specifying resources as a map specifying source and target paths. diff --git a/.changes/rpath.md b/.changes/rpath.md deleted file mode 100644 index 1d041bfadcb3..000000000000 --- a/.changes/rpath.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-build": patch:bug ---- - -Automatically set rpath on macOS if frameworks are bundled and copy frameworks to `src-tauri/target/Frameworks` for usage in development. diff --git a/.changes/support-bun.md b/.changes/support-bun.md deleted file mode 100644 index 729fd24252f3..000000000000 --- a/.changes/support-bun.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'tauri-cli': 'patch:feat' -'@tauri-apps/cli': 'patch:feat' ---- - -Support Bun package manager in CLI diff --git a/.changes/tauri-build-copy-webview2-runtime.md b/.changes/tauri-build-copy-webview2-runtime.md deleted file mode 100644 index 5ab5a117c74a..000000000000 --- a/.changes/tauri-build-copy-webview2-runtime.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-build': 'patch:bug' ---- - -Correctly copy the WebView2 runtime in development when `webviewInstallMode` is used instead of `webviewFixedRuntimePath`. diff --git a/.changes/tauri-focused-windows.md b/.changes/tauri-focused-windows.md deleted file mode 100644 index 0bc7cc7b5feb..000000000000 --- a/.changes/tauri-focused-windows.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'tauri': 'patch:bug' -'tauri-runtime-wry': 'patch:bug' ---- - -Properly respect the `focused` option when creating the webview. diff --git a/.changes/tauri-tap-drag-region-detection.md b/.changes/tauri-tap-drag-region-detection.md deleted file mode 100644 index f28c23f4fb9c..000000000000 --- a/.changes/tauri-tap-drag-region-detection.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri': 'patch:bug' ---- - -On macOS, fixed tapping on custom title bar doesn't maximize the window. diff --git a/.changes/tauri-utils-read-line.md b/.changes/tauri-utils-read-line.md deleted file mode 100644 index cc6195d9a303..000000000000 --- a/.changes/tauri-utils-read-line.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-utils': 'patch:bug' ---- - -Fix `io::read_line` not including the new line character `\n`. diff --git a/.changes/updater-admin-launch-fix.md b/.changes/updater-admin-launch-fix.md deleted file mode 100644 index 06783c496ad9..000000000000 --- a/.changes/updater-admin-launch-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri': 'patch:bug' ---- - -On Windows, fix NSIS installers requiring administrator rights failing to be launched by updater. diff --git a/.changes/updater-endpoints.md b/.changes/updater-endpoints.md deleted file mode 100644 index ee9a10d2ed25..000000000000 --- a/.changes/updater-endpoints.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": minor:feat ---- - -Added `UpdateBuilder::endpoints` to add request endpoints at runtime. diff --git a/.changes/updater-header.md b/.changes/updater-header.md deleted file mode 100644 index 7a14aff06c2b..000000000000 --- a/.changes/updater-header.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": minor:feat ---- - -Added `UpdateResponse::header` and `UpdateResponse::remove_header` to modify the update download request headers. diff --git a/.changes/updater-redirect.md b/.changes/updater-redirect.md deleted file mode 100644 index 1b7dee940772..000000000000 --- a/.changes/updater-redirect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri': 'patch:bug' ---- - -Fix updater not following endpoint redirects. diff --git a/.changes/validate-appimage.md b/.changes/validate-appimage.md deleted file mode 100644 index 9a6367a82a7a..000000000000 --- a/.changes/validate-appimage.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": patch:bug ---- - -Fix the validation of `std::env::current_exe` warn the user if AppImage is not mounted instead of panicking diff --git a/.changes/webdriver-bump-dependencies.md b/.changes/webdriver-bump-dependencies.md deleted file mode 100644 index c96df8ef9cf0..000000000000 --- a/.changes/webdriver-bump-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-driver": patch ---- - -Update locked dependencies to fix a Windows build issue when using them with a recent Rust compiler. diff --git a/.changes/webdriver-bump-msrv.md b/.changes/webdriver-bump-msrv.md deleted file mode 100644 index 9a3cebab47bb..000000000000 --- a/.changes/webdriver-bump-msrv.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-driver": patch ---- - -Bump minimum Rust version to `1.60` to be in line with the rest of the Tauri project. diff --git a/.changes/windows-http-scheme.md b/.changes/windows-http-scheme.md deleted file mode 100644 index c907f5262f4e..000000000000 --- a/.changes/windows-http-scheme.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'tauri': 'patch:enhance' -'tauri-runtime': 'patch:enhance' -'tauri-runtime-wry': 'patch:enhance' -'tauri-utils': 'patch:enhance' ---- - -Add setting to switch to `http://.localhost/` for custom protocols on Windows. diff --git a/core/tauri-build/CHANGELOG.md b/core/tauri-build/CHANGELOG.md index ccf6cebbc427..f266e89f987e 100644 --- a/core/tauri-build/CHANGELOG.md +++ b/core/tauri-build/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## \[1.4.1] + +### Bug Fixes + +- [`5ecb46b3`](https://www.github.com/tauri-apps/tauri/commit/5ecb46b3410afd1b5c82494c1e0a91d5a358c41a)([#7773](https://www.github.com/tauri-apps/tauri/pull/7773)) Automatically set rpath on macOS if frameworks are bundled and copy frameworks to `src-tauri/target/Frameworks` for usage in development. +- [`290e366a`](https://www.github.com/tauri-apps/tauri/commit/290e366ae98e9a52b1b43bfd3e285150427ebffa)([#7419](https://www.github.com/tauri-apps/tauri/pull/7419)) Correctly copy the WebView2 runtime in development when `webviewInstallMode` is used instead of `webviewFixedRuntimePath`. + +### Dependencies + +- Upgraded to `tauri-utils@1.5.0` +- Upgraded to `tauri-codegen@1.4.1` + ## \[1.4.0] ### Enhancements diff --git a/core/tauri-build/Cargo.toml b/core/tauri-build/Cargo.toml index 9319920ff8ea..10d05c15fdbe 100644 --- a/core/tauri-build/Cargo.toml +++ b/core/tauri-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-build" -version = "1.4.0" +version = "1.4.1" authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "web-programming" ] license = "Apache-2.0 OR MIT" @@ -19,8 +19,8 @@ rustdoc-args = [ "--cfg", "doc_cfg" ] [dependencies] anyhow = "1" quote = { version = "1", optional = true } -tauri-codegen = { version = "1.4.0", path = "../tauri-codegen", optional = true } -tauri-utils = { version = "1.4.0", path = "../tauri-utils", features = [ "build", "resources" ] } +tauri-codegen = { version = "1.4.1", path = "../tauri-codegen", optional = true } +tauri-utils = { version = "1.5.0", path = "../tauri-utils", features = [ "build", "resources" ] } cargo_toml = "0.15" serde = "1" serde_json = "1" diff --git a/core/tauri-codegen/CHANGELOG.md b/core/tauri-codegen/CHANGELOG.md index 6081cbc7b409..0101dc000d88 100644 --- a/core/tauri-codegen/CHANGELOG.md +++ b/core/tauri-codegen/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## \[1.4.1] + +### Dependencies + +- Upgraded to `tauri-utils@1.5.0` + ## \[1.4.0] ### Enhancements diff --git a/core/tauri-codegen/Cargo.toml b/core/tauri-codegen/Cargo.toml index 16d201e50673..b8b6750d5846 100644 --- a/core/tauri-codegen/Cargo.toml +++ b/core/tauri-codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-codegen" -version = "1.4.0" +version = "1.4.1" authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "web-programming" ] license = "Apache-2.0 OR MIT" @@ -19,7 +19,7 @@ proc-macro2 = "1" quote = "1" serde = { version = "1", features = [ "derive" ] } serde_json = "1" -tauri-utils = { version = "1.4.0", path = "../tauri-utils", features = [ "build" ] } +tauri-utils = { version = "1.5.0", path = "../tauri-utils", features = [ "build" ] } thiserror = "1" walkdir = "2" brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] } diff --git a/core/tauri-macros/CHANGELOG.md b/core/tauri-macros/CHANGELOG.md index f3a4f4b782a6..4c002959122d 100644 --- a/core/tauri-macros/CHANGELOG.md +++ b/core/tauri-macros/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[1.4.1] + +### Dependencies + +- Upgraded to `tauri-utils@1.5.0` +- Upgraded to `tauri-codegen@1.4.1` + ## \[1.4.0] ### Enhancements diff --git a/core/tauri-macros/Cargo.toml b/core/tauri-macros/Cargo.toml index 2381ebfaba2d..4085f128610b 100644 --- a/core/tauri-macros/Cargo.toml +++ b/core/tauri-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-macros" -version = "1.4.0" +version = "1.4.1" authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "os", "filesystem", "web-programming" ] license = "Apache-2.0 OR MIT" @@ -20,8 +20,8 @@ proc-macro2 = "1" quote = "1" syn = { version = "1", features = [ "full" ] } heck = "0.4" -tauri-codegen = { version = "1.4.0", default-features = false, path = "../tauri-codegen" } -tauri-utils = { version = "1.4.0", path = "../tauri-utils" } +tauri-codegen = { version = "1.4.1", default-features = false, path = "../tauri-codegen" } +tauri-utils = { version = "1.5.0", path = "../tauri-utils" } [features] custom-protocol = [ ] diff --git a/core/tauri-runtime-wry/CHANGELOG.md b/core/tauri-runtime-wry/CHANGELOG.md index 2840b148f3ba..fb26af9b621b 100644 --- a/core/tauri-runtime-wry/CHANGELOG.md +++ b/core/tauri-runtime-wry/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## \[0.14.1] + +### Enhancements + +- [`9aa34ada`](https://www.github.com/tauri-apps/tauri/commit/9aa34ada5769dbefa7dfe5f7a6288b3d20b294e4)([#7645](https://www.github.com/tauri-apps/tauri/pull/7645)) Add setting to switch to `http://.localhost/` for custom protocols on Windows. + +### Bug Fixes + +- [`4bf1e85e`](https://www.github.com/tauri-apps/tauri/commit/4bf1e85e6bf85a7ec92d50c8465bc0588a6399d8)([#7722](https://www.github.com/tauri-apps/tauri/pull/7722)) Properly respect the `focused` option when creating the webview. + +### Dependencies + +- Upgraded to `tauri-utils@1.5.0` +- Upgraded to `tauri-runtime@0.14.1` + ## \[0.14.0] ### New Features diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index 30aa3b2a42df..d13484dd5bdc 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-runtime-wry" -version = "0.14.0" +version = "0.14.1" authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "web-programming" ] license = "Apache-2.0 OR MIT" @@ -14,8 +14,8 @@ readme = "README.md" [dependencies] wry = { version = "0.24.4", default-features = false, features = [ "file-drop", "protocol" ] } -tauri-runtime = { version = "0.14.0", path = "../tauri-runtime" } -tauri-utils = { version = "1.4.0", path = "../tauri-utils" } +tauri-runtime = { version = "0.14.1", path = "../tauri-runtime" } +tauri-utils = { version = "1.5.0", path = "../tauri-utils" } uuid = { version = "1", features = [ "v4" ] } rand = "0.8" raw-window-handle = "0.5" diff --git a/core/tauri-runtime/CHANGELOG.md b/core/tauri-runtime/CHANGELOG.md index 2a411df2be54..31945fcbc17b 100644 --- a/core/tauri-runtime/CHANGELOG.md +++ b/core/tauri-runtime/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## \[0.14.1] + +### Enhancements + +- [`9aa34ada`](https://www.github.com/tauri-apps/tauri/commit/9aa34ada5769dbefa7dfe5f7a6288b3d20b294e4)([#7645](https://www.github.com/tauri-apps/tauri/pull/7645)) Add setting to switch to `http://.localhost/` for custom protocols on Windows. + +### Dependencies + +- Upgraded to `tauri-utils@1.5.0` + ## \[0.14.0] ### New Features diff --git a/core/tauri-runtime/Cargo.toml b/core/tauri-runtime/Cargo.toml index 1c255a94ae78..264348c79a37 100644 --- a/core/tauri-runtime/Cargo.toml +++ b/core/tauri-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-runtime" -version = "0.14.0" +version = "0.14.1" authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "web-programming" ] license = "Apache-2.0 OR MIT" @@ -26,7 +26,7 @@ targets = [ serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" thiserror = "1.0" -tauri-utils = { version = "1.4.0", path = "../tauri-utils" } +tauri-utils = { version = "1.5.0", path = "../tauri-utils" } uuid = { version = "1", features = [ "v4" ] } http = "0.2.4" http-range = "0.1.4" diff --git a/core/tauri-utils/CHANGELOG.md b/core/tauri-utils/CHANGELOG.md index 835f3ed36794..086917cc7317 100644 --- a/core/tauri-utils/CHANGELOG.md +++ b/core/tauri-utils/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## \[1.5.0] + +### New Features + +- [`4dd4893d`](https://www.github.com/tauri-apps/tauri/commit/4dd4893d7d166ac3a3b6dc2e3bd2540326352a78)([#5950](https://www.github.com/tauri-apps/tauri/pull/5950)) Allow specifying resources as a map specifying source and target paths. + +### Enhancements + +- [`9aa34ada`](https://www.github.com/tauri-apps/tauri/commit/9aa34ada5769dbefa7dfe5f7a6288b3d20b294e4)([#7645](https://www.github.com/tauri-apps/tauri/pull/7645)) Add setting to switch to `http://.localhost/` for custom protocols on Windows. + +### Bug Fixes + +- [`a6b52e44`](https://www.github.com/tauri-apps/tauri/commit/a6b52e44f22844009e273fb0250368d7a463f095)([#6519](https://www.github.com/tauri-apps/tauri/pull/6519)) Fix `io::read_line` not including the new line character `\n`. + +### Security fixes + +- [`eeff1784`](https://www.github.com/tauri-apps/tauri/commit/eeff1784e1ffa568e4ba024e17dd611f8e086784)([#7367](https://www.github.com/tauri-apps/tauri/pull/7367)) Changed HTML implementation from unmaintained `kuchiki` to `kuchikiki`. + ## \[1.4.0] ### New Features diff --git a/core/tauri-utils/Cargo.toml b/core/tauri-utils/Cargo.toml index d2a08666f033..81433e9c9054 100644 --- a/core/tauri-utils/Cargo.toml +++ b/core/tauri-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-utils" -version = "1.4.0" +version = "1.5.0" authors = [ "Tauri Programme within The Commons Conservancy" ] license = "Apache-2.0 OR MIT" homepage = "https://tauri.app" diff --git a/core/tauri/CHANGELOG.md b/core/tauri/CHANGELOG.md index e87175be2836..d59643f971c4 100644 --- a/core/tauri/CHANGELOG.md +++ b/core/tauri/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## \[1.5.0] + +### New Features + +- [`eeb6be54`](https://www.github.com/tauri-apps/tauri/commit/eeb6be54228f3e5463a28c68956abb06a694c010)([#7512](https://www.github.com/tauri-apps/tauri/pull/7512)) Add `tauri::Manager::emit_filter` and only serialize once when emitting to multiple windows. +- [`6c408b73`](https://www.github.com/tauri-apps/tauri/commit/6c408b736c7aa2a0a91f0a40d45a2b7a7dedfe78)([#7269](https://www.github.com/tauri-apps/tauri/pull/7269)) Add option to specify notification sound. +- [`fdaee9a5`](https://www.github.com/tauri-apps/tauri/commit/fdaee9a5ce988c448dd035c2050c339d275e8d15)([#7350](https://www.github.com/tauri-apps/tauri/pull/7350)) Add `tauri::plugin::Builder::register_uri_scheme_protocol` +- [`10e362d0`](https://www.github.com/tauri-apps/tauri/commit/10e362d098c9bed48f832bad471fb2fab83ab0bb)([#7432](https://www.github.com/tauri-apps/tauri/pull/7432)) Added `UpdateBuilder::endpoints` to add request endpoints at runtime. +- [`10e362d0`](https://www.github.com/tauri-apps/tauri/commit/10e362d098c9bed48f832bad471fb2fab83ab0bb)([#7432](https://www.github.com/tauri-apps/tauri/pull/7432)) Added `UpdateResponse::header` and `UpdateResponse::remove_header` to modify the update download request headers. + +### Enhancements + +- [`757e959e`](https://www.github.com/tauri-apps/tauri/commit/757e959eb276ed535cfddb0dea8897c56441c644)([#7344](https://www.github.com/tauri-apps/tauri/pull/7344)) Open links externally when `` exists +- [`c9827338`](https://www.github.com/tauri-apps/tauri/commit/c98273387c0ffbb8d0de78ce17006411a1f503ee)([#7416](https://www.github.com/tauri-apps/tauri/pull/7416)) Enhance `readDir` API error with path information. +- [`58d6b899`](https://www.github.com/tauri-apps/tauri/commit/58d6b899e21d37bb42810890d289deb57f2273bd)([#7636](https://www.github.com/tauri-apps/tauri/pull/7636)) Add `append` option to `FsOptions` in the `fs` JS module, used in `writeTextFile` and `writeBinaryFile`, to be able to append to existing files instead of overwriting it. +- [`9aa34ada`](https://www.github.com/tauri-apps/tauri/commit/9aa34ada5769dbefa7dfe5f7a6288b3d20b294e4)([#7645](https://www.github.com/tauri-apps/tauri/pull/7645)) Add setting to switch to `http://.localhost/` for custom protocols on Windows. + +### Bug Fixes + +- [`4bf1e85e`](https://www.github.com/tauri-apps/tauri/commit/4bf1e85e6bf85a7ec92d50c8465bc0588a6399d8)([#7722](https://www.github.com/tauri-apps/tauri/pull/7722)) Properly respect the `focused` option when creating the webview. +- [`0797a002`](https://www.github.com/tauri-apps/tauri/commit/0797a002caad29cd8bedccf01f64bf3b45a5e528)([#7746](https://www.github.com/tauri-apps/tauri/pull/7746)) On macOS, fixed tapping on custom title bar doesn't maximize the window. +- [`1a3dcdb8`](https://www.github.com/tauri-apps/tauri/commit/1a3dcdb8302fad511f2c1cd418fbc4cff0bd62ac)([#7185](https://www.github.com/tauri-apps/tauri/pull/7185)) On Windows, fix NSIS installers requiring administrator rights failing to be launched by updater. +- [`fa7f9b77`](https://www.github.com/tauri-apps/tauri/commit/fa7f9b77ab8f0c890e9d7b120901610e0d3e4c46)([#7341](https://www.github.com/tauri-apps/tauri/pull/7341)) Fix updater not following endpoint redirects. +- [`6fbd6dba`](https://www.github.com/tauri-apps/tauri/commit/6fbd6dba5290dc017ab0ba5a44cf4358b022836f)([#17](https://www.github.com/tauri-apps/tauri/pull/17)) Fix the validation of `std::env::current_exe` warn the user if AppImage is not mounted instead of panicking + +### Dependencies + +- Upgraded to `tauri-utils@1.5.0` +- Upgraded to `tauri-runtime-wry@0.14.1` +- Upgraded to `tauri-runtime@0.14.1` +- Upgraded to `tauri-macros@1.4.1` + ## \[1.4.1] ### Bug Fixes diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 4faf157c65c9..405f7171ead6 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT" name = "tauri" readme = "README.md" repository = "https://github.com/tauri-apps/tauri" -version = "1.4.1" +version = "1.5.0" [package.metadata.docs.rs] no-default-features = true @@ -50,10 +50,10 @@ url = { version = "2.3" } anyhow = "1.0" thiserror = "1.0" once_cell = "1" -tauri-runtime = { version = "0.14.0", path = "../tauri-runtime" } -tauri-macros = { version = "1.4.0", path = "../tauri-macros" } -tauri-utils = { version = "1.4.0", features = [ "resources" ], path = "../tauri-utils" } -tauri-runtime-wry = { version = "0.14.0", path = "../tauri-runtime-wry", optional = true } +tauri-runtime = { version = "0.14.1", path = "../tauri-runtime" } +tauri-macros = { version = "1.4.1", path = "../tauri-macros" } +tauri-utils = { version = "1.5.0", features = [ "resources" ], path = "../tauri-utils" } +tauri-runtime-wry = { version = "0.14.1", path = "../tauri-runtime-wry", optional = true } rand = "0.8" semver = { version = "1.0", features = [ "serde" ] } serde_repr = "0.1" diff --git a/tooling/api/CHANGELOG.md b/tooling/api/CHANGELOG.md index 0cb6561ecee3..f6af6db11cae 100644 --- a/tooling/api/CHANGELOG.md +++ b/tooling/api/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## \[1.5.0] + +### New Features + +- [`6c408b73`](https://www.github.com/tauri-apps/tauri/commit/6c408b736c7aa2a0a91f0a40d45a2b7a7dedfe78)([#7269](https://www.github.com/tauri-apps/tauri/pull/7269)) Add option to specify notification sound. + +### Enhancements + +- [`58d6b899`](https://www.github.com/tauri-apps/tauri/commit/58d6b899e21d37bb42810890d289deb57f2273bd)([#7636](https://www.github.com/tauri-apps/tauri/pull/7636)) Add `append` option to `FsOptions` in the `fs` JS module, used in `writeTextFile` and `writeBinaryFile`, to be able to append to existing files instead of overwriting it. + +### Bug Fixes + +- [`2eab1505`](https://www.github.com/tauri-apps/tauri/commit/2eab1505632ff71431d4c31c49b5afc78fa5b9dd)([#7394](https://www.github.com/tauri-apps/tauri/pull/7394)) Fix `Body.form` static not reading and sending entries of type `Blob` (including subclasses such as `File`) + ## \[1.4.0] ### New Features diff --git a/tooling/api/package.json b/tooling/api/package.json index 0473a05319bc..4b0e21556189 100644 --- a/tooling/api/package.json +++ b/tooling/api/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/api", - "version": "1.4.0", + "version": "1.5.0", "description": "Tauri API definitions", "type": "module", "funding": { diff --git a/tooling/bundler/CHANGELOG.md b/tooling/bundler/CHANGELOG.md index edfe89192c45..e969af377fdf 100644 --- a/tooling/bundler/CHANGELOG.md +++ b/tooling/bundler/CHANGELOG.md @@ -1,5 +1,44 @@ # Changelog +## \[1.4.0] + +### New Features + +- [`4dd4893d`](https://www.github.com/tauri-apps/tauri/commit/4dd4893d7d166ac3a3b6dc2e3bd2540326352a78)([#5950](https://www.github.com/tauri-apps/tauri/pull/5950)) Allow using a resource map instead of a simple array in `BundleSettings::resources_map`. + +### Enhancements + +- [`764968ab`](https://www.github.com/tauri-apps/tauri/commit/764968ab383ec639e061986bc2411dd44e71b612)([#7398](https://www.github.com/tauri-apps/tauri/pull/7398)) Sign NSIS uninstaller as well. +- [`2f8881c0`](https://www.github.com/tauri-apps/tauri/commit/2f8881c010fa3493c092ddf3a343df08d7a79fc9)([#7775](https://www.github.com/tauri-apps/tauri/pull/7775)) Read the `APPLE_TEAM_ID` environment variable for macOS notarization arguments. +- [`cb1d4164`](https://www.github.com/tauri-apps/tauri/commit/cb1d4164e71e29f071b8438d02a7ec86a9fac67b)([#7487](https://www.github.com/tauri-apps/tauri/pull/7487)) On Windows, code sign the application binaries before trying to create the WiX and NSIS bundles to always sign the executables even if no bundle types are enabled. + + On Windows, code sign the sidecar binaries if they are not signed already. +- [`57f73f1b`](https://www.github.com/tauri-apps/tauri/commit/57f73f1b6a07e690d122d7534a0b3531c8c12c03)([#7486](https://www.github.com/tauri-apps/tauri/pull/7486)) On Windows, NSIS installer will write webview2 installer file to the well-known temp dir instead of the install dir, so we don't pollute the install dir. +- [`a7777ff4`](https://www.github.com/tauri-apps/tauri/commit/a7777ff485b725f177d08bbc00af607cd8ee8d6d)([#7626](https://www.github.com/tauri-apps/tauri/pull/7626)) Added Bulgarian language support to the NSIS bundler. +- [`e3bfb014`](https://www.github.com/tauri-apps/tauri/commit/e3bfb01411c3cc5e602c8f961f6cb5c9dd9524e1)([#7776](https://www.github.com/tauri-apps/tauri/pull/7776)) Add `compression` configuration option under `tauri > bundle > windows > nsis`. + +### Bug Fixes + +- [`46df2c9b`](https://www.github.com/tauri-apps/tauri/commit/46df2c9b917096388695f72ca4c56791fe652ef6)([#7360](https://www.github.com/tauri-apps/tauri/pull/7360)) Fix bundler skipping updater artifacts if `updater` target shows before other updater-enabled targets in the list, see [#7349](https://github.com/tauri-apps/tauri/issues/7349). +- [`2d35f937`](https://www.github.com/tauri-apps/tauri/commit/2d35f937de59272d26556310155c0b15d849953c)([#7481](https://www.github.com/tauri-apps/tauri/pull/7481)) Fix bundler skipping updater artifacts if only a macOS DMG bundle target is specified. +- [`dcdbe3eb`](https://www.github.com/tauri-apps/tauri/commit/dcdbe3eb6cc7d8a43caef98dfce71a11a4597644)([#7774](https://www.github.com/tauri-apps/tauri/pull/7774)) Remove extended attributes on the macOS app bundle using `xattr -cr $PATH`. +- [`dcdbe3eb`](https://www.github.com/tauri-apps/tauri/commit/dcdbe3eb6cc7d8a43caef98dfce71a11a4597644)([#7774](https://www.github.com/tauri-apps/tauri/pull/7774)) Code sign sidecars and frameworks on macOS. +- [`eba8e131`](https://www.github.com/tauri-apps/tauri/commit/eba8e1315ed7078eb9a9479f9e0072b061067341)([#7386](https://www.github.com/tauri-apps/tauri/pull/7386)) On Windows, fix installation packages not showing correct copyright information. +- [`32218a6f`](https://www.github.com/tauri-apps/tauri/commit/32218a6f8c1d90c2503e7cbc4523e4ab464ba032)([#7326](https://www.github.com/tauri-apps/tauri/pull/7326)) On Windows, fix NSIS installer identifying a previous NSIS-installed app as WiX-installed app and then fails to uninstall it. +- [`ca977f4b`](https://www.github.com/tauri-apps/tauri/commit/ca977f4b87c66808b4eac31a6d1925842b4c1570)([#7591](https://www.github.com/tauri-apps/tauri/pull/7591)) On Windows, Fix NSIS uninstaller deleting the wrong application data if the delete the application data checkbox is checked. +- [`0ae53f41`](https://www.github.com/tauri-apps/tauri/commit/0ae53f413948c7b955e595aa9c6c9e777caa8666)([#7361](https://www.github.com/tauri-apps/tauri/pull/7361)) On Windows, fix NSIS installer showing an error dialog even when the previous version was uninstalled sucessfully. +- [`09f7f57e`](https://www.github.com/tauri-apps/tauri/commit/09f7f57eeadbf94d8e9e14f3ab2b115a4c4aa473)([#7711](https://www.github.com/tauri-apps/tauri/pull/7711)) On Windows, fix NSIS installer trying to kill itself if the installer file name and the app `productName` are the same. +- [`6e36ebbf`](https://www.github.com/tauri-apps/tauri/commit/6e36ebbf84dee11a98d8df916c316c7d6f67b2a8)([#7342](https://www.github.com/tauri-apps/tauri/pull/7342)) On Windows, fix NSIS uninstaller failing to remove Start Menu shortcut if `perMachine` mode is used. + +### Dependencies + +- Upgraded to `tauri-utils@1.5.0` +- [`a2be88a2`](https://www.github.com/tauri-apps/tauri/commit/a2be88a21db76e9fa063c527031f3849f066eecd)([#7405](https://www.github.com/tauri-apps/tauri/pull/7405)) Removed the `bitness` dependency to speed up compile time. + +### Breaking Changes + +- [`964d81ff`](https://www.github.com/tauri-apps/tauri/commit/964d81ff01a076516d323546c169b2ba8156e55a)([#7616](https://www.github.com/tauri-apps/tauri/pull/7616)) The macOS notarization now uses `notarytool` as `altool` will be discontinued on November 2023. When authenticating with an API key, the key `.p8` file path must be provided in the `APPLE_API_KEY_PATH` environment variable. To prevent a breaking change, we will try to find the key path in the `altool` default search paths. + ## \[1.3.0] ### New Features diff --git a/tooling/bundler/Cargo.toml b/tooling/bundler/Cargo.toml index 13abfa040ed4..2e18df563989 100644 --- a/tooling/bundler/Cargo.toml +++ b/tooling/bundler/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "tauri-bundler" -version = "1.3.0" +version = "1.4.0" authors = [ "George Burton ", "Tauri Programme within The Commons Conservancy" @@ -17,7 +17,7 @@ rust-version = "1.60" exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ] [dependencies] -tauri-utils = { version = "1.4.0", path = "../../core/tauri-utils", features = [ "resources" ] } +tauri-utils = { version = "1.5.0", path = "../../core/tauri-utils", features = [ "resources" ] } image = "0.24.6" libflate = "1.4" anyhow = "1.0" @@ -46,9 +46,9 @@ uuid = { version = "1", features = [ "v4", "v5" ] } winreg = "0.50" glob = "0.3" -[target."cfg(target_os = \"windows\")".dependencies.windows-sys] -version = "0.48" -features = [ + [target."cfg(target_os = \"windows\")".dependencies.windows-sys] + version = "0.48" + features = [ "Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug" ] diff --git a/tooling/cli/CHANGELOG.md b/tooling/cli/CHANGELOG.md index 10dcca12293b..a93c7b4968b8 100644 --- a/tooling/cli/CHANGELOG.md +++ b/tooling/cli/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## \[1.5.0] + +### New Features + +- [`e1526626`](https://www.github.com/tauri-apps/tauri/commit/e152662687ece7a62d383923a50751cc0dd34331)([#7723](https://www.github.com/tauri-apps/tauri/pull/7723)) Support Bun package manager in CLI + +### Enhancements + +- [`13279917`](https://www.github.com/tauri-apps/tauri/commit/13279917d4cae071d0ce3a686184d48af079f58a)([#7713](https://www.github.com/tauri-apps/tauri/pull/7713)) Add version of Rust Tauri CLI installed with Cargo to `tauri info` command. + +### Bug Fixes + +- [`dad4f54e`](https://www.github.com/tauri-apps/tauri/commit/dad4f54eec9773d2ea6233a7d9fd218741173823)([#7277](https://www.github.com/tauri-apps/tauri/pull/7277)) Removed the automatic version check of the CLI that ran after `tauri` commands which caused various issues. + +### Dependencies + +- Upgraded to `tauri-bundler@1.4.0` +- Upgraded to `tauri-utils@1.5.0` + ## \[1.4.0] ### New Features diff --git a/tooling/cli/Cargo.lock b/tooling/cli/Cargo.lock index 28090c49dd03..7f9bc2f7b1e8 100644 --- a/tooling/cli/Cargo.lock +++ b/tooling/cli/Cargo.lock @@ -1712,9 +1712,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" dependencies = [ "value-bag", ] @@ -3304,7 +3304,7 @@ dependencies = [ [[package]] name = "tauri-bundler" -version = "1.3.0" +version = "1.4.0" dependencies = [ "anyhow", "ar", @@ -3344,7 +3344,7 @@ dependencies = [ [[package]] name = "tauri-cli" -version = "1.4.0" +version = "1.5.0" dependencies = [ "anyhow", "axum", @@ -3417,7 +3417,7 @@ dependencies = [ [[package]] name = "tauri-utils" -version = "1.4.0" +version = "1.5.0" dependencies = [ "aes-gcm", "ctor 0.1.26", @@ -3430,6 +3430,7 @@ dependencies = [ "json-patch", "json5", "kuchikiki", + "log", "memchr", "phf 0.10.1", "schemars", diff --git a/tooling/cli/Cargo.toml b/tooling/cli/Cargo.toml index 49d3b80387cc..e76b13a32144 100644 --- a/tooling/cli/Cargo.toml +++ b/tooling/cli/Cargo.toml @@ -3,7 +3,7 @@ members = [ "node" ] [package] name = "tauri-cli" -version = "1.4.0" +version = "1.5.0" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" rust-version = "1.60" @@ -42,7 +42,7 @@ path = "src/main.rs" clap_complete = "4" clap = { version = "4.0", features = [ "derive" ] } anyhow = "1.0" -tauri-bundler = { version = "1.3.0", path = "../bundler", default-features = false } +tauri-bundler = { version = "1.4.0", path = "../bundler", default-features = false } colored = "2.0" once_cell = "1" serde = { version = "1.0", features = [ "derive" ] } @@ -52,7 +52,7 @@ notify-debouncer-mini = "0.3" shared_child = "1.0" toml_edit = "0.14" json-patch = "1.0" -tauri-utils = { version = "1.4.0", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] } +tauri-utils = { version = "1.5.0", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] } toml = "0.5" jsonschema = "0.16" handlebars = "4.3" diff --git a/tooling/cli/metadata.json b/tooling/cli/metadata.json index 085637ef2625..5cfad11754dd 100644 --- a/tooling/cli/metadata.json +++ b/tooling/cli/metadata.json @@ -1,8 +1,8 @@ { "cli.js": { - "version": "1.4.0", + "version": "1.5.0", "node": ">= 10.0.0" }, - "tauri": "1.4.1", - "tauri-build": "1.4.0" + "tauri": "1.5.0", + "tauri-build": "1.4.1" } diff --git a/tooling/cli/node/CHANGELOG.md b/tooling/cli/node/CHANGELOG.md index 2edb05edd032..2bdd5e14c15e 100644 --- a/tooling/cli/node/CHANGELOG.md +++ b/tooling/cli/node/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## \[1.5.0] + +### New Features + +- [`e1526626`](https://www.github.com/tauri-apps/tauri/commit/e152662687ece7a62d383923a50751cc0dd34331)([#7723](https://www.github.com/tauri-apps/tauri/pull/7723)) Support Bun package manager in CLI + +### Enhancements + +- [`13279917`](https://www.github.com/tauri-apps/tauri/commit/13279917d4cae071d0ce3a686184d48af079f58a)([#7713](https://www.github.com/tauri-apps/tauri/pull/7713)) Add version of Rust Tauri CLI installed with Cargo to `tauri info` command. + +### Bug Fixes + +- [`dad4f54e`](https://www.github.com/tauri-apps/tauri/commit/dad4f54eec9773d2ea6233a7d9fd218741173823)([#7277](https://www.github.com/tauri-apps/tauri/pull/7277)) Removed the automatic version check of the CLI that ran after `tauri` commands which caused various issues. + +### Dependencies + +- Upgraded to `tauri-cli@1.5.0` + ## \[1.4.0] ### New Features diff --git a/tooling/cli/node/package.json b/tooling/cli/node/package.json index 58f1c9426a0a..6108156e5038 100644 --- a/tooling/cli/node/package.json +++ b/tooling/cli/node/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/cli", - "version": "1.4.0", + "version": "1.5.0", "description": "Command line interface for building Tauri apps", "funding": { "type": "opencollective", diff --git a/tooling/webdriver/CHANGELOG.md b/tooling/webdriver/CHANGELOG.md index b8d66ecafad6..8d9e5733628c 100644 --- a/tooling/webdriver/CHANGELOG.md +++ b/tooling/webdriver/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## \[0.1.3] + +### What's Changed + +- [`9edebbba`](https://www.github.com/tauri-apps/tauri/commit/9edebbba4ec472772b2f6307232e8d256f62c8ba)([#7475](https://www.github.com/tauri-apps/tauri/pull/7475)) Update locked dependencies to fix a Windows build issue when using them with a recent Rust compiler. +- [`9edebbba`](https://www.github.com/tauri-apps/tauri/commit/9edebbba4ec472772b2f6307232e8d256f62c8ba)([#7475](https://www.github.com/tauri-apps/tauri/pull/7475)) Bump minimum Rust version to `1.60` to be in line with the rest of the Tauri project. + ## \[0.1.2] - Expose `native-host` option in tauri-driver and set default to `127.0.0.1`. diff --git a/tooling/webdriver/Cargo.toml b/tooling/webdriver/Cargo.toml index 6a61f293ed8b..922053a993a1 100644 --- a/tooling/webdriver/Cargo.toml +++ b/tooling/webdriver/Cargo.toml @@ -2,7 +2,7 @@ workspace = { } [package] name = "tauri-driver" -version = "0.1.2" +version = "0.1.3" authors = [ "Tauri Programme within The Commons Conservancy" ] categories = [ "gui", "web-programming" ] license = "Apache-2.0 OR MIT"