-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add change tags for existing change files (#7041)
- Loading branch information
Showing
22 changed files
with
34 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'tauri': 'patch' | ||
'tauri': minor:feat | ||
--- | ||
|
||
Added `tauri::VERSION` const to get Tauri's version from Rust. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'tauri': 'minor' | ||
'tauri': minor:feat | ||
--- | ||
|
||
Added `tauri::webview_version` , to get webview version. | ||
Added `tauri::webview_version` , to get webview version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'tauri-cli': 'patch' | ||
'tauri-cli': patch:bug | ||
--- | ||
|
||
Fix building with a custom cargo profile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'tauri-utils': 'patch' | ||
'tauri-utils': 'minor' | ||
--- | ||
|
||
Add option to configure `require_literal_leading_dot` on `fs` and `asset` protcol scopes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'tauri': 'patch' | ||
'tauri': 'patch:bug' | ||
--- | ||
|
||
Fix IPC failing after a failed navigation to an external URL. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'tauri': 'patch' | ||
'tauri': 'patch:bug' | ||
--- | ||
|
||
Fix `WindowBuilder::on_navigation` handler not registered properly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'tauri': 'patch' | ||
'tauri': 'patch:bug' | ||
--- | ||
|
||
Emit `UPTODATE` update status to javascript when the updater server returns status code `204` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'tauri-runtime': 'patch' | ||
'tauri-runtime': 'patch:bug' | ||
--- | ||
|
||
Fixes typo in `CursorIcon` deserialization of the `ZoomIn` variant. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'tauri-bundler': 'patch' | ||
'tauri-bundler': 'patch:enhance' | ||
--- | ||
|
||
Added Persian language support to the NSIS bundler. | ||
Added Persian language support to the NSIS bundler. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
'tauri': 'minor' | ||
'tauri-cli': 'minor' | ||
'tauri': 'minor:enhance' | ||
--- | ||
|
||
Restart the app after the NSIS updater is finished. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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`, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |