-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v2' into feat/fs/improved-api
- Loading branch information
Showing
214 changed files
with
4,780 additions
and
717 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
"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 [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
"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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"biometric": major | ||
"biometric-js": major | ||
--- | ||
|
||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"dialog": patch | ||
--- | ||
|
||
On Windows, fix `open` dialog `defaultPath`, when invoked from JS, not working if the path uses forward slash (`/`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"dialog": patch | ||
--- | ||
|
||
Re-export `FileResponse` interface. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"fs": patch | ||
--- | ||
|
||
Fix promise rejection error only containing the context and stripping the actual error message. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"nfc": major | ||
"nfc-js": major | ||
--- | ||
|
||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"updater": "patch" | ||
"updater-js": "patch" | ||
--- | ||
|
||
Fix NSIS updater failing to launch when using `basicUi` mode. |
Oops, something went wrong.