mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
publish new versions (#2545)
Co-authored-by: lucasfernog <20051258+lucasfernog@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
beab018b21
commit
8b39aefb1b
@@ -1,6 +0,0 @@
|
||||
---
|
||||
autostart: minor
|
||||
autostart-js: minor
|
||||
---
|
||||
|
||||
Add a `Builder` for more flexible settings
|
||||
@@ -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
|
||||
@@ -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`.
|
||||
@@ -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
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"http": "patch"
|
||||
"http-js": "patch"
|
||||
---
|
||||
|
||||
Persist cookies to disk and load it on next app start.
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"fs": "patch:bug"
|
||||
"fs-js": "patch:bug"
|
||||
---
|
||||
|
||||
Fix `writeFile` ReadableStream handling due to missing async iterator support on macOS platform
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
process: patch
|
||||
process-js: patch
|
||||
---
|
||||
|
||||
Migrate restart to use tauri's new `AppHandle::request_restart` method
|
||||
@@ -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`
|
||||
Reference in New Issue
Block a user