diff --git a/.changes/api-bump.md b/.changes/api-bump.md index fe2f6f55c..0b2b3c212 100644 --- a/.changes/api-bump.md +++ b/.changes/api-bump.md @@ -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 --- diff --git a/.changes/deep-link-execute-error.md b/.changes/deep-link-execute-error.md index dc32c6765..76b341b00 100644 --- a/.changes/deep-link-execute-error.md +++ b/.changes/deep-link-execute-error.md @@ -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`. diff --git a/.changes/fs-remove-unwatch.md b/.changes/fs-remove-unwatch.md index c7dba9a9f..8d3e31fae 100644 --- a/.changes/fs-remove-unwatch.md +++ b/.changes/fs-remove-unwatch.md @@ -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. diff --git a/.changes/http-remove-macos-system-configuration.md b/.changes/http-remove-macos-system-configuration.md index 80b65cf24..fda8cf4f1 100644 --- a/.changes/http-remove-macos-system-configuration.md +++ b/.changes/http-remove-macos-system-configuration.md @@ -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. diff --git a/.changes/msrv-1.95.md b/.changes/msrv-1.95.md index 3de729f66..4e9c8d43d 100644 --- a/.changes/msrv-1.95.md +++ b/.changes/msrv-1.95.md @@ -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. diff --git a/.changes/tauri-bump-alpha.2.md b/.changes/tauri-bump-alpha.2.md index 65c88032e..44c5fe7c0 100644 --- a/.changes/tauri-bump-alpha.2.md +++ b/.changes/tauri-bump-alpha.2.md @@ -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. diff --git a/.changes/upload-options.md b/.changes/upload-options.md index 42f69e865..582bee022 100644 --- a/.changes/upload-options.md +++ b/.changes/upload-options.md @@ -1,4 +1,5 @@ --- +"upload": major "upload-js": major --- diff --git a/.changes/upload-system-proxy.md b/.changes/upload-system-proxy.md index 9928f049b..89ec3bb3d 100644 --- a/.changes/upload-system-proxy.md +++ b/.changes/upload-system-proxy.md @@ -1,5 +1,6 @@ --- "upload": patch +"upload-js": patch --- Enable reqwest's `system-proxy` feature instead of the deprecated `macos-system-configuration` alias.