Skip to content

Commit

Permalink
chore: add change tags for existing change files (#7041)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored May 23, 2023
1 parent 4c39e46 commit 8b9f6cf
Show file tree
Hide file tree
Showing 22 changed files with 34 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .changes/add-tauri-get-version.md
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.
4 changes: 2 additions & 2 deletions .changes/add-webview-version.md
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.
2 changes: 1 addition & 1 deletion .changes/appimage-follow-symlinks.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'tauri-bundler': 'patch'
'tauri-bundler': patch:bug
---

- Updated the AppImage bundler to follow symlinks for `/usr/lib*`.
Expand Down
4 changes: 2 additions & 2 deletions .changes/cli-autoreload-mime-type.md
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.
2 changes: 1 addition & 1 deletion .changes/cli-profile.md
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
2 changes: 1 addition & 1 deletion .changes/clijs-node-version-20.md
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`
2 changes: 1 addition & 1 deletion .changes/config-require-literal_leading_dot.md
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.
2 changes: 1 addition & 1 deletion .changes/config-scope-url.md
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.
2 changes: 1 addition & 1 deletion .changes/core-ipc-failed-navigation.md
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.
2 changes: 1 addition & 1 deletion .changes/core-navigation-handler.md
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.
2 changes: 1 addition & 1 deletion .changes/core-updater-204-js-event.md
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`
2 changes: 1 addition & 1 deletion .changes/fix-cursor-icon-zoomin.md
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.
4 changes: 2 additions & 2 deletions .changes/fix-feature-removal.md
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.
4 changes: 2 additions & 2 deletions .changes/nsis-custom-language-files.md
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
6 changes: 3 additions & 3 deletions .changes/nsis-custom-template.md
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.
4 changes: 2 additions & 2 deletions .changes/nsis-persian.md
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.
5 changes: 2 additions & 3 deletions .changes/nsis-restore-installation-path.md
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.
3 changes: 1 addition & 2 deletions .changes/nsis-updater-restart.md
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.
2 changes: 1 addition & 1 deletion .changes/tauri-build-shortdesc-copyright.md
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`,
2 changes: 1 addition & 1 deletion .changes/tauri-info-msvc-detection.md
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`.
2 changes: 1 addition & 1 deletion .changes/tray_get_item.md
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.
10 changes: 5 additions & 5 deletions .changes/unpin-deps.md
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.

0 comments on commit 8b9f6cf

Please sign in to comment.