mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-27 11:56:05 +02:00
refactor(window-state)!: use json instead of bincode (#1078)
* feat(window-state): add option to use json * feat(window-state): change state file from bincode to serdejson * change file * fmt
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"window-state": patch
|
||||
---
|
||||
|
||||
**Breaking change**: Changed the format of the state file from bincode to json. Also changed the filename to from `.window-state` to `.window-state.json`.
|
||||
Reference in New Issue
Block a user