publish new versions (#2545)

Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-02 00:31:52 -03:00
committed by GitHub
parent beab018b21
commit 8b39aefb1b
50 changed files with 166 additions and 138 deletions
-6
View File
@@ -1,6 +0,0 @@
---
autostart: minor
autostart-js: minor
---
Add a `Builder` for more flexible settings
-6
View File
@@ -1,6 +0,0 @@
---
http: patch
http-js: patch
---
Add `zstd` cargo feature flag to enable `reqwest/zstd` flag.
@@ -1,6 +0,0 @@
---
'deep-link': 'patch:bug'
'deep-link-js': 'patch:bug'
---
Fix `is_registered` not being able to pickup deep link registered in `HKEY_LOCAL_MACHINE` on Windows
@@ -1,6 +0,0 @@
---
'deep-link': 'patch:bug'
'deep-link-js': 'patch:bug'
---
Fix `unregister` not being able to remove deep link registered in `HKEY_LOCAL_MACHINE` on Windows
-7
View File
@@ -1,7 +0,0 @@
---
"shell": patch:bug
"shell-js": patch:bug
---
Apply the default open validation regex `^((mailto:\w+)|(tel:\w+)|(https?://\w+)).+` when the open configuration is not set, preventing unchecked input from being used in this scenario (previously the plugin would skip validation when it should disable all calls). This keeps backwards compatibility while still fixing this vulnerability.
The scope is no longer validated for Rust calls via `ShellExt::shell()` so if you need to block JavaScript from calling the API you can simply set `tauri.conf.json > plugins > shell > open` to `false`.
-6
View File
@@ -1,6 +0,0 @@
---
window-state: patch
window-state-js: patch
---
Fix window size gets bigger/smaller on secondary monitor with a different scaling than the primary one
-7
View File
@@ -1,7 +0,0 @@
---
"http": "patch"
"http-js": "patch"
---
Persist cookies to disk and load it on next app start.
-6
View File
@@ -1,6 +0,0 @@
---
"fs": "patch:bug"
"fs-js": "patch:bug"
---
Fix `writeFile` ReadableStream handling due to missing async iterator support on macOS platform
-6
View File
@@ -1,6 +0,0 @@
---
process: patch
process-js: patch
---
Migrate restart to use tauri's new `AppHandle::request_restart` method
-6
View File
@@ -1,6 +0,0 @@
---
"updater": "minor:bug"
"updater-js": "minor:bug"
---
Fix JS API `Update.date` not formatted to RFC 3339
@@ -1,6 +0,0 @@
---
"updater": "patch:bug"
"updater-js": "patch:bug"
---
Fix `timeout` passed to `check` gets re-used by `download` and `downloadAndinstall`