diff --git a/.changes/add-dylib-support-to-macos-frameworks.md b/.changes/add-dylib-support-to-macos-frameworks.md deleted file mode 100644 index 1017a65d7..000000000 --- a/.changes/add-dylib-support-to-macos-frameworks.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-bundler": patch ---- - -Add dylib support to `tauri.bundle.macOS.frameworks`. \ No newline at end of file diff --git a/.changes/additional-args-api.md b/.changes/additional-args-api.md deleted file mode 100644 index e5a257daf..000000000 --- a/.changes/additional-args-api.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"api": minor ---- - -Added the `additionalBrowserArgs` option when creating a window. diff --git a/.changes/additional-args-config.md b/.changes/additional-args-config.md deleted file mode 100644 index bdb497ee3..000000000 --- a/.changes/additional-args-config.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-utils": minor ---- - -Added the `additional_browser_args` option to the window configuration. diff --git a/.changes/additional-args.md b/.changes/additional-args.md deleted file mode 100644 index a9cc187ad..000000000 --- a/.changes/additional-args.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"tauri": minor -"tauri-runtime-wry": minor -"tauri-runtime": minor ---- - -Added the `additional_browser_args` option when creating a window. diff --git a/.changes/bundler-msi-mini-version.md b/.changes/bundler-msi-mini-version.md deleted file mode 100644 index b71568dd8..000000000 --- a/.changes/bundler-msi-mini-version.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri-bundler': 'minor' ---- - -Added support for pre-release identifiers and build numbers for the `.msi` bundle target. Only one of each can be used and it must be numeric only. The version must still be semver compatible according to https://semver.org/. diff --git a/.changes/cli-detect-profile.md b/.changes/cli-detect-profile.md deleted file mode 100644 index ef0ad105e..000000000 --- a/.changes/cli-detect-profile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri': 'patch' ---- - -Fix passing `--profile` to cargo in `tauri build` causing conflict with `--release` passed by the CLI. diff --git a/.changes/cli-info.md b/.changes/cli-info.md deleted file mode 100644 index e35cd9007..000000000 --- a/.changes/cli-info.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"cli.rs": "patch" ---- - -Fix `tauri info` panicking when parsing crates version on a newly created project without a `Cargo.lock` file. - diff --git a/.changes/cli-rustc-not-found-msg.md b/.changes/cli-rustc-not-found-msg.md deleted file mode 100644 index 719f49946..000000000 --- a/.changes/cli-rustc-not-found-msg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cli.rs": "patch" ---- - -Improve the error message when `rustc` couldn't be found. diff --git a/.changes/cli-sign-non-interactive.md b/.changes/cli-sign-non-interactive.md deleted file mode 100644 index 473dad10c..000000000 --- a/.changes/cli-sign-non-interactive.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"cli.rs": patch -"cli.js": patch ---- - -Add `--ci` flag and respect the `CI` environment variable on the `signer generate` command. In this case the default password will be an empty string and the CLI will not prompt for a value. diff --git a/.changes/cli-watcher-crash.md b/.changes/cli-watcher-crash.md deleted file mode 100644 index 368e57bd8..000000000 --- a/.changes/cli-watcher-crash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"cli.rs": patch -"cli.js": patch ---- - -Do not crash on Cargo.toml watcher. diff --git a/.changes/cli-windows-paths-print.md b/.changes/cli-windows-paths-print.md deleted file mode 100644 index 774040c19..000000000 --- a/.changes/cli-windows-paths-print.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"cli.rs": "patch" -"tauri-bundler": "patch" ---- - -On Windows, printing consistent paths on Windows with backslashs only. - diff --git a/.changes/clijs-node-version.md b/.changes/clijs-node-version.md deleted file mode 100644 index 82cb91bc1..000000000 --- a/.changes/clijs-node-version.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'cli.js': patch ---- - -Fix crash when nodejs binary has the version in its name, for example `node-18` diff --git a/.changes/content-protection-api.md b/.changes/content-protection-api.md deleted file mode 100644 index b82d184b1..000000000 --- a/.changes/content-protection-api.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"api": "minor" ---- - -Added the `WindowOptions::contentProtected` option and `WebviewWindow#setContentProtected` to change it at runtime. diff --git a/.changes/content-protection-utils.md b/.changes/content-protection-utils.md deleted file mode 100644 index 591a40081..000000000 --- a/.changes/content-protection-utils.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-utils": "patch" ---- - -Added the `content_protected` option to the window configuration. diff --git a/.changes/content-protection.md b/.changes/content-protection.md deleted file mode 100644 index 489104058..000000000 --- a/.changes/content-protection.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"tauri": "minor" -"tauri-runtime": "minor" -"tauri-runtime-wry": "minor" ---- - -Added the `content_protected` option when creating a window and `Window::set_content_protected` to change it at runtime. diff --git a/.changes/core-js-Map.md b/.changes/core-js-Map.md deleted file mode 100644 index 8b0233849..000000000 --- a/.changes/core-js-Map.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": "patch" ---- - -Fix serialization of js `Map` when used in `invoke`. diff --git a/.changes/core-navigation-handler.md b/.changes/core-navigation-handler.md deleted file mode 100644 index ac48a4a14..000000000 --- a/.changes/core-navigation-handler.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": minor ---- - -Added `Window::on_navigation`. diff --git a/.changes/core-sync-windows-metadata.md b/.changes/core-sync-windows-metadata.md deleted file mode 100644 index 3c735ecc5..000000000 --- a/.changes/core-sync-windows-metadata.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": "patch" ---- - -Sync `__TAURI_METADATA__.__windows` across all windows. diff --git a/.changes/css-preprocessor-mime-type.md b/.changes/css-preprocessor-mime-type.md deleted file mode 100644 index 9f33c38a6..000000000 --- a/.changes/css-preprocessor-mime-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-utils": patch ---- - -Correctly determine mime type of `.less`, `.sass` and `.styl` files. diff --git a/.changes/custom-buttons-api.md b/.changes/custom-buttons-api.md deleted file mode 100644 index 15c9058ac..000000000 --- a/.changes/custom-buttons-api.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"api": minor ---- - -Allow setting the text of the dialog buttons. diff --git a/.changes/custom-buttons.md b/.changes/custom-buttons.md deleted file mode 100644 index 81b4dfd3e..000000000 --- a/.changes/custom-buttons.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": minor ---- - -Added `OkWithLabel` and `OkCancelWithLabels` variants to the `api::dialog::MessageDialogButtons` enum to set the text of the dialog buttons. diff --git a/.changes/custom-icon.md b/.changes/custom-icon.md deleted file mode 100644 index b41a58565..000000000 --- a/.changes/custom-icon.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"cli.rs": minor -"cli.js": minor ---- - -Add `--png` option for the `icon` command to generate custom icon sizes. diff --git a/.changes/empty-tauri-key-password.md b/.changes/empty-tauri-key-password.md deleted file mode 100644 index 14b8d8da1..000000000 --- a/.changes/empty-tauri-key-password.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"cli.rs": patch -"cli.js": patch ---- - -Skip the password prompt on the build command when `TAURI_KEY_PASSWORD` environment variable is empty and the `--ci` argument is provided or the `CI` environment variable is set. diff --git a/.changes/expose-set_device_event_filter-in-tauri-api.md b/.changes/expose-set_device_event_filter-in-tauri-api.md deleted file mode 100644 index cf1993c02..000000000 --- a/.changes/expose-set_device_event_filter-in-tauri-api.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"tauri-runtime-wry": minor -"tauri-runtime": minor -"tauri": minor ---- - -Added `Builder::device_event_filter` and `App::set_device_event_filter` methods. diff --git a/.changes/fix-2549.md b/.changes/fix-2549.md deleted file mode 100644 index 35b782a94..000000000 --- a/.changes/fix-2549.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": "patch" ---- - -Fix resize glitch when double clicking a custom titlebar in the top resize area. diff --git a/.changes/fix-dev-server-html-serialization.md b/.changes/fix-dev-server-html-serialization.md deleted file mode 100644 index 7427b8591..000000000 --- a/.changes/fix-dev-server-html-serialization.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"cli.rs": patch -"cli.js": patch ---- - -Fixes HTML serialization removing template tags on the dev server. diff --git a/.changes/fix-tray-events.md b/.changes/fix-tray-events.md deleted file mode 100644 index d602e56a9..000000000 --- a/.changes/fix-tray-events.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tauri-runtime-wry": patch -"tauri": patch ---- - -Fixes tray events not being delivered. diff --git a/.changes/glob-match-require_literal_separator.md b/.changes/glob-match-require_literal_separator.md deleted file mode 100644 index 482a81028..000000000 --- a/.changes/glob-match-require_literal_separator.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": "patch" ---- - -Fix the filesystem scope allowing sub-directories of the directory picked by the dialog when `recursive` option was `false`. diff --git a/.changes/heck-unicode.md b/.changes/heck-unicode.md deleted file mode 100644 index f0a0e4a26..000000000 --- a/.changes/heck-unicode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"cli.rs": "patch" ---- - -Fix building apps with unicode characters in their `productName`. diff --git a/.changes/is-minimized.md b/.changes/is-minimized.md deleted file mode 100644 index 106e0906d..000000000 --- a/.changes/is-minimized.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"tauri": minor -"tauri-runtime": minor -"tauri-runtime-wry": minor -"api": minor ---- - -Add `is_minimized()` window method. diff --git a/.changes/linux-mouse.md b/.changes/linux-mouse.md deleted file mode 100644 index d1713a326..000000000 --- a/.changes/linux-mouse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-runtime-wry": patch ---- - -Disable cursor mouse events on Linux. diff --git a/.changes/nsis-linux.md b/.changes/nsis-linux.md deleted file mode 100644 index 558b43959..000000000 --- a/.changes/nsis-linux.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"tauri-bundler": minor -"tauri-utils": minor -"cli.rs": minor -"cli.js": minor -"tauri-build": minor ---- - -Add initial support for building `nsis` bundles on non-Windows platforms. diff --git a/.changes/nsis.md b/.changes/nsis.md deleted file mode 100644 index 2a196dd74..000000000 --- a/.changes/nsis.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"tauri-bundler": minor -"tauri-utils": minor -"cli.rs": minor -"cli.js": minor ---- - -Add `nsis` bundle target diff --git a/.changes/open-links-mail-tel.md b/.changes/open-links-mail-tel.md deleted file mode 100644 index 1a925aa6a..000000000 --- a/.changes/open-links-mail-tel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": minor ---- - -Added support to `mailto:` and `tel:` links on the shell API. diff --git a/.changes/pin-os-info.md b/.changes/pin-os-info.md deleted file mode 100644 index f9b2d75c8..000000000 --- a/.changes/pin-os-info.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": patch ---- - -Pin `os_info` to `=3.5`. diff --git a/.changes/pin-time.md b/.changes/pin-time.md deleted file mode 100644 index d76ecc1d6..000000000 --- a/.changes/pin-time.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tauri": patch -"tauri-codegen": patch ---- - -Pin `time` to `0.3.15`. diff --git a/.changes/runtime-navigation-handler.md b/.changes/runtime-navigation-handler.md deleted file mode 100644 index 640eb406d..000000000 --- a/.changes/runtime-navigation-handler.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-runtime": minor ---- - -Added `navigation_handler` field on `PendingWindow`. diff --git a/.changes/tauri-build-windows-manifest.md b/.changes/tauri-build-windows-manifest.md deleted file mode 100644 index 29605ee56..000000000 --- a/.changes/tauri-build-windows-manifest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-build": "minor" ---- - -Add `WindowsAttributes::app_manifest` to specify the application manifest on Windows. diff --git a/.changes/template-default-features.md b/.changes/template-default-features.md deleted file mode 100644 index 4cdd17419..000000000 --- a/.changes/template-default-features.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'cli.rs': minor -'cli.js': minor ---- - -Remove default features from Cargo.toml template. diff --git a/.changes/title-getter.md b/.changes/title-getter.md deleted file mode 100644 index d24da5817..000000000 --- a/.changes/title-getter.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"tauri": "minor" -"api": "minor" -"tauri-runtime": "minor" -"tauri-runtime-wry": "minor" ---- - -Add `title` getter on window. diff --git a/.changes/tray-tooltip-runtime.md b/.changes/tray-tooltip-runtime.md deleted file mode 100644 index 1c7a07a51..000000000 --- a/.changes/tray-tooltip-runtime.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tauri-runtime": minor -"tauri-runtime-wry": minor ---- - -Added `TrayHandle::set_tooltip` and `SystemTray::with_tooltip`. diff --git a/.changes/tray-tooltip.md b/.changes/tray-tooltip.md deleted file mode 100644 index f088c7aac..000000000 --- a/.changes/tray-tooltip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri": patch ---- - -Implement `SystemTray::with_tooltip` and `SystemTrayHandle::set_tooltip` for Windows and macOS. diff --git a/.changes/url-getter.md b/.changes/url-getter.md deleted file mode 100644 index b40863fef..000000000 --- a/.changes/url-getter.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"tauri-runtime": minor -"tauri-runtime-wry": minor -"tauri": minor ---- - -Added window's `url()` getter. diff --git a/.changes/version-inheritance.md b/.changes/version-inheritance.md deleted file mode 100644 index 324433005..000000000 --- a/.changes/version-inheritance.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'cli.rs': 'minor' -'tauri-build': 'minor' ---- - -Added support for Cargo's workspace inheritance for package information. The cli now also detects inherited `tauri` and `tauri-build` dependencies and disables manifest rewrites accordingly. diff --git a/.changes/webview-theme.md b/.changes/webview-theme.md deleted file mode 100644 index 38e58bca9..000000000 --- a/.changes/webview-theme.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"tauri": "patch" -"tauri-runtime": "patch" -"tauri-runtime-wry": "patch" ---- - -On Windows, change webview theme based on Window theme for more accurate `prefers-color-scheme` support. diff --git a/.changes/window-from-config.md b/.changes/window-from-config.md deleted file mode 100644 index c485c3e40..000000000 --- a/.changes/window-from-config.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauri': 'minor' ---- - -Add a method to the `WindowBuilder` struct to recreate windows from tauri.conf.json configurations. diff --git a/.changes/wix-launch-app-checked.md b/.changes/wix-launch-app-checked.md deleted file mode 100644 index 073e4c3ec..000000000 --- a/.changes/wix-launch-app-checked.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"tauri-bundler": "patch" ---- - -On Windows, the `msi` installer's `Launch App` checkbox will be checked by default. - diff --git a/.changes/wry-navigation-handler.md b/.changes/wry-navigation-handler.md deleted file mode 100644 index 6ac20e528..000000000 --- a/.changes/wry-navigation-handler.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"tauri-runtime-wry": minor ---- - -Implement the webview navigation handler.