publish new versions (#2477)

Co-authored-by: FabianLars <30730186+FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-03-10 14:17:57 +01:00
committed by GitHub
parent a1b3fa27f1
commit b40a02c525
36 changed files with 111 additions and 91 deletions
@@ -1,6 +0,0 @@
---
'clipboard-manager': 'patch:bug'
'clipboard-manager-js': 'patch:bug'
---
Fix clipboard-manager Wayland support.
-12
View File
@@ -1,12 +0,0 @@
---
geolocation: patch
geolocation-js: patch
haptics: patch
haptics-js: patch
notification: patch
notification-js: patch
os: patch
os-js: patch
---
Re-exported the `Geolocation`, `Haptics`, `Notification`, and `Os` structs so that they show up on docs.rs.
-6
View File
@@ -1,6 +0,0 @@
---
"http": minor
"http-js": minor
---
Add stream support for HTTP stream responses.
-5
View File
@@ -1,5 +0,0 @@
---
'log': 'minor:feat'
'log-js': 'minor:feat'
---
Add a `is_skip_logger` flag to the Log Plugin `Builder` struct, a `skip_logger()` method to the Builder, and logic to avoid acquiring (creating) a logger and attaching it to the global logger. Since acquire_logger is pub, a `LoggerNotInitialized` is added and returned if it's called when the `is_skip_looger` flag is set. Overall, this feature permits a user to avoid calling `attach_logger` which can only be called once in a program's lifetime and allows the user to control the logger returned from `logger()`. Additionally, it also will allow users to generate multiple Tauri Mock apps in test suites that run and parallel and have the `log` plugin attached (assuming they use `skip_logger()`).
@@ -1,6 +0,0 @@
---
"updater": minor
"updater-js": minor
---
Add `UpdaterBuilder::configure_client` method on Rust side, to configure the `reqwest` client used to check and download the update.
-6
View File
@@ -1,6 +0,0 @@
---
"updater": patch
"updater-js": patch
---
Enhance error logging.