publish new versions (#2011)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-12-02 13:45:24 +01:00
committed by GitHub
parent de4808f96d
commit 1f5ed2fbb0
59 changed files with 168 additions and 157 deletions
-5
View File
@@ -1,5 +0,0 @@
---
fs: minor
---
Add the `size` method to get the size of a file or directory.
-6
View File
@@ -1,6 +0,0 @@
---
"upload": "minor"
"upload-js": "minor"
---
Added a new field `progressTotal` to track the total amount of data transferred during the upload/download process.
-5
View File
@@ -1,5 +0,0 @@
---
"updater": "minor"
---
Added support for `.deb` package updates on Linux systems.
-5
View File
@@ -1,5 +0,0 @@
---
clipboard-manager-js: patch
---
Fix clipboard manager client side api not copying fallback alternative text when calling `writeHtml`.
@@ -1,6 +0,0 @@
---
deep-link: patch
deep-link-js: patch
---
`onOpenUrl()` will now not call `getCurrent()` anymore, matching the documented behavior.
-5
View File
@@ -1,5 +0,0 @@
---
dialog: patch
---
The `Dialog` struct is now correctly exported, primarily to fix the documentation on `docs.rs`.
-6
View File
@@ -1,6 +0,0 @@
---
fs: minor
persisted-scope: minor
---
**Breaking Change:** Replaced the custom `tauri_plugin_fs::Scope` struct with `tauri::fs::Scope`.
@@ -1,6 +0,0 @@
---
'log-plugin': 'patch'
'log-js': 'patch'
---
Make webview log target more consistent that it always starts with `webview`
-6
View File
@@ -1,6 +0,0 @@
---
"fs": "patch"
"fs-js": "patch"
---
Improve performance of `readTextFile` and `readTextFileLines` APIs
-7
View File
@@ -1,7 +0,0 @@
---
"fs": "patch"
"fs-js": "patch"
---
Fix `readDir` function failing to read directories that contain broken symlinks.
-7
View File
@@ -1,7 +0,0 @@
---
"fs": "patch"
"fs-js": "patch"
---
Add support for using `ReadableStream<Unit8Array>` with `writeFile` API.
-5
View File
@@ -1,5 +0,0 @@
---
"http": "patch"
---
Add tracing logs for requestes and responses behind `tracing` feature flag.
@@ -1,5 +0,0 @@
---
'localhost': 'minor'
---
Add custom host binding to allow external access
-6
View File
@@ -1,6 +0,0 @@
---
"opener": "major"
"opener-js": "major"
---
Initial Release
@@ -1,6 +0,0 @@
---
"positioner-js": minor
---
Add `moveWindowConstrained` function that is similar to `moveWindow` but constrains the window to the screen dimensions in case of tray icon positions.
@@ -1,6 +0,0 @@
---
"positioner": minor
---
Add `WindowExt::move_window_constrained` method that is similar to `WindowExt::move_window` but constrains the window to the screen dimensions in case of tray icon positions.
@@ -1,5 +0,0 @@
---
"sql": "patch"
---
Allow blocking on async code without creating a nested runtime.