mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-04 13:48:01 +02:00
publish new versions (#2822)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
6f345870df
commit
d66aa6ff78
@@ -1,6 +0,0 @@
|
||||
---
|
||||
barcode-scanner: minor
|
||||
barcode-scanner-js: minor
|
||||
---
|
||||
|
||||
Added support for GS1 DataBar on iOS 15.4+
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"single-instance": patch
|
||||
---
|
||||
|
||||
Fix D-Bus name replacement logic on Linux to prevent multiple instances from acquiring the same well-known name.
|
||||
This patch updates the `zbus` dependency to the latest compatible version (`^5.9`) and explicitly sets `RequestNameFlags` to ensure a second instance fails to acquire the D-Bus name when another one is already running.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
upload: patch
|
||||
upload-js: patch
|
||||
---
|
||||
|
||||
Fix `download` and `upload` locks main thread on Android.
|
||||
Use Tokio to spawn task when invoking commands.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'window-state': 'minor'
|
||||
'window-state-js': 'minor'
|
||||
---
|
||||
|
||||
Making `flags` optional in the `saveWindowState`, `restoreState`, `restoreStateCurrent` JavaScripts APIs, leaving it empty will make it use plugin's default flags
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
fs: patch
|
||||
fs-js: patch
|
||||
---
|
||||
|
||||
Fix `writeFile` doesn't create a new file by default when the data is a `ReadableStream`
|
||||
Reference in New Issue
Block a user