chore: Merge branch v1 into v2 (#702)

This commit is contained in:
Fabian-Lars
2023-11-14 01:50:13 +01:00
committed by GitHub
parent d4d1633c4d
commit 251852ccbc
42 changed files with 1663 additions and 5522 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"sql": patch
---
Fixed an issue where float-like values were decoded as `null`.
+5
View File
@@ -0,0 +1,5 @@
---
"stronghold": patch
---
Added `Builder::with_argon2`.
+5
View File
@@ -0,0 +1,5 @@
---
"positioner": patch
---
`TrayLeft`, `TrayRight` and `TrayCenter` will now position the window according to the tray position relative to the monitor dimensions to prevent windows being displayed partially off-screen.
+5
View File
@@ -0,0 +1,5 @@
---
"upload": patch
---
Use `BufWriter` to reduce IO calls.
+6
View File
@@ -0,0 +1,6 @@
---
"websocket": patch
"websocket-js": patch
---
Add support for custom request headers.