publish new versions (#3070)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-08 15:34:17 +01:00
committed by GitHub
parent 9a2c98f450
commit 6e2e7e48c3
67 changed files with 194 additions and 181 deletions
@@ -1,6 +0,0 @@
---
"dialog-js": minor:feat
"dialog": minor:feat
---
Add `xdg-portal` as an optional feature for `rfd`
@@ -1,6 +0,0 @@
---
"log": "minor"
"log-js": "minor"
---
Allow specifying a log formatter per target using the `format` method on `Target`.
-6
View File
@@ -1,6 +0,0 @@
---
"dialog": minor
"dialog-js": minor
---
Add `pickerMode` option to file picker (currently only used on iOS)
@@ -1,5 +0,0 @@
---
"localhost": patch
---
Disable caching on responses.
@@ -1,6 +0,0 @@
---
shell: patch
shell-js: patch
---
Docs on example to Encoding usage in `Command::spawn`. No user facing changes.
@@ -1,6 +0,0 @@
---
"barcode-scanner": patch
"barcode-scanner-js": patch
---
Remove unnecessary checks on Android when requesting camera permission.
@@ -1,6 +0,0 @@
---
"deep-link": patch
"deep-link-js": patch
---
Fix clippy warnings. No user facing changes.
@@ -1,8 +0,0 @@
---
"fs": patch
"fs-js": patch
---
Fix off by one error in the implementation of readTextFileLines causing all lines to end with an (additional) null byte.
Issue: [#3154](https://github.com/tauri-apps/plugins-workspace/issues/3154)
PR: [#3155](https://github.com/tauri-apps/plugins-workspace/pull/3155)
@@ -1,6 +0,0 @@
---
"barcode-scanner": patch
"barcode-scanner-js": patch
---
Fix the `cameraView` is not removed after scanning in iOS.
-6
View File
@@ -1,6 +0,0 @@
---
"log": patch
"log-js": patch
---
Fix log file rotation when exceeding `max_file_size`.
-7
View File
@@ -1,7 +0,0 @@
---
"http": "patch"
"http-js": "patch"
---
Fix aborting a request in the middle of a streaming response.
-6
View File
@@ -1,6 +0,0 @@
---
"log": patch
"log-js": patch
---
Remove log delays for iOS simulators that are no longer necessary.
-6
View File
@@ -1,6 +0,0 @@
---
"nfc": "patch"
"nfc-js": "patch"
---
Update return value of `isAvailable` to match TypeScript function signature
-6
View File
@@ -1,6 +0,0 @@
---
opener: patch
opener-js: patch
---
Properly ignore `with: inAppBrowser` on desktop. This prevents an issue were `open_url` seamingly did nothing on desktop.
-6
View File
@@ -1,6 +0,0 @@
---
"store": patch
"store-js": patch
---
Return an error instead of panic when the internally tracked resource id is invalid on creating new stores
-6
View File
@@ -1,6 +0,0 @@
---
"upload": minor
"upload-js": minor
---
Upload plugin now supports specifying an HTTP method i.e. POST, PUT etc.
-6
View File
@@ -1,6 +0,0 @@
---
websocket: patch:bug
websocket-js: patch:bug
---
The WebSocket plugin will now install the default crypto provider if needed, preventing panics on WSS connections.