feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
* update to tauri v2
* covector setup
* update locks
* bump packages to v2 through covector, remove rc references
* msrv 1.78
* downgrade 1.79 msrv dep
* test clipboard
* fmt
* bitstream-io 2.3.0
* Revert "test clipboard"
This reverts commit c3e19dbe59
.
pull/1868/head
autostart-js-v2.0.0
parent
0975a687a0
commit
e8069af804
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"dialog": patch:feat
|
|
||||||
---
|
|
||||||
|
|
||||||
Implement `save` API on Android.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"barcode-scanner": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Remove unused Android dependencies.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"barcode-scanner": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Validate missing `NSCameraUsageDescription` Info.plist value.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"cli": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Expose `Matches`, `SubcommandMatches` and `ArgData` structs.
|
|
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
"barcode-scanner": patch
|
|
||||||
"barcode-scanner-js": patch
|
|
||||||
"geolocation": patch
|
|
||||||
"geolocation-js": patch
|
|
||||||
"notification": patch
|
|
||||||
"notification-js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Use `PermissionState` from the `tauri` crate, which now also includes a "prompt with rationale" variant for Android (returned when your app must explain to the user why it needs the permission).
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"deep-link": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Emit the `deep-link://new-url` event on Linux and Windows when the app is executed with a deep link CLI argument,
|
|
||||||
matching the iOS and macOS behavior.
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"deep-link": patch
|
|
||||||
"deep-link-js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Implement `get_current` on Linux and Windows.
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"deep-link": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added `DeepLink::on_open_url` function to match the JavaScript API implementation,
|
|
||||||
which wraps the `deep-link://new-url` event and also send the current deep link if there's any.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"deep-link": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added `register_all` to register all desktop schemes - useful for Linux to not require a formal AppImage installation.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"deep-link": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix fails to start when having spaces in the main binary path on Windows
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"dialog": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update Tauri scopes (asset protocol) when using the `open()` command to select directories.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"dialog": "patch"
|
|
||||||
---
|
|
||||||
|
|
||||||
Mark `FileResponse` as `non_exhaustive`.
|
|
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
"dialog": patch
|
|
||||||
"dialog-js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
The `open` function now returns a string representing either the file path or URI instead of an object.
|
|
||||||
To read the file data, use the `fs` APIs.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"dialog": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update rfd to 0.15
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
sql: patch
|
|
||||||
---
|
|
||||||
|
|
||||||
It is now possible to enable multiple SQL backends at the same time. There will be no compile error anymore if no backends are enabled!
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"barcode-scanner-js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed an issue which caused checkPermission and requestPermission to be mixed up.
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"clipboard-manager": patch
|
|
||||||
"clipboard-manager-js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix warnings and clear implementation on Android below SDK 28.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"deep-link": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Allow empty configuration values.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"fs": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix `scope-app`, `scope-app-recursive` and `scope-index` not properly enabling the application paths.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
fs: patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix failing to deserialize capability file when using an OS specific path in the scope that is not available on the current OS.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"fs": patch:bug
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixes `writeFile` command implementation on Android.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"http-js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed an issue with abort signal not aborting the fetch request.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"dialog": patch:breaking
|
|
||||||
---
|
|
||||||
|
|
||||||
If no filters are specified, the file picker dialog now defaults to a file selection instead of photos.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"updater": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixes the updater not preserving AppImage file permissions.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"window-state": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix saving a minimized window's state changes its position to -32000
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"window-state": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix can't restore a minimized window's size and position properly
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"window-state": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix deadlock when trying to restore window states on initial load
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"upload": 'patch:bug'
|
|
||||||
---
|
|
||||||
|
|
||||||
fix download content to file when unsuccessful response
|
|
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
"fs": patch
|
|
||||||
"dialog": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add utility methods on `FilePath` and `SafeFilePath` enums which are:
|
|
||||||
|
|
||||||
- `path`
|
|
||||||
- `simplified`
|
|
||||||
- `into_path`
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"fs": patch
|
|
||||||
"dialog": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Implement `Serialize`, `Deserialize`, `From`, `TryFrom` and `FromStr` traits for `FilePath` and `SafeFilePath` enums.
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"fs": patch
|
|
||||||
"dialog": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Mark `Error` enum as `#[non_exhuastive]`.
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"fs": patch
|
|
||||||
"dialog": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add `SafeFilePath` enum.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"fs": patch:enhance
|
|
||||||
---
|
|
||||||
|
|
||||||
The `scope-*-recursive` permissions now also allow reading the contents of the directory.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"fs": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix can't use Windows paths like `C:/Users/UserName/file.txt`
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"fs": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Support any UTF-8 character in the writeFile API.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"geolocation": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
No longer request permission automatically and leave to the user how to handle the `checkPermissions` and `requestPermissions` APIs.
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"geolocation": major
|
|
||||||
"geolocation-js": major
|
|
||||||
---
|
|
||||||
|
|
||||||
Initial release.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"global-shortcut": "patch"
|
|
||||||
---
|
|
||||||
|
|
||||||
Updated `global-hotkey` crate dependency to `0.6`
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"haptics": major
|
|
||||||
"haptics-js": major
|
|
||||||
---
|
|
||||||
|
|
||||||
Initial release.
|
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
barcode-scanner: patch
|
|
||||||
clipboard-manager: patch
|
|
||||||
deep-link: patch
|
|
||||||
global-shortcut: patch
|
|
||||||
window-state: patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fixed an issue that caused multi-word IIFE names to not be formatted correctly. For example the `barcode-scanner` was defined as `window.__TAURI_PLUGIN_CLIPBOARDMANAGER__` instead of `window.__TAURI_PLUGIN_CLIPBOARD_MANAGER__`.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"dialog": patch:feat
|
|
||||||
---
|
|
||||||
|
|
||||||
Implement `save` API on iOS.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"dialog": patch:breaking
|
|
||||||
---
|
|
||||||
|
|
||||||
Changed `MessageDialogBuilder::ok_button_label` and `MessageDialogBuilder::cancel_button_label` to `MessageDialogBuilder::buttons` which takes an enum now
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"notification": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
The notification body is now optional on iOS to match the other platforms.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"notification-js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
**Breaking change**: The permission type when using the API is now `'granted' | 'denied' | 'prompt' | 'prompt-with-rationale'` instead of `'granted' | 'denied' | 'default'` for consistency with Rust types. When using the `window.Notification` API the type is unchanged to match the Web API type.
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"positioner": patch
|
|
||||||
"positioner-js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
`handleIconState` function for use in JavaScript event handlers. This allows one to update the TrayIcon state through JavaScript and fully create and handle the TrayIcon without requiring Rust (and the side-effect of creating a TrayIcon).
|
|
@ -1,75 +0,0 @@
|
|||||||
{
|
|
||||||
"tag": "rc",
|
|
||||||
"changes": [
|
|
||||||
".changes/android-dialog-save.md",
|
|
||||||
".changes/barcode-dependencies.md",
|
|
||||||
".changes/barcode-scanner-validate-plist.md",
|
|
||||||
".changes/cli-hidden-structs.md",
|
|
||||||
".changes/consolidate-permission-state.md",
|
|
||||||
".changes/deep-link-event.md",
|
|
||||||
".changes/deep-link-get-current-desktop.md",
|
|
||||||
".changes/deep-link-on-new-url.md",
|
|
||||||
".changes/deep-link-register-all.md",
|
|
||||||
".changes/deep-link-space-in-path.md",
|
|
||||||
".changes/dialog-asset-scope.md",
|
|
||||||
".changes/dialog-file-response-non-exhaustive.md",
|
|
||||||
".changes/dialog-return-path.md",
|
|
||||||
".changes/dialog-rfd-015.md",
|
|
||||||
".changes/feat-multiple-sql-backends.md",
|
|
||||||
".changes/fix-barcodae-scanner-imports.md",
|
|
||||||
".changes/fix-clipboard-warnings-sdk.md",
|
|
||||||
".changes/fix-deep-link-config.md",
|
|
||||||
".changes/fix-fs-app-scopes.md",
|
|
||||||
".changes/fix-fs-scope-unknown-path.md",
|
|
||||||
".changes/fix-fs-write-file-android.md",
|
|
||||||
".changes/fix-http-plugin-abort.md",
|
|
||||||
".changes/fix-ios-file-dialog-default-mode.md",
|
|
||||||
".changes/fix-linux-updater-permission-error.md",
|
|
||||||
".changes/fix-restore-minimized-window-position.md",
|
|
||||||
".changes/fix-restore-minimized-window-state.md",
|
|
||||||
".changes/fix-restore-window-state-deadlock.md",
|
|
||||||
".changes/fix-upload-handle-non-success-download.md",
|
|
||||||
".changes/fs-dialog-file-path-methods.md",
|
|
||||||
".changes/fs-dialog-file-path-traits.md",
|
|
||||||
".changes/fs-dialog-non-exhaustive-error.md",
|
|
||||||
".changes/fs-dialog-safe-file-path.md",
|
|
||||||
".changes/fs-scope-recursive-allow-read-dir.md",
|
|
||||||
".changes/fs-windows-path.md",
|
|
||||||
".changes/fs-write-file-utf8-chars.md",
|
|
||||||
".changes/geolocation-permission-refactor.md",
|
|
||||||
".changes/geolocation-release.md",
|
|
||||||
".changes/global-shortcut-0.6.md",
|
|
||||||
".changes/haptics-release.md",
|
|
||||||
".changes/iife-varname-spacing.md",
|
|
||||||
".changes/ios-dialog-save.md",
|
|
||||||
".changes/native-dialog-button-text.md",
|
|
||||||
".changes/notification-body-optional-ios.md",
|
|
||||||
".changes/notification-permission-type-change.md",
|
|
||||||
".changes/positioner-v2-handleIconState.md",
|
|
||||||
".changes/rc.md",
|
|
||||||
".changes/remove-target-sdk.md",
|
|
||||||
".changes/resolve-content-uris.md",
|
|
||||||
".changes/shell-open-regex-match-string.md",
|
|
||||||
".changes/shell-regex-match-string.md",
|
|
||||||
".changes/shell-schema-required-sidcar.md",
|
|
||||||
".changes/single-instance-deep-link.md",
|
|
||||||
".changes/single-instance-optional-deep-link.md",
|
|
||||||
".changes/single-instance-windows-sys.0.59.md",
|
|
||||||
".changes/sql-uuid-type.md",
|
|
||||||
".changes/store-api-refactor.md",
|
|
||||||
".changes/store-auto-save.md",
|
|
||||||
".changes/store-remove-mobile-plugin.md",
|
|
||||||
".changes/swift-build-older-versions.md",
|
|
||||||
".changes/tauri-rc-8.md",
|
|
||||||
".changes/update-fs-api-docs.md",
|
|
||||||
".changes/update-geolocation-api.md",
|
|
||||||
".changes/update-tauri-rc-12.md",
|
|
||||||
".changes/update-tauri-rc-3.md",
|
|
||||||
".changes/updater-endpoint-version-encoded.md",
|
|
||||||
".changes/updater-endpoints-result.md",
|
|
||||||
".changes/updater-insecure-transport-protocol.md",
|
|
||||||
".changes/updater-js-headers-download-crate.md",
|
|
||||||
".changes/updater-js-headers-download.md",
|
|
||||||
".changes/window-state-physical-size.md"
|
|
||||||
]
|
|
||||||
}
|
|
@ -1,61 +0,0 @@
|
|||||||
---
|
|
||||||
"authenticator": patch
|
|
||||||
"autostart": patch
|
|
||||||
"barcode-scanner": patch
|
|
||||||
"biometric": patch
|
|
||||||
"cli": patch
|
|
||||||
"clipboard-manager": patch
|
|
||||||
"deep-link": patch
|
|
||||||
"dialog": patch
|
|
||||||
"fs": patch
|
|
||||||
"global-shortcut": patch
|
|
||||||
"http": patch
|
|
||||||
"localhost": patch
|
|
||||||
"log-plugin": patch
|
|
||||||
"nfc": 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
|
|
||||||
"authenticator-js": patch
|
|
||||||
"autostart-js": patch
|
|
||||||
"barcode-scanner-js": patch
|
|
||||||
"biometric-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
|
|
||||||
"nfc-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
|
|
||||||
"haptics": patch
|
|
||||||
"haptics-js": patch
|
|
||||||
"geolocation": patch
|
|
||||||
"geolocation-js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update to tauri RC.
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
"barcode-scanner": patch:changes
|
|
||||||
"biometric": patch:changes
|
|
||||||
"clipboard-manager": patch:changes
|
|
||||||
"deep-link": patch:changes
|
|
||||||
"dialog": patch:changes
|
|
||||||
"geolocation": patch:changes
|
|
||||||
"haptics": patch:changes
|
|
||||||
"nfc": patch:changes
|
|
||||||
"notification": patch:changes
|
|
||||||
"shell": patch:changes
|
|
||||||
"store": patch:changes
|
|
||||||
---
|
|
||||||
|
|
||||||
Remove targetSdk from build.kts files as it is deprecated and will be removed from DSL v9.0
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"fs": patch:feat
|
|
||||||
---
|
|
||||||
|
|
||||||
Resolve `content://` path URIs on Android.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"shell": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Change the `open` scope validator regex to match on the entire string.
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"shell": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Change the `execute` scope argument validator regex to match on the entire string by default.
|
|
||||||
If this behavior is not desired check the `raw` boolean configuration option that is available along the `validator` string.
|
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
"shell": "patch"
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix the plugin schema requiring to set `sidecar` property when it is in fact optional.
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"single-instance": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Integrate with the deep link plugin out of the box.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"single-instance": "patch"
|
|
||||||
---
|
|
||||||
|
|
||||||
Put deep link integration behined a feature
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"single-instance": "patch"
|
|
||||||
---
|
|
||||||
|
|
||||||
Updated `windows-sys` crate to `0.59`
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"sql": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Added support for `UUID` columns to the postgres implementation.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"store-js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
**Breaking change**: Removed the `Store` constructor and added the `createStore` API.
|
|
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
"store": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add a setting `auto_save` to enable a store to debounce save on modification (on calls like set, clear, delete, reset)
|
|
||||||
|
|
||||||
**Breaking change**: Removed the `with_store` API and added `StoreExt::store_builder`.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"store": patch:breaking
|
|
||||||
---
|
|
||||||
|
|
||||||
Implement mobile support in Rust directly. This changes the store directories, invalidating all previously generated stores.
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
"barcode-scanner": patch
|
|
||||||
"biometric": patch
|
|
||||||
"clipboard-manager": patch
|
|
||||||
"dialog": patch
|
|
||||||
"geolocation": patch
|
|
||||||
"haptics": patch
|
|
||||||
"log-plugin": patch
|
|
||||||
"nfc": patch
|
|
||||||
"notification": patch
|
|
||||||
"shell": patch
|
|
||||||
"store": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Explicitly set a minimum macOS version for the Swift package.
|
|
@ -1,61 +0,0 @@
|
|||||||
---
|
|
||||||
"authenticator": patch
|
|
||||||
"autostart": patch
|
|
||||||
"barcode-scanner": patch
|
|
||||||
"biometric": patch
|
|
||||||
"cli": patch
|
|
||||||
"clipboard-manager": patch
|
|
||||||
"deep-link": patch
|
|
||||||
"dialog": patch
|
|
||||||
"fs": patch
|
|
||||||
"global-shortcut": patch
|
|
||||||
"http": patch
|
|
||||||
"localhost": patch
|
|
||||||
"log-plugin": patch
|
|
||||||
"nfc": 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
|
|
||||||
"authenticator-js": patch
|
|
||||||
"autostart-js": patch
|
|
||||||
"barcode-scanner-js": patch
|
|
||||||
"biometric-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
|
|
||||||
"nfc-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
|
|
||||||
"haptics": patch
|
|
||||||
"haptics-js": patch
|
|
||||||
"geolocation": patch
|
|
||||||
"geolocation-js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update to tauri 2.0.0-rc.8
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"fs-js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update documentation.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"geolocation-js": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update API to match other plugins.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"notification": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update to tauri 2.0.0-rc.12.
|
|
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
"geolocation": patch
|
|
||||||
"deep-link": patch
|
|
||||||
"updater": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update to tauri 2.0.0-rc.3.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
'updater': 'patch'
|
|
||||||
---
|
|
||||||
|
|
||||||
Encode `+` when making updater requests which can be cause incorrectly interpolating the endpoint when using `{{current_version}}` in the endpoint where the current version contains a build number, for example `1.8.0+1`.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"updater": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
**Breaking change**, Changed `UpdaterBuilder::endpoints` method to return a `Result`.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"updater": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add `dangerousInsecureTransportProtocol` config option to allow using insecure transport protocols, like `http`
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"updater": "patch"
|
|
||||||
---
|
|
||||||
|
|
||||||
Add a second argument in `Update.download` and `Update.donloadAndInstall` JS APIs to modify headers and timeout when downloading the update.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"updater-js": "patch"
|
|
||||||
---
|
|
||||||
|
|
||||||
Add a second argument in `Update.download` and `Update.donloadAndInstall` JS APIs to modify headers and timeout when downloading the update.
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"window-state": patch:breaking
|
|
||||||
---
|
|
||||||
|
|
||||||
Window's size is now stored in physical size instead of logical size
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue