mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
Publish New Versions (v2) (#1966)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cfb3ec0e21
commit
57f69c6615
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"upload": "minor"
|
||||
"upload-js": "minor"
|
||||
---
|
||||
|
||||
Added feature for calculating `transfer_speed` during file uploads and downloads
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"sql-js": patch
|
||||
---
|
||||
|
||||
Fixed incorrect documentation of the select method in the Database class.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"clipboard-manager": patch
|
||||
---
|
||||
|
||||
Fix that `read_image` wrongly set the image rgba data with binary PNG data.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
sql: patch
|
||||
---
|
||||
|
||||
Replace `Mutex` with `RwLock` to enable concurrent SQL execution.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"fs-js": "patch"
|
||||
---
|
||||
|
||||
Fix `writeTextFile` converting UTF-8 characters (for example `äöü`) in the given path into replacement character (`�`)
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
log-plugin: patch
|
||||
---
|
||||
|
||||
**Potentially breaking:** Updated `fern` from 0.6 to 0.7. This is technically a breaking change because `fern` is re-exported in `tauri-plugin-log`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
window-state: patch
|
||||
---
|
||||
|
||||
On macOS the plugin now (temporarily) ignores the maximized state for undecorated windows on resize events to fix app freezes.
|
||||
Reference in New Issue
Block a user