diff --git a/.changes/add-tauri-get-version.md b/.changes/add-tauri-get-version.md index f7128e4928c4..03e8cd04d8e9 100644 --- a/.changes/add-tauri-get-version.md +++ b/.changes/add-tauri-get-version.md @@ -1,5 +1,5 @@ --- -'tauri': 'patch' +'tauri': minor:feat --- Added `tauri::VERSION` const to get Tauri's version from Rust. diff --git a/.changes/add-webview-version.md b/.changes/add-webview-version.md index 7b262b544ef5..0ec104eafd7b 100644 --- a/.changes/add-webview-version.md +++ b/.changes/add-webview-version.md @@ -1,5 +1,5 @@ --- -'tauri': 'minor' +'tauri': minor:feat --- -Added `tauri::webview_version` , to get webview version. \ No newline at end of file +Added `tauri::webview_version` , to get webview version. diff --git a/.changes/appimage-follow-symlinks.md b/.changes/appimage-follow-symlinks.md index 41fd12b1522f..891390347c37 100644 --- a/.changes/appimage-follow-symlinks.md +++ b/.changes/appimage-follow-symlinks.md @@ -1,5 +1,5 @@ --- -'tauri-bundler': 'patch' +'tauri-bundler': patch:bug --- - Updated the AppImage bundler to follow symlinks for `/usr/lib*`. diff --git a/.changes/cli-autoreload-mime-type.md b/.changes/cli-autoreload-mime-type.md index ced6924f0048..b341d6e73169 100644 --- a/.changes/cli-autoreload-mime-type.md +++ b/.changes/cli-autoreload-mime-type.md @@ -1,6 +1,6 @@ --- -'tauri-cli': 'patch' -'@tauri-apps/cli': 'patch' +'tauri-cli': patch:bug +'@tauri-apps/cli': patch:bug --- Fix built-in devserver adding hot-reload code to non-html files. diff --git a/.changes/cli-profile.md b/.changes/cli-profile.md index 28bfc9940aa3..a9f5f48aafb0 100644 --- a/.changes/cli-profile.md +++ b/.changes/cli-profile.md @@ -1,5 +1,5 @@ --- -'tauri-cli': 'patch' +'tauri-cli': patch:bug --- Fix building with a custom cargo profile diff --git a/.changes/clijs-node-version-20.md b/.changes/clijs-node-version-20.md index 4653a985c2e3..f47ab315df63 100644 --- a/.changes/clijs-node-version-20.md +++ b/.changes/clijs-node-version-20.md @@ -1,5 +1,5 @@ --- -'@tauri-apps/cli': patch +'@tauri-apps/cli': patch:bug --- Fix nodejs binary regex when `0` is in the version name, for example `node-20` diff --git a/.changes/config-require-literal_leading_dot.md b/.changes/config-require-literal_leading_dot.md index 26f8da079570..68a22cc73314 100644 --- a/.changes/config-require-literal_leading_dot.md +++ b/.changes/config-require-literal_leading_dot.md @@ -1,5 +1,5 @@ --- -'tauri-utils': 'patch' +'tauri-utils': 'minor' --- Add option to configure `require_literal_leading_dot` on `fs` and `asset` protcol scopes. diff --git a/.changes/config-scope-url.md b/.changes/config-scope-url.md index db32b20a4ceb..d9ca875ef4bd 100644 --- a/.changes/config-scope-url.md +++ b/.changes/config-scope-url.md @@ -1,5 +1,5 @@ --- -'tauri-utils': 'patch' +'tauri': 'patch:bug' --- Fix parsing `allowlist > http > scope` urls that added a trailing slash which broke matching the incoming requests url. diff --git a/.changes/core-ipc-failed-navigation.md b/.changes/core-ipc-failed-navigation.md index e0e756b2bad1..c8609b79203b 100644 --- a/.changes/core-ipc-failed-navigation.md +++ b/.changes/core-ipc-failed-navigation.md @@ -1,5 +1,5 @@ --- -'tauri': 'patch' +'tauri': 'patch:bug' --- Fix IPC failing after a failed navigation to an external URL. diff --git a/.changes/core-navigation-handler.md b/.changes/core-navigation-handler.md index ea91d5e04fa9..64a6c0857123 100644 --- a/.changes/core-navigation-handler.md +++ b/.changes/core-navigation-handler.md @@ -1,5 +1,5 @@ --- -'tauri': 'patch' +'tauri': 'patch:bug' --- Fix `WindowBuilder::on_navigation` handler not registered properly. diff --git a/.changes/core-updater-204-js-event.md b/.changes/core-updater-204-js-event.md index ab590b9a5755..ce025b14ce05 100644 --- a/.changes/core-updater-204-js-event.md +++ b/.changes/core-updater-204-js-event.md @@ -1,5 +1,5 @@ --- -'tauri': 'patch' +'tauri': 'patch:bug' --- Emit `UPTODATE` update status to javascript when the updater server returns status code `204` diff --git a/.changes/fix-cursor-icon-zoomin.md b/.changes/fix-cursor-icon-zoomin.md index 8fc4437b828b..f604d3b27ea6 100644 --- a/.changes/fix-cursor-icon-zoomin.md +++ b/.changes/fix-cursor-icon-zoomin.md @@ -1,5 +1,5 @@ --- -'tauri-runtime': 'patch' +'tauri-runtime': 'patch:bug' --- Fixes typo in `CursorIcon` deserialization of the `ZoomIn` variant. diff --git a/.changes/fix-feature-removal.md b/.changes/fix-feature-removal.md index 07dc78e5fb05..8cc8be0a3e11 100644 --- a/.changes/fix-feature-removal.md +++ b/.changes/fix-feature-removal.md @@ -1,6 +1,6 @@ --- -'tauri-cli': 'patch' -'@tauri-apps/cli': 'patch' +'tauri-cli': 'patch:bug' +'@tauri-apps/cli': 'patch:bug' --- Fixes Cargo.toml feature rewriting. diff --git a/.changes/nsis-custom-language-files.md b/.changes/nsis-custom-language-files.md index 80fe9af738c2..325147db5bc4 100644 --- a/.changes/nsis-custom-language-files.md +++ b/.changes/nsis-custom-language-files.md @@ -1,7 +1,7 @@ --- -'tauri-bundler': 'minor' +'tauri-bundler': 'minor:feat' 'tauri-utils': 'minor' -'tauri-cli': 'minor' +'tauri-cli': 'minor:feat' --- Allow specifying custom language files of Tauri's custom messages for the NSIS installer diff --git a/.changes/nsis-custom-template.md b/.changes/nsis-custom-template.md index 7d06f378eb36..67a0b10bcc2f 100644 --- a/.changes/nsis-custom-template.md +++ b/.changes/nsis-custom-template.md @@ -1,8 +1,8 @@ --- 'tauri-utils': 'minor' -'tauri-bundler': 'minor' -'tauri-cli': 'minor' -'@tauri-apps/cli': 'minor' +'tauri-bundler': 'minor:feat' +'tauri-cli': 'minor:feat' +'@tauri-apps/cli': 'minor:feat' --- Add `nsis > template` option to specify custom NSIS installer template. diff --git a/.changes/nsis-persian.md b/.changes/nsis-persian.md index fabf831e35ec..0b0008227ed6 100644 --- a/.changes/nsis-persian.md +++ b/.changes/nsis-persian.md @@ -1,5 +1,5 @@ --- -'tauri-bundler': 'patch' +'tauri-bundler': 'patch:enhance' --- -Added Persian language support to the NSIS bundler. \ No newline at end of file +Added Persian language support to the NSIS bundler. diff --git a/.changes/nsis-restore-installation-path.md b/.changes/nsis-restore-installation-path.md index ba69701c811e..f5e83dc057d9 100644 --- a/.changes/nsis-restore-installation-path.md +++ b/.changes/nsis-restore-installation-path.md @@ -1,6 +1,5 @@ --- -'tauri-bundler': 'patch' +'tauri-bundler': 'patch:bug' --- -- Fix NSIS installer not using the old installation path as a default when using `perMachine` or `currentUser` install modes. -- NSIS will now respect the `/D` flag which used to set the installation directory from command line. +Fix NSIS installer not using the old installation path as a default when using `perMachine` or `currentUser` install modes. Also fixes NSIS not respecting the `/D` flag which used to set the installation directory from command line. diff --git a/.changes/nsis-updater-restart.md b/.changes/nsis-updater-restart.md index 2ea6d7f70aa0..f07075713e6f 100644 --- a/.changes/nsis-updater-restart.md +++ b/.changes/nsis-updater-restart.md @@ -1,6 +1,5 @@ --- -'tauri': 'minor' -'tauri-cli': 'minor' +'tauri': 'minor:enhance' --- Restart the app after the NSIS updater is finished. diff --git a/.changes/tauri-build-shortdesc-copyright.md b/.changes/tauri-build-shortdesc-copyright.md index 680da224643a..227e2b1c3a0c 100644 --- a/.changes/tauri-build-shortdesc-copyright.md +++ b/.changes/tauri-build-shortdesc-copyright.md @@ -1,5 +1,5 @@ --- -'tauri-build': 'patch' +'tauri-build': 'patch:enhance' --- On Windows, set `LegalCopyright` and `FileDescription` file properties on the executable from `tauri.bundle.copyright` and `tauri.bundle.shortDescription`, diff --git a/.changes/tauri-info-msvc-detection.md b/.changes/tauri-info-msvc-detection.md index 78ca165f802b..d1e5071b37e2 100644 --- a/.changes/tauri-info-msvc-detection.md +++ b/.changes/tauri-info-msvc-detection.md @@ -1,5 +1,5 @@ --- -'tauri-cli': 'patch' +'tauri-cli': 'patch:enhance' --- Improve Visual Studio installation detection in `tauri info` command to check for the necessary components instead of whole workloads. This also fixes the detection of minimal installations and auto-installations done by `rustup`. diff --git a/.changes/tray_get_item.md b/.changes/tray_get_item.md index c19a3f670c86..c4f02dc8c5c1 100644 --- a/.changes/tray_get_item.md +++ b/.changes/tray_get_item.md @@ -1,5 +1,5 @@ --- -'tauri': minor +'tauri': minor:feat --- Add `MenuHandle::try_get_item` and `SystemTrayHandle::try_get_item` which returns a `Option` instead of panicking. diff --git a/.changes/unpin-deps.md b/.changes/unpin-deps.md index 43eea0efd851..29a88af1303a 100644 --- a/.changes/unpin-deps.md +++ b/.changes/unpin-deps.md @@ -1,9 +1,9 @@ --- -'tauri': patch -'tauri-build': patch -'tauri-codegen': patch -'tauri-runtime': patch -'tauri-runtime-wry': patch +'tauri': patch:enhance +'tauri-build': patch:enhance +'tauri-codegen': patch:enhance +'tauri-runtime': patch:enhance +'tauri-runtime-wry': patch:enhance --- Unpin `time`, `ignore`, `winnow`, and `ignore` crate versions. Developers now have to pin crates if needed themselves. A list of crates that need pinning to adhere to Tauri's MSRV will be visible in Tauri's GitHub workflow: https://github.com/tauri-apps/tauri/blob/dev/.github/workflows/test-core.yml#L85.