publish new versions (#2822)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-20 23:39:53 +02:00
committed by GitHub
parent 6f345870df
commit d66aa6ff78
33 changed files with 98 additions and 71 deletions
-6
View File
@@ -1,6 +0,0 @@
---
barcode-scanner: minor
barcode-scanner-js: minor
---
Added support for GS1 DataBar on iOS 15.4+
-6
View File
@@ -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.
-7
View File
@@ -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.
-6
View File
@@ -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
-6
View File
@@ -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`