Skip to content

Commit 251852c

Browse files
authored
chore: Merge branch v1 into v2 (tauri-apps#702)
1 parent d4d1633 commit 251852c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1655
-5514
lines changed

.changes/sql-decode-floats.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"sql": patch
3+
---
4+
5+
Fixed an issue where float-like values were decoded as `null`.

.changes/stronghold-argon2.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"stronghold": patch
3+
---
4+
5+
Added `Builder::with_argon2`.

.changes/tray-position.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"positioner": patch
3+
---
4+
5+
`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.

.changes/upload-bufwriter.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"upload": patch
3+
---
4+
5+
Use `BufWriter` to reduce IO calls.

.changes/websocket-headers.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"websocket": patch
3+
"websocket-js": patch
4+
---
5+
6+
Add support for custom request headers.

0 commit comments

Comments
 (0)