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:
thewh1teagle
2024-03-29 02:41:42 +02:00
committed by GitHub
parent 57d01bf82e
commit c013fa52cd
3 changed files with 24 additions and 23 deletions
+5
View File
@@ -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`.