Publish New Versions (v2) (#1966)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-11-05 17:32:55 +01:00
committed by GitHub
parent cfb3ec0e21
commit 57f69c6615
27 changed files with 70 additions and 67 deletions
-6
View File
@@ -1,6 +0,0 @@
---
"upload": "minor"
"upload-js": "minor"
---
Added feature for calculating `transfer_speed` during file uploads and downloads
-5
View File
@@ -1,5 +0,0 @@
---
"sql-js": patch
---
Fixed incorrect documentation of the select method in the Database class.
-5
View File
@@ -1,5 +0,0 @@
---
"clipboard-manager": patch
---
Fix that `read_image` wrongly set the image rgba data with binary PNG data.
-5
View File
@@ -1,5 +0,0 @@
---
sql: patch
---
Replace `Mutex` with `RwLock` to enable concurrent SQL execution.
-5
View File
@@ -1,5 +0,0 @@
---
"fs-js": "patch"
---
Fix `writeTextFile` converting UTF-8 characters (for example `äöü`) in the given path into replacement character (``)
-5
View File
@@ -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.