Publish New Versions (v2) (#2348)

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-27 19:34:40 +01:00
committed by GitHub
parent 78acfa456f
commit ad17266273
26 changed files with 77 additions and 71 deletions
-6
View File
@@ -1,6 +0,0 @@
---
websocket-js: minor
websocket: minor
---
`addListener` now returns a cleanup function instead of `void` to remove the listener.
-6
View File
@@ -1,6 +0,0 @@
---
clipboard-manager: patch
clipboard-manager-js: patch
---
Explicitly drop `arboard::Clipboard` on exit. Add recommendation to not use read methods on the mainthread.
-6
View File
@@ -1,6 +0,0 @@
---
"http": minor
"http-js": minor
---
Add `dangerous-settings` feature flag and new JS `danger` option to disable tls hostname/certificate validation.
-6
View File
@@ -1,6 +0,0 @@
---
"log": patch
"log-js": patch
---
Use `objc2` instead of `objc`.
-6
View File
@@ -1,6 +0,0 @@
---
updater: minor
updater-js: minor
---
The `Update` struct/object will now contain a `raw_json`/`rawJson` property to be able to read parts of server's json response that are not handled by the plugin.