From 5ca9a80f4557440a604fa5c5284f7618808c91e2 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Wed, 21 Feb 2024 14:38:22 -0300 Subject: [PATCH] chore: fix covector --- ...cursive-fs-scope-on-file-drop-directory.md | 5 -- .changes/alpha.16.md | 5 -- .changes/alpha.17.md | 30 ------------ .changes/alpha.18.md | 30 ------------ .changes/alpha.20.md | 30 ------------ .changes/api-alpha.11.md | 27 ---------- .changes/api-alpha.12.md | 27 ---------- .changes/api-alpha.13.md | 27 ---------- .changes/api-alpha.9.md | 27 ---------- .changes/biometric-initial-release.md | 6 --- .changes/deep-link-initial-release.md | 6 --- .changes/dialog-async-message-dialog.md | 5 -- .changes/dialog-default-path-windows-slash.md | 5 -- .changes/dialog-export-fileresponse.md | 5 -- .changes/dialog-message-android.md | 5 -- .changes/dialog-pin-rfd.md | 5 -- .changes/dialog-return-result.md | 6 --- .changes/dialog-type_-to-kind.md | 6 --- .changes/fix-cmd-spawn-deadlock.md | 5 -- .changes/fix-debounced-event-type.md | 5 -- .changes/fix-deep-link-alpha-20.md | 5 -- .changes/fix-docs-build.md | 28 ----------- .changes/fix-emit-all-usage.md | 7 --- .changes/fix-fs-write-default-option.md | 6 --- .changes/fix-invoke-usage.md | 6 --- .changes/fix-notification-schedule-export.md | 5 -- .changes/fix-number-query-params.md | 5 -- .changes/fix-permission-notification.md | 5 -- .changes/fix-scheduled-notification.md | 6 --- .changes/fix-updater-macos.md | 5 -- .changes/fix-window-state-api.md | 5 -- .changes/fs-create-new.md | 6 --- .changes/fs-exists-2nd-arg.md | 5 -- .changes/fs-improve-error-message.md | 5 -- .changes/fs-improved-apis.md | 6 --- .changes/fs-rename-optional-type.md | 5 -- .changes/fs-replace-notify-debouncer.md | 6 --- .changes/fs-scope-tauri.md | 6 --- .changes/fs-trunacte-non-append.md | 6 --- .changes/fs-unwtach-rid.md | 5 -- .changes/fs-watcher-rename-event-type.md | 5 -- .changes/fs-wiret-binary-file.md | 5 -- .changes/fs-write-panic.md | 6 --- .changes/global-shortcut-app-handle.md | 5 -- .../http-init-fetch-option-connectTimeout.md | 5 -- .changes/http-multipart-refactor.md | 5 -- .changes/http-plugin-refactor.md | 6 --- .changes/http-proxy-config.md | 6 --- .changes/http-remove-cmd-property.md | 5 -- .changes/http-response.md | 5 -- .changes/msrv-1.70.md | 30 ------------ .changes/nfc-initial-release.md | 6 --- .changes/notification-init-script.md | 5 -- .changes/notification-revert-sound.md | 5 -- .changes/notification-sound.md | 5 -- .changes/os-OsType.md | 5 -- .changes/os-plugin-refactor.md | 12 ----- .changes/os-reading-undefined.md | 7 --- .changes/permissions.md | 36 -------------- .changes/persisted-scope-asset.md | 5 -- .changes/persisted-scope-glob.md | 5 -- .changes/positioner-tray-flag.md | 5 -- .changes/scanner-initial-release.md | 6 --- .changes/shell-command-apis.md | 5 -- .changes/shell-detached.md | 5 -- .changes/shell-open-re-export.md | 5 -- .changes/sql-decode-floats.md | 5 -- .changes/sql-store-new-fn.md | 6 --- .changes/stronghold-arg-name.md | 5 -- .changes/stronghold-argon2.md | 5 -- .changes/stronghold-constructor.md | 5 -- .changes/tauri-alpha-15.md | 6 --- .changes/tauri-alpha.11.md | 49 ------------------- .changes/tauri-alpha.12.md | 28 ----------- .../tauri-http-plugin-errror-invalid-rid.md | 5 -- .changes/tray-position.md | 5 -- .changes/updater-appimage.md | 5 -- .changes/updater-escaped-path.md | 5 -- .changes/updater-js-started-event.md | 6 --- .changes/updater-nsis-admin.md | 5 -- .changes/updater-nsis-basicui.md | 6 --- .changes/updater-nsis.md | 5 -- .changes/updater-on-chunk-fn-mut.md | 5 -- .changes/updater-plugin-refactor.md | 6 --- .changes/updater-proxy.md | 6 --- .changes/updater-string-replace-round2.md | 5 -- .changes/updater-string-replace.md | 5 -- .changes/updater.md | 21 -------- .changes/upload-bufwriter.md | 5 -- .changes/v2-alpha.md | 49 ------------------- .changes/websocket-fix-arg-name.md | 5 -- .changes/websocket-headers.md | 6 --- .changes/window-state-decorated.md | 5 -- .changes/window-state-promise.md | 5 -- .changes/window-state-zero-positions.md | 8 --- 95 files changed, 882 deletions(-) delete mode 100644 .changes/allow-recursive-fs-scope-on-file-drop-directory.md delete mode 100644 .changes/alpha.16.md delete mode 100644 .changes/alpha.17.md delete mode 100644 .changes/alpha.18.md delete mode 100644 .changes/alpha.20.md delete mode 100644 .changes/api-alpha.11.md delete mode 100644 .changes/api-alpha.12.md delete mode 100644 .changes/api-alpha.13.md delete mode 100644 .changes/api-alpha.9.md delete mode 100644 .changes/biometric-initial-release.md delete mode 100644 .changes/deep-link-initial-release.md delete mode 100644 .changes/dialog-async-message-dialog.md delete mode 100644 .changes/dialog-default-path-windows-slash.md delete mode 100644 .changes/dialog-export-fileresponse.md delete mode 100644 .changes/dialog-message-android.md delete mode 100644 .changes/dialog-pin-rfd.md delete mode 100644 .changes/dialog-return-result.md delete mode 100644 .changes/dialog-type_-to-kind.md delete mode 100644 .changes/fix-cmd-spawn-deadlock.md delete mode 100644 .changes/fix-debounced-event-type.md delete mode 100644 .changes/fix-deep-link-alpha-20.md delete mode 100644 .changes/fix-docs-build.md delete mode 100644 .changes/fix-emit-all-usage.md delete mode 100644 .changes/fix-fs-write-default-option.md delete mode 100644 .changes/fix-invoke-usage.md delete mode 100644 .changes/fix-notification-schedule-export.md delete mode 100644 .changes/fix-number-query-params.md delete mode 100644 .changes/fix-permission-notification.md delete mode 100644 .changes/fix-scheduled-notification.md delete mode 100644 .changes/fix-updater-macos.md delete mode 100644 .changes/fix-window-state-api.md delete mode 100644 .changes/fs-create-new.md delete mode 100644 .changes/fs-exists-2nd-arg.md delete mode 100644 .changes/fs-improve-error-message.md delete mode 100644 .changes/fs-improved-apis.md delete mode 100644 .changes/fs-rename-optional-type.md delete mode 100644 .changes/fs-replace-notify-debouncer.md delete mode 100644 .changes/fs-scope-tauri.md delete mode 100644 .changes/fs-trunacte-non-append.md delete mode 100644 .changes/fs-unwtach-rid.md delete mode 100644 .changes/fs-watcher-rename-event-type.md delete mode 100644 .changes/fs-wiret-binary-file.md delete mode 100644 .changes/fs-write-panic.md delete mode 100644 .changes/global-shortcut-app-handle.md delete mode 100644 .changes/http-init-fetch-option-connectTimeout.md delete mode 100644 .changes/http-multipart-refactor.md delete mode 100644 .changes/http-plugin-refactor.md delete mode 100644 .changes/http-proxy-config.md delete mode 100644 .changes/http-remove-cmd-property.md delete mode 100644 .changes/http-response.md delete mode 100644 .changes/msrv-1.70.md delete mode 100644 .changes/nfc-initial-release.md delete mode 100644 .changes/notification-init-script.md delete mode 100644 .changes/notification-revert-sound.md delete mode 100644 .changes/notification-sound.md delete mode 100644 .changes/os-OsType.md delete mode 100644 .changes/os-plugin-refactor.md delete mode 100644 .changes/os-reading-undefined.md delete mode 100644 .changes/permissions.md delete mode 100644 .changes/persisted-scope-asset.md delete mode 100644 .changes/persisted-scope-glob.md delete mode 100644 .changes/positioner-tray-flag.md delete mode 100644 .changes/scanner-initial-release.md delete mode 100644 .changes/shell-command-apis.md delete mode 100644 .changes/shell-detached.md delete mode 100644 .changes/shell-open-re-export.md delete mode 100644 .changes/sql-decode-floats.md delete mode 100644 .changes/sql-store-new-fn.md delete mode 100644 .changes/stronghold-arg-name.md delete mode 100644 .changes/stronghold-argon2.md delete mode 100644 .changes/stronghold-constructor.md delete mode 100644 .changes/tauri-alpha-15.md delete mode 100644 .changes/tauri-alpha.11.md delete mode 100644 .changes/tauri-alpha.12.md delete mode 100644 .changes/tauri-http-plugin-errror-invalid-rid.md delete mode 100644 .changes/tray-position.md delete mode 100644 .changes/updater-appimage.md delete mode 100644 .changes/updater-escaped-path.md delete mode 100644 .changes/updater-js-started-event.md delete mode 100644 .changes/updater-nsis-admin.md delete mode 100644 .changes/updater-nsis-basicui.md delete mode 100644 .changes/updater-nsis.md delete mode 100644 .changes/updater-on-chunk-fn-mut.md delete mode 100644 .changes/updater-plugin-refactor.md delete mode 100644 .changes/updater-proxy.md delete mode 100644 .changes/updater-string-replace-round2.md delete mode 100644 .changes/updater-string-replace.md delete mode 100644 .changes/updater.md delete mode 100644 .changes/upload-bufwriter.md delete mode 100644 .changes/v2-alpha.md delete mode 100644 .changes/websocket-fix-arg-name.md delete mode 100644 .changes/websocket-headers.md delete mode 100644 .changes/window-state-decorated.md delete mode 100644 .changes/window-state-promise.md delete mode 100644 .changes/window-state-zero-positions.md diff --git a/.changes/allow-recursive-fs-scope-on-file-drop-directory.md b/.changes/allow-recursive-fs-scope-on-file-drop-directory.md deleted file mode 100644 index e1dfa6705..000000000 --- a/.changes/allow-recursive-fs-scope-on-file-drop-directory.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fs": 'patch' ---- - -A file-drop now allows sub-directories recursively when the path is a directory. diff --git a/.changes/alpha.16.md b/.changes/alpha.16.md deleted file mode 100644 index c2126e377..000000000 --- a/.changes/alpha.16.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"log-plugin": patch ---- - -Update to tauri@2.0.0-alpha.16. diff --git a/.changes/alpha.17.md b/.changes/alpha.17.md deleted file mode 100644 index ea686a26d..000000000 --- a/.changes/alpha.17.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -"authenticator": patch -"autostart": patch -"barcode-scanner": patch -"cli": patch -"clipboard-manager": patch -"deep-link": patch -"dialog": patch -"fs": patch -"global-shortcut": patch -"http": patch -"localhost": patch -"log-plugin": patch -"notification": patch -"os": patch -"persisted-scope": patch -"positioner": patch -"process": patch -"shell": patch -"single-instance": patch -"sql": patch -"store": patch -"stronghold": patch -"updater": patch -"upload": patch -"websocket": patch -"window-state": patch ---- - -Update to tauri@alpha.17. diff --git a/.changes/alpha.18.md b/.changes/alpha.18.md deleted file mode 100644 index 8ecc0a6c1..000000000 --- a/.changes/alpha.18.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -"authenticator": patch -"autostart": patch -"barcode-scanner": patch -"cli": patch -"clipboard-manager": patch -"deep-link": patch -"dialog": patch -"fs": patch -"global-shortcut": patch -"http": patch -"localhost": patch -"log-plugin": patch -"notification": patch -"os": patch -"persisted-scope": patch -"positioner": patch -"process": patch -"shell": patch -"single-instance": patch -"sql": patch -"store": patch -"stronghold": patch -"updater": patch -"upload": patch -"websocket": patch -"window-state": patch ---- - -Update to tauri@alpha.18. diff --git a/.changes/alpha.20.md b/.changes/alpha.20.md deleted file mode 100644 index b796cc17a..000000000 --- a/.changes/alpha.20.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -"authenticator": patch -"autostart": patch -"barcode-scanner": patch -"cli": patch -"clipboard-manager": patch -"deep-link": patch -"dialog": patch -"fs": patch -"global-shortcut": patch -"http": patch -"localhost": patch -"log-plugin": patch -"notification": patch -"os": patch -"persisted-scope": patch -"positioner": patch -"process": patch -"shell": patch -"single-instance": patch -"sql": patch -"store": patch -"stronghold": patch -"updater": patch -"upload": patch -"websocket": patch -"window-state": patch ---- - -Update to tauri@alpha.20. diff --git a/.changes/api-alpha.11.md b/.changes/api-alpha.11.md deleted file mode 100644 index fc5e1ba58..000000000 --- a/.changes/api-alpha.11.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -"authenticator-js": patch -"autostart-js": patch -"barcode-scanner-js": patch -"cli-js": patch -"clipboard-manager-js": patch -"deep-link-js": patch -"dialog-js": patch -"fs-js": patch -"global-shortcut-js": patch -"http-js": patch -"log-js": patch -"notification-js": patch -"os-js": patch -"positioner-js": patch -"process-js": patch -"shell-js": patch -"sql-js": patch -"store-js": patch -"stronghold-js": patch -"updater-js": patch -"upload-js": patch -"websocket-js": patch -"window-state-js": patch ---- - -Update to @tauri-apps/api v2.0.0-alpha.11. diff --git a/.changes/api-alpha.12.md b/.changes/api-alpha.12.md deleted file mode 100644 index 00a71b70e..000000000 --- a/.changes/api-alpha.12.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -"authenticator-js": patch -"autostart-js": patch -"barcode-scanner-js": patch -"cli-js": patch -"clipboard-manager-js": patch -"deep-link-js": patch -"dialog-js": patch -"fs-js": patch -"global-shortcut-js": patch -"http-js": patch -"log-js": patch -"notification-js": patch -"os-js": patch -"positioner-js": patch -"process-js": patch -"shell-js": patch -"sql-js": patch -"store-js": patch -"stronghold-js": patch -"updater-js": patch -"upload-js": patch -"websocket-js": patch -"window-state-js": patch ---- - -Update to @tauri-apps/api v2.0.0-alpha.12. diff --git a/.changes/api-alpha.13.md b/.changes/api-alpha.13.md deleted file mode 100644 index dfffc7e7e..000000000 --- a/.changes/api-alpha.13.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -"authenticator-js": patch -"autostart-js": patch -"barcode-scanner-js": patch -"cli-js": patch -"clipboard-manager-js": patch -"deep-link-js": patch -"dialog-js": patch -"fs-js": patch -"global-shortcut-js": patch -"http-js": patch -"log-js": patch -"notification-js": patch -"os-js": patch -"positioner-js": patch -"process-js": patch -"shell-js": patch -"sql-js": patch -"store-js": patch -"stronghold-js": patch -"updater-js": patch -"upload-js": patch -"websocket-js": patch -"window-state-js": patch ---- - -Update to @tauri-apps/api v2.0.0-alpha.13. diff --git a/.changes/api-alpha.9.md b/.changes/api-alpha.9.md deleted file mode 100644 index e0267b08b..000000000 --- a/.changes/api-alpha.9.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -"authenticator-js": patch -"autostart-js": patch -"barcode-scanner-js": patch -"cli-js": patch -"clipboard-manager-js": patch -"deep-link-js": patch -"dialog-js": patch -"fs-js": patch -"global-shortcut-js": patch -"http-js": patch -"log-js": patch -"notification-js": patch -"os-js": patch -"positioner-js": patch -"process-js": patch -"shell-js": patch -"sql-js": patch -"store-js": patch -"stronghold-js": patch -"updater-js": patch -"upload-js": patch -"websocket-js": patch -"window-state-js": patch ---- - -Update to @tauri-apps/api v2.0.0-alpha.9. diff --git a/.changes/biometric-initial-release.md b/.changes/biometric-initial-release.md deleted file mode 100644 index a4cae8cf1..000000000 --- a/.changes/biometric-initial-release.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"biometric": major -"biometric-js": major ---- - -Initial release. diff --git a/.changes/deep-link-initial-release.md b/.changes/deep-link-initial-release.md deleted file mode 100644 index 6dd20534e..000000000 --- a/.changes/deep-link-initial-release.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"deep-link": major -"deep-link-js": major ---- - -Initial release. diff --git a/.changes/dialog-async-message-dialog.md b/.changes/dialog-async-message-dialog.md deleted file mode 100644 index adfe008bd..000000000 --- a/.changes/dialog-async-message-dialog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dialog": "patch" ---- - -On non-Linux system, use `AsyncMessageDialog` instead of `MessageDialog`. [(tauri#7182)](https://github.com/tauri-apps/tauri/issues/7182) diff --git a/.changes/dialog-default-path-windows-slash.md b/.changes/dialog-default-path-windows-slash.md deleted file mode 100644 index c7332b7ac..000000000 --- a/.changes/dialog-default-path-windows-slash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dialog": patch ---- - -On Windows, fix `open` dialog `defaultPath`, when invoked from JS, not working if the path uses forward slash (`/`) diff --git a/.changes/dialog-export-fileresponse.md b/.changes/dialog-export-fileresponse.md deleted file mode 100644 index 23ccc4da2..000000000 --- a/.changes/dialog-export-fileresponse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dialog": patch ---- - -Re-export `FileResponse` interface. diff --git a/.changes/dialog-message-android.md b/.changes/dialog-message-android.md deleted file mode 100644 index 920d7a4c4..000000000 --- a/.changes/dialog-message-android.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dialog": "patch" ---- - -On Android, do not add a `Cancel` button to message dialogs. diff --git a/.changes/dialog-pin-rfd.md b/.changes/dialog-pin-rfd.md deleted file mode 100644 index 18520d1dc..000000000 --- a/.changes/dialog-pin-rfd.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dialog": "patch" ---- - -Pin the version of `rfd` to 0.12.0. This is a workaround for [PolyMeilex/rfd#152](https://github.com/PolyMeilex/rfd/pull/152), in which rfd took over responsibility for `gtk_init` by running its own event loop thread. diff --git a/.changes/dialog-return-result.md b/.changes/dialog-return-result.md deleted file mode 100644 index e375a27d8..000000000 --- a/.changes/dialog-return-result.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"dialog": patch -"dialog-js": patch ---- - -Fix incorrect result for dialog messages. \ No newline at end of file diff --git a/.changes/dialog-type_-to-kind.md b/.changes/dialog-type_-to-kind.md deleted file mode 100644 index e30387e24..000000000 --- a/.changes/dialog-type_-to-kind.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"dialog": "patch" -"dialog-js": "patch" ---- - -**Breaking change** Renamed `MessageDialogOptions.type` and `ConfigrmDialogOptions.type` fields to `kind` to match the Rust API. diff --git a/.changes/fix-cmd-spawn-deadlock.md b/.changes/fix-cmd-spawn-deadlock.md deleted file mode 100644 index 0e2e68708..000000000 --- a/.changes/fix-cmd-spawn-deadlock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shell": patch ---- - -Fixes a deadlock when reading a stdout or stderr line returns an error. diff --git a/.changes/fix-debounced-event-type.md b/.changes/fix-debounced-event-type.md deleted file mode 100644 index 2563827d5..000000000 --- a/.changes/fix-debounced-event-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fs-js": patch ---- - -Fix `DebouncedEvent` type to correctly represent the actual type. diff --git a/.changes/fix-deep-link-alpha-20.md b/.changes/fix-deep-link-alpha-20.md deleted file mode 100644 index 73bca0883..000000000 --- a/.changes/fix-deep-link-alpha-20.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"deep-link": patch ---- - -Fixes issue with tauri alpha.20. diff --git a/.changes/fix-docs-build.md b/.changes/fix-docs-build.md deleted file mode 100644 index 11df007a8..000000000 --- a/.changes/fix-docs-build.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -"authenticator": patch -"autostart": patch -"cli": patch -"clipboard-manager": patch -"dialog": patch -"fs": patch -"global-shortcut": patch -"http": patch -"localhost": patch -"log-plugin": patch -"notification": patch -"os": patch -"persisted-scope": patch -"positioner": patch -"process": patch -"shell": patch -"single-instance": patch -"sql": patch -"store": patch -"stronghold": patch -"updater": patch -"upload": patch -"websocket": patch -"window-state": patch ---- - -Fixes docs.rs build by enabling the `tauri/dox` feature flag. diff --git a/.changes/fix-emit-all-usage.md b/.changes/fix-emit-all-usage.md deleted file mode 100644 index 30782cdf7..000000000 --- a/.changes/fix-emit-all-usage.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"log-plugin": patch -"deep-link": patch -"store": patch ---- - -Update to breaking changes from tauri@alpha.17. diff --git a/.changes/fix-fs-write-default-option.md b/.changes/fix-fs-write-default-option.md deleted file mode 100644 index 01e6dc963..000000000 --- a/.changes/fix-fs-write-default-option.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"fs": "patch" -"fs-js": "patch" ---- - -Fix incorrect `create` option default value for `writeFile` and `writeTextFile` which didn't match documentation. \ No newline at end of file diff --git a/.changes/fix-invoke-usage.md b/.changes/fix-invoke-usage.md deleted file mode 100644 index 8782bc152..000000000 --- a/.changes/fix-invoke-usage.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"shell": patch -"dialog": patch ---- - -Fix invoke usage. diff --git a/.changes/fix-notification-schedule-export.md b/.changes/fix-notification-schedule-export.md deleted file mode 100644 index 17219efc7..000000000 --- a/.changes/fix-notification-schedule-export.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"notification-js": patch ---- - -Export the missing `Schedule` class. \ No newline at end of file diff --git a/.changes/fix-number-query-params.md b/.changes/fix-number-query-params.md deleted file mode 100644 index 2785898fa..000000000 --- a/.changes/fix-number-query-params.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sql": patch ---- - -Encode JSON number query params as f64 to fix JSON_EXTRACT queries on SQLite diff --git a/.changes/fix-permission-notification.md b/.changes/fix-permission-notification.md deleted file mode 100644 index a3377880a..000000000 --- a/.changes/fix-permission-notification.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"notification": patch ---- - -Fix permission prompt. diff --git a/.changes/fix-scheduled-notification.md b/.changes/fix-scheduled-notification.md deleted file mode 100644 index 0fb5afdee..000000000 --- a/.changes/fix-scheduled-notification.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"notification": patch -"notification-js": patch ---- - -Fixes deserialization and implementation bugs with scheduled notifications on Android. diff --git a/.changes/fix-updater-macos.md b/.changes/fix-updater-macos.md deleted file mode 100644 index c4f4d8311..000000000 --- a/.changes/fix-updater-macos.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"updater": patch ---- - -Fixes update on macOS. diff --git a/.changes/fix-window-state-api.md b/.changes/fix-window-state-api.md deleted file mode 100644 index 9ed998060..000000000 --- a/.changes/fix-window-state-api.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"window-state-js": patch ---- - -Fix usage of no longer available `__TAURI_METADATA__` API. diff --git a/.changes/fs-create-new.md b/.changes/fs-create-new.md deleted file mode 100644 index 6ad2ce151..000000000 --- a/.changes/fs-create-new.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"fs": "patch" -"fs-js": "patch" ---- - -Add `createNew` option for `writeFile` and `writeTextFile` to create the file if doesn't exist and fail if it does. diff --git a/.changes/fs-exists-2nd-arg.md b/.changes/fs-exists-2nd-arg.md deleted file mode 100644 index fd5aad134..000000000 --- a/.changes/fs-exists-2nd-arg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fs-js": "patch" ---- - -Add second argument to `exists` function to specify base directory. diff --git a/.changes/fs-improve-error-message.md b/.changes/fs-improve-error-message.md deleted file mode 100644 index 3ceb0ec6f..000000000 --- a/.changes/fs-improve-error-message.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fs": patch ---- - -Fix promise rejection error only containing the context and stripping the actual error message. diff --git a/.changes/fs-improved-apis.md b/.changes/fs-improved-apis.md deleted file mode 100644 index 5b41a8cec..000000000 --- a/.changes/fs-improved-apis.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"fs": "patch" -"fs-js": "patch" ---- - -The `fs` plugin received a major overhaul to add new APIs and changed existing APIs to be closer to Node.js and Deno APIs. diff --git a/.changes/fs-rename-optional-type.md b/.changes/fs-rename-optional-type.md deleted file mode 100644 index 48b42d6e9..000000000 --- a/.changes/fs-rename-optional-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fs-js": patch ---- - -Make `rename` function third paramter optional as it was supposed to be. \ No newline at end of file diff --git a/.changes/fs-replace-notify-debouncer.md b/.changes/fs-replace-notify-debouncer.md deleted file mode 100644 index 86b190eb3..000000000 --- a/.changes/fs-replace-notify-debouncer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"fs": "patch" -"fs-js": "patch" ---- - -Replace `notify-debouncer-mini` with `notify-debouncer-full`. [(plugins-workspace#885)](https://github.com/tauri-apps/plugins-workspace/pull/885) diff --git a/.changes/fs-scope-tauri.md b/.changes/fs-scope-tauri.md deleted file mode 100644 index a1444855d..000000000 --- a/.changes/fs-scope-tauri.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"fs": patch -"persisted-scope": patch ---- - -Use `tauri::scope::fs::Scope` instead of local copy of its implementation. diff --git a/.changes/fs-trunacte-non-append.md b/.changes/fs-trunacte-non-append.md deleted file mode 100644 index 4d49407b0..000000000 --- a/.changes/fs-trunacte-non-append.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"fs": "patch" -"fs-js": "patch" ---- - -Truncate files when using `writeFile` and `writeTextFile` with `append: false`. diff --git a/.changes/fs-unwtach-rid.md b/.changes/fs-unwtach-rid.md deleted file mode 100644 index 43975ccb0..000000000 --- a/.changes/fs-unwtach-rid.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fs-js": "patch" ---- - -Fix `invalid args id for command unwatch` error when trying to unwatch a previously watched file or directory. diff --git a/.changes/fs-watcher-rename-event-type.md b/.changes/fs-watcher-rename-event-type.md deleted file mode 100644 index f6cbbea98..000000000 --- a/.changes/fs-watcher-rename-event-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fs-js": "patch" ---- - -Fix incorrect `WatchEventKindModify` type for `rename` events. diff --git a/.changes/fs-wiret-binary-file.md b/.changes/fs-wiret-binary-file.md deleted file mode 100644 index 82dd056f3..000000000 --- a/.changes/fs-wiret-binary-file.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"fs-js": patch ---- - -Fix `writeBinaryFile` crashing with `command 'write_binary_file' not found` diff --git a/.changes/fs-write-panic.md b/.changes/fs-write-panic.md deleted file mode 100644 index 96983f00b..000000000 --- a/.changes/fs-write-panic.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"fs": "patch" -"fs-js": "patch" ---- - -Fix panic when using `writeFile` or `writeTextFile` without passing an option object. diff --git a/.changes/global-shortcut-app-handle.md b/.changes/global-shortcut-app-handle.md deleted file mode 100644 index 37dd286f9..000000000 --- a/.changes/global-shortcut-app-handle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"global-shortcut": "patch" ---- - -**Breaking Change**: Changed `Builder::with_handler` closure to take `&AppHandle` as the first argument and the shortcut as the second argument. diff --git a/.changes/http-init-fetch-option-connectTimeout.md b/.changes/http-init-fetch-option-connectTimeout.md deleted file mode 100644 index d9dda93f6..000000000 --- a/.changes/http-init-fetch-option-connectTimeout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"http-js": minor ---- - -Fix http fetch client option init with parameter `connectTimeout` \ No newline at end of file diff --git a/.changes/http-multipart-refactor.md b/.changes/http-multipart-refactor.md deleted file mode 100644 index 562943d5e..000000000 --- a/.changes/http-multipart-refactor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"http-js": minor ---- - -Multipart requests are now handled in JavaScript by the `Request` JavaScript class so you just need to use a `FormData` body and not set the content-type header to `multipart/form-data`. `application/x-www-form-urlencoded` requests must be done manually. diff --git a/.changes/http-plugin-refactor.md b/.changes/http-plugin-refactor.md deleted file mode 100644 index ff089543f..000000000 --- a/.changes/http-plugin-refactor.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"http": minor -"http-js": minor ---- - -The http plugin has been rewritten from scratch and now only exposes a `fetch` function in Javascript and Re-exports `reqwest` crate in Rust. The new `fetch` method tries to be as close and compliant to the `fetch` Web API as possible. diff --git a/.changes/http-proxy-config.md b/.changes/http-proxy-config.md deleted file mode 100644 index 27e889a5a..000000000 --- a/.changes/http-proxy-config.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"http": minor -"http-js": minor ---- - -Add `proxy` field to `fetch` options to configure proxy. \ No newline at end of file diff --git a/.changes/http-remove-cmd-property.md b/.changes/http-remove-cmd-property.md deleted file mode 100644 index bca5472a6..000000000 --- a/.changes/http-remove-cmd-property.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"http": patch ---- - -Remove `cmd` property which breaks invoke call. diff --git a/.changes/http-response.md b/.changes/http-response.md deleted file mode 100644 index 4be8f9249..000000000 --- a/.changes/http-response.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"http": patch ---- - -Improve response performance by using the new IPC streaming data. diff --git a/.changes/msrv-1.70.md b/.changes/msrv-1.70.md deleted file mode 100644 index 43aa61baa..000000000 --- a/.changes/msrv-1.70.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -"authenticator": patch -"autostart": patch -"barcode-scanner": patch -"cli": patch -"clipboard-manager": patch -"deep-link": patch -"dialog": patch -"fs": patch -"global-shortcut": patch -"http": patch -"localhost": patch -"log-plugin": patch -"notification": patch -"os": patch -"persisted-scope": patch -"positioner": patch -"process": patch -"shell": patch -"single-instance": patch -"sql": patch -"store": patch -"stronghold": patch -"updater": patch -"upload": patch -"websocket": patch -"window-state": patch ---- - -Update MSRV to 1.70. diff --git a/.changes/nfc-initial-release.md b/.changes/nfc-initial-release.md deleted file mode 100644 index 0a5ee02b4..000000000 --- a/.changes/nfc-initial-release.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"nfc": major -"nfc-js": major ---- - -Initial release. diff --git a/.changes/notification-init-script.md b/.changes/notification-init-script.md deleted file mode 100644 index fce58ba4f..000000000 --- a/.changes/notification-init-script.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"notification": patch ---- - -Use `window.__TAURI_INVOKE__` instead of `window.__TAURI__` in init.js, fixes usage in apps without `withGlobalTauri` enabled. diff --git a/.changes/notification-revert-sound.md b/.changes/notification-revert-sound.md deleted file mode 100644 index b21cb9a67..000000000 --- a/.changes/notification-revert-sound.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"notification": patch ---- - -Revert [7d71ad4e5](https://github.com/tauri-apps/plugins-workspace/commit/7d71ad4e587bcf47ea34645f5b226945e487b765) which added a default sound for notifications on Windows. This introduced inconsistency with other platforms that has silent notifications by default. In the upcoming releases, we will add support for modifying the notification sound across all platforms. diff --git a/.changes/notification-sound.md b/.changes/notification-sound.md deleted file mode 100644 index 35f755363..000000000 --- a/.changes/notification-sound.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"notification": patch ---- - -Play a default sound when showing a notification on Windows. diff --git a/.changes/os-OsType.md b/.changes/os-OsType.md deleted file mode 100644 index 7fab4948e..000000000 --- a/.changes/os-OsType.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"os-js": "patch" ---- - -Fix `macss -> macos` typo in `OsType` type. diff --git a/.changes/os-plugin-refactor.md b/.changes/os-plugin-refactor.md deleted file mode 100644 index ff0f73840..000000000 --- a/.changes/os-plugin-refactor.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"os": minor -"os-js": minor ---- - -The os plugin is recieving a few changes to improve consistency and add new features: - -- Renamed `Kind` enum to `OsType` and `kind()` function to `os_type()`. -- Added `family()`,`exe_extension()`, and `hostname()` functions and their equivalents for JS. -- Removed `tempdir()` function and its equivalent on JS, use `std::env::temp_dir` instead of `temp_dir` from `tauri::path::PathResolver::temp_dir` and `path.tempDir` on JS. -- Modified `platform()` implementation to return `windows` instead of `win32` and `macos` instead of `darwin` to align with Rust's `std::env::consts::OS` -- `EOL` const in JS has been modified into a function `eol()` fix import issues in frameworks like `next.js` diff --git a/.changes/os-reading-undefined.md b/.changes/os-reading-undefined.md deleted file mode 100644 index ee54aa095..000000000 --- a/.changes/os-reading-undefined.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"os": "patch" -"os-js": "patch" ---- - -Fix `Uncaught TypeError: Cannot read properties of undefined (reading 'os')` - diff --git a/.changes/permissions.md b/.changes/permissions.md deleted file mode 100644 index 390ef1c7a..000000000 --- a/.changes/permissions.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -"authenticator": patch -"autostart": patch -"barcode-scanner": patch -"barcode-scanner-js": patch -"biometric": patch -"cli": patch -"clipboard-manager": patch -"clipboard-manager-js": patch -"deep-link": patch -"dialog": patch -"fs": patch -"global-shortcut": patch -"global-shortcut-js": patch -"http": patch -"localhost": patch -"log-plugin": patch -"nfc": patch -"nfc-js": patch -"notification": patch -"os": patch -"persisted-scope": patch -"positioner": patch -"process": patch -"shell": patch -"single-instance": patch -"sql": patch -"store": patch -"stronghold": patch -"updater": patch -"upload": patch -"websocket": patch -"window-state": patch ---- - -Add permissions. diff --git a/.changes/persisted-scope-asset.md b/.changes/persisted-scope-asset.md deleted file mode 100644 index 5b4b933a4..000000000 --- a/.changes/persisted-scope-asset.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"persisted-scope": patch ---- - -Split up fs and asset scopes. **This will reset the asset protocol scope once!** diff --git a/.changes/persisted-scope-glob.md b/.changes/persisted-scope-glob.md deleted file mode 100644 index 24875a8eb..000000000 --- a/.changes/persisted-scope-glob.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"persisted-scope": patch ---- - -Fix usage of directory patterns by removing glob asterisks at the end before allowing/forbidding them. This was causing them to be escaped, and so undesirable paths were allowed/forbidden while polluting the `.persisted-scope` file. diff --git a/.changes/positioner-tray-flag.md b/.changes/positioner-tray-flag.md deleted file mode 100644 index 4cf24118d..000000000 --- a/.changes/positioner-tray-flag.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"positioner": patch ---- - -Change `system-tray` feature flag to `tray-icon`. diff --git a/.changes/scanner-initial-release.md b/.changes/scanner-initial-release.md deleted file mode 100644 index 5ea48e326..000000000 --- a/.changes/scanner-initial-release.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"barcode-scanner": major -"barcode-scanner-js": major ---- - -Initial release. diff --git a/.changes/shell-command-apis.md b/.changes/shell-command-apis.md deleted file mode 100644 index 86ee5a40c..000000000 --- a/.changes/shell-command-apis.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shell": "patch" ---- - -Added `Command::arg`, `Command::env` and changed `Command::new` input type. diff --git a/.changes/shell-detached.md b/.changes/shell-detached.md deleted file mode 100644 index 4d65f8651..000000000 --- a/.changes/shell-detached.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shell": patch ---- - -Ensure the launched process is detached so it can out-live your tauri app and does not shutdown with it. diff --git a/.changes/shell-open-re-export.md b/.changes/shell-open-re-export.md deleted file mode 100644 index d5540f55a..000000000 --- a/.changes/shell-open-re-export.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"shell": "patch" ---- - -Export `open` module. diff --git a/.changes/sql-decode-floats.md b/.changes/sql-decode-floats.md deleted file mode 100644 index 0e3638a26..000000000 --- a/.changes/sql-decode-floats.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sql": patch ---- - -Fixed an issue where float-like values were decoded as `null`. diff --git a/.changes/sql-store-new-fn.md b/.changes/sql-store-new-fn.md deleted file mode 100644 index c03597898..000000000 --- a/.changes/sql-store-new-fn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"sql": "patch" -"store": "patch" ---- - -Add `Builder::new` method. diff --git a/.changes/stronghold-arg-name.md b/.changes/stronghold-arg-name.md deleted file mode 100644 index 61efc0ede..000000000 --- a/.changes/stronghold-arg-name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stronghold-js": patch ---- - -Change the argument name of the `Stronghold.remove` from `location` to `recordPath` to match the Stronghold command argument diff --git a/.changes/stronghold-argon2.md b/.changes/stronghold-argon2.md deleted file mode 100644 index 598e4f804..000000000 --- a/.changes/stronghold-argon2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stronghold": patch ---- - -Added `Builder::with_argon2`. diff --git a/.changes/stronghold-constructor.md b/.changes/stronghold-constructor.md deleted file mode 100644 index 999660958..000000000 --- a/.changes/stronghold-constructor.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stronghold-js": minor ---- - -Added `Stronghold.load` and removed its constructor. diff --git a/.changes/tauri-alpha-15.md b/.changes/tauri-alpha-15.md deleted file mode 100644 index 4674b6912..000000000 --- a/.changes/tauri-alpha-15.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"window-state": patch -"persisted-scope": patch ---- - -Update to tauri@alpha.15. diff --git a/.changes/tauri-alpha.11.md b/.changes/tauri-alpha.11.md deleted file mode 100644 index 4346b574e..000000000 --- a/.changes/tauri-alpha.11.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -"authenticator": patch -"authenticator-js": patch -"autostart": patch -"autostart-js": patch -"cli": patch -"cli-js": patch -"clipboard-manager": patch -"clipboard-manager-js": patch -"dialog": patch -"dialog-js": patch -"fs": patch -"fs-js": patch -"global-shortcut": patch -"global-shortcut-js": patch -"http": patch -"http-js": patch -"localhost": patch -"log-plugin": patch -"log-js": patch -"notification": patch -"notification-js": patch -"os": patch -"os-js": patch -"persisted-scope": patch -"positioner": patch -"positioner-js": patch -"process": patch -"process-js": patch -"shell": patch -"shell-js": patch -"single-instance": patch -"sql": patch -"sql-js": patch -"store": patch -"store-js": patch -"stronghold": patch -"stronghold-js": patch -"updater": patch -"updater-js": patch -"upload": patch -"upload-js": patch -"websocket": patch -"websocket-js": patch -"window-state": patch -"window-state-js": patch ---- - -Update to alpha.11. diff --git a/.changes/tauri-alpha.12.md b/.changes/tauri-alpha.12.md deleted file mode 100644 index 97e9f4cc4..000000000 --- a/.changes/tauri-alpha.12.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -"authenticator": patch -"autostart": patch -"cli": patch -"clipboard-manager": patch -"dialog": patch -"fs": patch -"global-shortcut": patch -"http": patch -"localhost": patch -"log-plugin": patch -"notification": patch -"os": patch -"persisted-scope": patch -"positioner": patch -"process": patch -"shell": patch -"single-instance": patch -"sql": patch -"store": patch -"stronghold": patch -"updater": patch -"upload": patch -"websocket": patch -"window-state": patch ---- - -Update to alpha.12. diff --git a/.changes/tauri-http-plugin-errror-invalid-rid.md b/.changes/tauri-http-plugin-errror-invalid-rid.md deleted file mode 100644 index 1ea21cead..000000000 --- a/.changes/tauri-http-plugin-errror-invalid-rid.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"http": "patch" ---- - -**Breaking change** Removed `Error::InvalidRequestId` variant and added `Error::Tauri` variant. diff --git a/.changes/tray-position.md b/.changes/tray-position.md deleted file mode 100644 index c1fa71cb5..000000000 --- a/.changes/tray-position.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"positioner": patch ---- - -`TrayLeft`, `TrayRight` and `TrayCenter` will now position the window according to the tray position relative to the monitor dimensions to prevent windows being displayed partially off-screen. diff --git a/.changes/updater-appimage.md b/.changes/updater-appimage.md deleted file mode 100644 index 212a98596..000000000 --- a/.changes/updater-appimage.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"updater": patch ---- - -Fix updater failing to extract the AppImage resulting in failing to update and also deleting the current version. diff --git a/.changes/updater-escaped-path.md b/.changes/updater-escaped-path.md deleted file mode 100644 index a4356fc4c..000000000 --- a/.changes/updater-escaped-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -updater: patch ---- - -Use escaped installer path to start the nsis/msi updater to prevent crashes if app name contained spaces. diff --git a/.changes/updater-js-started-event.md b/.changes/updater-js-started-event.md deleted file mode 100644 index 61fdcb034..000000000 --- a/.changes/updater-js-started-event.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"updater": "patch" -"updater-js": "patch" ---- - -Fix `Started` event not emitted to JS when downloading update. diff --git a/.changes/updater-nsis-admin.md b/.changes/updater-nsis-admin.md deleted file mode 100644 index b4e92e87a..000000000 --- a/.changes/updater-nsis-admin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"updater": "patch" ---- - -On Windows, fix NSIS installers requiring administrator rights failing to be launched by updater. diff --git a/.changes/updater-nsis-basicui.md b/.changes/updater-nsis-basicui.md deleted file mode 100644 index bbb92f91e..000000000 --- a/.changes/updater-nsis-basicui.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"updater": "patch" -"updater-js": "patch" ---- - -Fix NSIS updater failing to launch when using `basicUi` mode. diff --git a/.changes/updater-nsis.md b/.changes/updater-nsis.md deleted file mode 100644 index adfd7f0dc..000000000 --- a/.changes/updater-nsis.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"updater": patch ---- - -Implement passive mode on NSIS and automatically restart after NSIS update. diff --git a/.changes/updater-on-chunk-fn-mut.md b/.changes/updater-on-chunk-fn-mut.md deleted file mode 100644 index 70631e131..000000000 --- a/.changes/updater-on-chunk-fn-mut.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"updater": "patch" ---- - -**Breaking change**: Changed `Update::download` and `Update::download_and_install` first argument to take `FnMut` instead of just `Fn`. diff --git a/.changes/updater-plugin-refactor.md b/.changes/updater-plugin-refactor.md deleted file mode 100644 index 06da69868..000000000 --- a/.changes/updater-plugin-refactor.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"updater": minor -"updater-js": minor ---- - -The updater plugin is recieving a few changes to improve consistency and ergonomics of the Rust and JS APIs diff --git a/.changes/updater-proxy.md b/.changes/updater-proxy.md deleted file mode 100644 index 882963c35..000000000 --- a/.changes/updater-proxy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"updater": patch -"updater-js": patch ---- - -Add support for specifying proxy to use for checking and downloading updates. diff --git a/.changes/updater-string-replace-round2.md b/.changes/updater-string-replace-round2.md deleted file mode 100644 index 0e4c138bc..000000000 --- a/.changes/updater-string-replace-round2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"updater": "patch" ---- - -The plugin now correctly replaces `arch`, `current_version` and `target` in query params again. diff --git a/.changes/updater-string-replace.md b/.changes/updater-string-replace.md deleted file mode 100644 index 1e682ef30..000000000 --- a/.changes/updater-string-replace.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"updater": "patch" ---- - -The plugin now correctly replaces `arch`, `current_version` and `target` again. diff --git a/.changes/updater.md b/.changes/updater.md deleted file mode 100644 index 83b83bd87..000000000 --- a/.changes/updater.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"updater": "patch" ---- - -Refactored the updater plugin to accommodate to the new changes in tauri config: - -- JSON plugin config: - - - Added `pubkey` option. - - Added `windows` option which is a Windows-specific options. - - Renamed `installer_args` to `installerArgs`. - - Moved `installerArgs` option to the new `windows` object. - -- Rust crate changes: - - Added `pubkey` field for `Config`. - - Added `windows` field for `Config` option which is a Windows-specific options. - - Added `WindowsConfig` and `WindowsUpdateInstallMode`. - - Moved `installerArgs` option to the new `windows` object. - - Added `Builder::pubkey` and `UpdaterBuilder::pubkey`. - - Changed `Builder::installer_args` and `UpdaterBuilder::installer_args` to add to existing installer args, instead of replacing them, use `Builder/UpdaterBuilder::clear_installer_args` to clear existing args. - - Added `Builder::installer_arg`, `Builder::clear_installer_args`, `UpdaterBuilder::installer_arg` and `UpdaterBuilder::clear_installer_args`. diff --git a/.changes/upload-bufwriter.md b/.changes/upload-bufwriter.md deleted file mode 100644 index 43f71fff2..000000000 --- a/.changes/upload-bufwriter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"upload": patch ---- - -Use `BufWriter` to reduce IO calls. diff --git a/.changes/v2-alpha.md b/.changes/v2-alpha.md deleted file mode 100644 index 5e649b73f..000000000 --- a/.changes/v2-alpha.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -"authenticator": major -"authenticator-js": major -"autostart": major -"autostart-js": major -"cli": major -"cli-js": major -"clipboard-manager": major -"clipboard-manager-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-plugin": major -"log-js": major -"notification": major -"notification-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 ---- - -First v2 alpha release! diff --git a/.changes/websocket-fix-arg-name.md b/.changes/websocket-fix-arg-name.md deleted file mode 100644 index dd2bbc909..000000000 --- a/.changes/websocket-fix-arg-name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"websocket": patch ---- - -Fix argument name mismatch that caused issues when options where provided. diff --git a/.changes/websocket-headers.md b/.changes/websocket-headers.md deleted file mode 100644 index e4c27b5ee..000000000 --- a/.changes/websocket-headers.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"websocket": patch -"websocket-js": patch ---- - -Add support for custom request headers. diff --git a/.changes/window-state-decorated.md b/.changes/window-state-decorated.md deleted file mode 100644 index 191ec5c26..000000000 --- a/.changes/window-state-decorated.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"window-state": "patch" ---- - -Correctly set decoration state if no saved state xists diff --git a/.changes/window-state-promise.md b/.changes/window-state-promise.md deleted file mode 100644 index f97c43df8..000000000 --- a/.changes/window-state-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"window-state-js": "patch" ---- - -Correctly propagate the promise inside `saveWindowState`, `restoreState` and `restoreStateCurrent` so callers can choose to `await` them. diff --git a/.changes/window-state-zero-positions.md b/.changes/window-state-zero-positions.md deleted file mode 100644 index 14e89087c..000000000 --- a/.changes/window-state-zero-positions.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"window-state": "patch" ---- - -Address a couple of issues with restoring positions: - -- Fix restoring window positions correctly when the top-left corner of the window was outside of the monitor. -- Fix restore maximization state only maximized on main monitor.