Skip to content

Commit

Permalink
Merge branch 'tauri-apps:v2' into pr_body_download
Browse files Browse the repository at this point in the history
  • Loading branch information
enri90 authored Jul 6, 2024
2 parents 293ea5f + 66e8dbf commit 2f3ac02
Show file tree
Hide file tree
Showing 279 changed files with 11,743 additions and 6,268 deletions.
5 changes: 5 additions & 0 deletions .changes/clear-clipboard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"clipboard-manager": "minor"
---

Add support for clearing clipboard text on iOS and Android.
5 changes: 5 additions & 0 deletions .changes/crate-notify-rust.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"notification": patch
---

Use notify_rust from crates.io instead of local fork.
5 changes: 5 additions & 0 deletions .changes/fix-deep-link-is-registered-typo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"deep-link-js": patch
---

Fixed a typo in the `deep-link` js bindings causing `isRegistered` to not work.
5 changes: 5 additions & 0 deletions .changes/fix-fs-async-cmds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fs": patch
---

Fixes an issue that caused the app to freeze when the `fs` plugin's read/write apis were used on large files.
5 changes: 5 additions & 0 deletions .changes/fix-updater-msi-autostart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
updater: patch
---

Automatically launch app after updates using `.msi`, to match NSIS `.exe` installer behaviour.
5 changes: 5 additions & 0 deletions .changes/fix-updater-msi-path.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"updater": patch
---

On Windows, escape the path to the downloaded msi updater to fix an issue causing the update to fail when the `productName` contained spaces.
5 changes: 5 additions & 0 deletions .changes/http-origin-duplicated.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"http": "patch"
---

Fix `ORIGIN` header containing 2 URLs when `unsafe-headers` feature flag is enabled.
5 changes: 5 additions & 0 deletions .changes/notifcation-permission-commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"notification": patch
---

Add `register_action_types` and `register_listener` permission command, so that new Action types can be registered and used on Android.
6 changes: 6 additions & 0 deletions .changes/os-sync-functions-doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"os-js": "patch"
---

**Changed:** `platform`, `arch`, `type`, `family`, `version` and `exe_extension` functions in the documentation examples to better reflect that these functions are synchronous.

6 changes: 6 additions & 0 deletions .changes/os-sync-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"os": "patch"
"os-js": "patch"
---

**Breaking** Changed `platform`, `arch`, `type`, `family`, `version` and `exe_extension` functions to be sync.
17 changes: 16 additions & 1 deletion .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
"changes": [
".changes/beta.md",
".changes/browser-headers.md",
".changes/clear-clipboard.md",
".changes/clipboard-expose-struct.md",
".changes/clipboard-html.md",
".changes/clipboard-manager-image.md",
".changes/clipboard-mobile.md",
".changes/clipboard-refactor.md",
".changes/clipboard-text-command-rename.md",
".changes/crate-notify-rust.md",
".changes/deep-link-desktop.md",
".changes/dialog-can-create-directories.md",
".changes/dialog-linux-freeze.md",
Expand All @@ -25,8 +27,10 @@
".changes/fix-android-warnings.md",
".changes/fix-authenticator-windows-compile.md",
".changes/fix-autolaunch-macos.md",
".changes/fix-deep-link-is-registered-typo.md",
".changes/fix-deep-link-linux.md",
".changes/fix-default-arg-value.md",
".changes/fix-fs-async-cmds.md",
".changes/fix-fs-scope-deadlock.md",
".changes/fix-fs-watcher-basedir.md",
".changes/fix-http-default-features.md",
Expand All @@ -36,20 +40,26 @@
".changes/fix-updater-default-features.md",
".changes/fix-updater-installer-args-deserialization.md",
".changes/fix-updater-installmode.md",
".changes/fix-updater-msi-autostart.md",
".changes/fix-updater-msi-path.md",
".changes/fix-updater-powershell-flashing.md",
".changes/fix-zbus-import.md",
".changes/global-api-script-refactor.md",
".changes/global-hotkey-event.md",
".changes/global-shortcut-refactor.md",
".changes/http-cookies.md",
".changes/http-origin-duplicated.md",
".changes/http-origin-unsafe.md",
".changes/http-origin.md",
".changes/http-tauri-beta-19.md",
".changes/http-unsafe-headers.md",
".changes/http-user-agent.md",
".changes/impl-ext-for-webview-windows.md",
".changes/msrv-1.75.md",
".changes/notifcation-permission-commands.md",
".changes/notification-fix-dev-check.md",
".changes/notification-fix-dev-name.md",
".changes/os-sync-functions.md",
".changes/public-with-store.md",
".changes/remove-unc-path-prefix.md",
".changes/reqwest-0.12.md",
Expand All @@ -64,17 +74,21 @@
".changes/shell-shellexcute.md",
".changes/single-instance.macos.md",
".changes/sql-column-order.md",
".changes/sql-public-db-instances.md",
".changes/target-sdk-34.md",
".changes/tauri-beta-14-dependencies.md",
".changes/tauri-beta-14.md",
".changes/tauri-beta-15.md",
".changes/tauri-beta-17.md",
".changes/tauri-beta-20.md",
".changes/tauri-beta-22.md",
".changes/tauri-beta-23.md",
".changes/tauri-beta-4.md",
".changes/tauri-beta-8.md",
".changes/tauri-beta-9.md",
".changes/updater-dirs.md",
".changes/updater-download-install-js-binding.md",
".changes/updater-msiexec.md",
".changes/updater-non-zip.md",
".changes/updater-nsis-shortcuts.md",
".changes/updater-zip-no-default-features.md",
Expand All @@ -83,6 +97,7 @@
".changes/window-state-custom-filename.md",
".changes/window-state-default-filename.md",
".changes/window-state-js-binding.md",
".changes/window-state-json.md"
".changes/window-state-json.md",
".changes/window-state-map-label.md"
]
}
5 changes: 5 additions & 0 deletions .changes/sql-public-db-instances.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"sql": patch
---

Made `DbInstances` public for managing database instances directly from `Rust`.
57 changes: 57 additions & 0 deletions .changes/tauri-beta-23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
"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
---

Update to tauri beta.23.
5 changes: 5 additions & 0 deletions .changes/updater-dirs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"updater": patch
---

Switch from `dirs_next` to `dirs` as `dirs_next` is now unmaintained while `dirs` is
5 changes: 5 additions & 0 deletions .changes/updater-msiexec.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"updater": "patch"
---

Fix regression in updater plugin failing to update using `.msi` installer.
5 changes: 5 additions & 0 deletions .changes/window-state-map-label.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"window-state": patch
---

Add `Builder::map_label` option to transform the window label when saving the window state, this could be used to group different windows to use the same state.
2 changes: 2 additions & 0 deletions .github/workflows/covector-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
id: covector
with:
command: "status"
token: ${{ secrets.GITHUB_TOKEN }}
comment: true
1 change: 1 addition & 0 deletions .github/workflows/covector-version-or-publish-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
command: "version-or-publish"
createRelease: true
recognizeContributors: true

- name: Create Pull Request With Versions Bumped
id: cpr
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
command: "version-or-publish"
createRelease: true
recognizeContributors: true

- name: Create Pull Request With Versions Bumped
id: cpr
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
tauri-plugin-clipboard-manager:
- .github/workflows/lint-rust.yml
- plugins/clipboard-manager/**
tauri-plugin-deep-link:
- .github/workflows/lint-rust.yml
- plugins/deep-link/**
tauri-plugin-dialog:
- .github/workflows/lint-rust.yml
- plugins/dialog/**
Expand Down
Loading

0 comments on commit 2f3ac02

Please sign in to comment.