mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
Publish New Versions (v2) (#3211)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
305c4f6b4e
commit
50b159f668
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"updater": minor
|
||||
"updater-js": minor
|
||||
---
|
||||
|
||||
Add no_proxy config to disable system proxy for updater plugin.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
barcode-scanner: patch
|
||||
barcode-scanner-js: patch
|
||||
---
|
||||
|
||||
On iOS, fixed an application crash happening when the scanner was started when user denied permission before.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
barcode-scanner: patch
|
||||
barcode-scanner-js: patch
|
||||
---
|
||||
|
||||
On iOS, start the scanning session on a separate thread to fix performance issues.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
barcode-scanner: patch
|
||||
barcode-scanner-js: patch
|
||||
---
|
||||
|
||||
On iOS, fixed an application crash happening when the scanner was started on the iOS Simulator (no camera available).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
http: patch
|
||||
http-js: patch
|
||||
---
|
||||
|
||||
Cleanup resource when the returned `ReadableStream.cancel` is called to avoid memory leaks
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"sql": "patch"
|
||||
"sql-js": "patch"
|
||||
---
|
||||
|
||||
Fixes issue with UUIDs returned as null in sql query results.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'shell': 'patch:bug'
|
||||
'shell-js': 'patch:bug'
|
||||
---
|
||||
|
||||
Make sidecars work in tests. Executable resolution is aware of the "deps" directory.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"updater": minor
|
||||
"updater-js": minor
|
||||
---
|
||||
|
||||
Allow configuring the updater client to accept invalid TLS certificates and hostnames for internal/self-signed update servers. These options are available via the plugin config (`dangerousAcceptInvalidCerts`, `dangerousAcceptInvalidHostnames`) and via the `UpdaterBuilder` (`dangerous_accept_invalid_certs`, `dangerous_accept_invalid_hostnames`).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"updater": minor
|
||||
"updater-js": minor
|
||||
---
|
||||
|
||||
Updater plugin now supports all bundle types: Deb, Rpm and AppImage for Linux; NSiS, MSI for Windows. This was added in https://github.com/tauri-apps/plugins-workspace/pull/2624
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"updater": minor
|
||||
"updater-js": minor
|
||||
---
|
||||
|
||||
Updated `reqwest` to 0.13, make sure to update your `reqwest` dependency if you're using `UpdaterBuilder::configure_client`
|
||||
Reference in New Issue
Block a user