Skip to content

Commit 2f3ac02

Browse files
authored
Merge branch 'tauri-apps:v2' into pr_body_download
2 parents 293ea5f + 66e8dbf commit 2f3ac02

File tree

279 files changed

+11743
-6268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+11743
-6268
lines changed

.changes/clear-clipboard.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"clipboard-manager": "minor"
3+
---
4+
5+
Add support for clearing clipboard text on iOS and Android.

.changes/crate-notify-rust.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"notification": patch
3+
---
4+
5+
Use notify_rust from crates.io instead of local fork.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"deep-link-js": patch
3+
---
4+
5+
Fixed a typo in the `deep-link` js bindings causing `isRegistered` to not work.

.changes/fix-fs-async-cmds.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"fs": patch
3+
---
4+
5+
Fixes an issue that caused the app to freeze when the `fs` plugin's read/write apis were used on large files.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
updater: patch
3+
---
4+
5+
Automatically launch app after updates using `.msi`, to match NSIS `.exe` installer behaviour.

.changes/fix-updater-msi-path.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"updater": patch
3+
---
4+
5+
On Windows, escape the path to the downloaded msi updater to fix an issue causing the update to fail when the `productName` contained spaces.

.changes/http-origin-duplicated.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"http": "patch"
3+
---
4+
5+
Fix `ORIGIN` header containing 2 URLs when `unsafe-headers` feature flag is enabled.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"notification": patch
3+
---
4+
5+
Add `register_action_types` and `register_listener` permission command, so that new Action types can be registered and used on Android.

.changes/os-sync-functions-doc.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"os-js": "patch"
3+
---
4+
5+
**Changed:** `platform`, `arch`, `type`, `family`, `version` and `exe_extension` functions in the documentation examples to better reflect that these functions are synchronous.
6+

.changes/os-sync-functions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"os": "patch"
3+
"os-js": "patch"
4+
---
5+
6+
**Breaking** Changed `platform`, `arch`, `type`, `family`, `version` and `exe_extension` functions to be sync.

0 commit comments

Comments
 (0)