mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
publish new versions (#2643)
Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
848e703b78
commit
85635a2807
@@ -1,6 +0,0 @@
|
||||
---
|
||||
deep-link: minor
|
||||
deep-link-js: minor
|
||||
---
|
||||
|
||||
Exposed Android's `path`, `pathPattern` and `pathSuffix` configurations.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
deep-link: minor
|
||||
deep-link-js: minor
|
||||
---
|
||||
|
||||
Added a `scheme` configuration to set a scheme other than http/https. This is only supported on Android and will still default to http,https if not set.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
single-instance: patch
|
||||
---
|
||||
|
||||
fix `cwd` in single instance on macOS, which was the cwd of the first instance, instead of the second (like it is on windows and linux)
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
fs: minor
|
||||
fs-js: minor
|
||||
---
|
||||
|
||||
Reduce the overhead of `watch` and `unwatch`
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
global-shortcut: patch
|
||||
global-shortcut-js: patch
|
||||
---
|
||||
|
||||
Updated `global-hotkey` crate to `0.7` to fix a panic when trying to register a key combination which was already registered by another program. No API changes.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"http": patch
|
||||
"http-js": patch
|
||||
---
|
||||
|
||||
Properly handle responses with status code 204.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"opener": patch
|
||||
"opener-js": patch
|
||||
---
|
||||
|
||||
Adjust `open_url` url type to allow `URL`
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"opener": patch
|
||||
"opener-js": patch
|
||||
---
|
||||
|
||||
Update `windows` crate to 0.61 to align with Tauri 2.5
|
||||
Reference in New Issue
Block a user