chore: fix change files

This commit is contained in:
Lucas Nogueira
2026-09-22 06:10:50 -03:00
parent 73ec7ed401
commit b4011607e0
8 changed files with 86 additions and 0 deletions
+27
View File
@@ -1,30 +1,57 @@
---
"autostart": major
"autostart-js": major
"barcode-scanner": major
"barcode-scanner-js": major
"biometric": major
"biometric-js": major
"cli": major
"cli-js": major
"clipboard-manager": major
"clipboard-manager-js": major
"deep-link": major
"deep-link-js": major
"dialog": major
"dialog-js": major
"fs": major
"fs-js": major
"global-shortcut": major
"global-shortcut-js": major
"http": major
"http-js": major
"log": major
"log-js": major
"nfc": major
"nfc-js": major
"notification": major
"notification-js": major
"opener": major
"opener-js": major
"os": major
"os-js": major
"positioner": major
"positioner-js": major
"process": major
"process-js": major
"shell": major
"shell-js": major
"sql": major
"sql-js": major
"store": major
"store-js": major
"stronghold": major
"stronghold-js": major
"updater": major
"updater-js": major
"upload": major
"upload-js": major
"websocket": major
"websocket-js": major
"window-state": major
"window-state-js": major
"haptics": major
"haptics-js": major
"geolocation": major
"geolocation-js": major
---
+1
View File
@@ -1,5 +1,6 @@
---
"deep-link": major
"deep-link-js": major
---
**Breaking:** On Linux, failing to run `xdg-mime` or `update-desktop-database` in `register` and `is_registered` now returns the new `Error::Execute(command, io_error)` variant instead of logging the failure and returning the raw `Error::Io`.
+1
View File
@@ -1,5 +1,6 @@
---
"fs": major
"fs-js": major
---
**Breaking:** Removed the `allow-unwatch` and `deny-unwatch` permissions. There has been no `unwatch` command since v2.0 (`Watcher.close()` releases the resource instead), so they never granted anything.
@@ -1,5 +1,6 @@
---
"http": major
"http-js": major
---
**Breaking:** Removed the deprecated `macos-system-configuration` Cargo feature. Use `system-proxy` (enabled by default) instead.
+27
View File
@@ -1,34 +1,61 @@
---
"autostart": major
"autostart-js": major
"barcode-scanner": major
"barcode-scanner-js": major
"biometric": major
"biometric-js": major
"cli": major
"cli-js": major
"clipboard-manager": major
"clipboard-manager-js": major
"deep-link": major
"deep-link-js": major
"dialog": major
"dialog-js": major
"fs": major
"fs-js": major
"global-shortcut": major
"global-shortcut-js": major
"http": major
"http-js": major
"localhost": major
"log": major
"log-js": major
"nfc": major
"nfc-js": major
"notification": major
"notification-js": major
"opener": major
"opener-js": major
"os": major
"os-js": major
"persisted-scope": major
"positioner": major
"positioner-js": major
"process": major
"process-js": major
"shell": major
"shell-js": major
"single-instance": major
"sql": major
"sql-js": major
"store": major
"store-js": major
"stronghold": major
"stronghold-js": major
"updater": major
"updater-js": major
"upload": major
"upload-js": major
"websocket": major
"websocket-js": major
"window-state": major
"window-state-js": major
"haptics": major
"haptics-js": major
"geolocation": major
"geolocation-js": major
---
Update MSRV to 1.95 to match tauri.
+27
View File
@@ -1,34 +1,61 @@
---
"autostart": major
"autostart-js": major
"barcode-scanner": major
"barcode-scanner-js": major
"biometric": major
"biometric-js": major
"cli": major
"cli-js": major
"clipboard-manager": major
"clipboard-manager-js": major
"deep-link": major
"deep-link-js": major
"dialog": major
"dialog-js": major
"fs": major
"fs-js": major
"global-shortcut": major
"global-shortcut-js": major
"http": major
"http-js": major
"localhost": major
"log": major
"log-js": major
"nfc": major
"nfc-js": major
"notification": major
"notification-js": major
"opener": major
"opener-js": major
"os": major
"os-js": major
"persisted-scope": major
"positioner": major
"positioner-js": major
"process": major
"process-js": major
"shell": major
"shell-js": major
"single-instance": major
"sql": major
"sql-js": major
"store": major
"store-js": major
"stronghold": major
"stronghold-js": major
"updater": major
"updater-js": major
"upload": major
"upload-js": major
"websocket": major
"websocket-js": major
"window-state": major
"window-state-js": major
"haptics": major
"haptics-js": major
"geolocation": major
"geolocation-js": major
---
Update to tauri v3.0.0-alpha.2.
+1
View File
@@ -1,4 +1,5 @@
---
"upload": major
"upload-js": major
---
+1
View File
@@ -1,5 +1,6 @@
---
"upload": patch
"upload-js": patch
---
Enable reqwest's `system-proxy` feature instead of the deprecated `macos-system-configuration` alias.