Skip to content

Commit fce86a2

Browse files
committed
Add changelog entry for settings self-healing (#1590)
https://claude.ai/code/session_01Gej4ey7eUsbPRDqFWwxKyZ
1 parent f1ac7d0 commit fce86a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2
2121
- Updated ComfyUI-Zluda install to more closely match the author's intended installation method - thanks to @NeuralFault!
2222
- Updated Forge Classic installs/updates to use the upstream install script for better version compatibility with torch/sage/triton/nunchaku
2323
- Backslashes can now be escaped in Inference prompts via `\\`
24+
- Settings file saves are now atomic to prevent corruption from interrupted writes
2425
### Fixed
26+
- Fixed [#1590](https://github.com/LykosAI/StabilityMatrix/issues/1590) - Startup crash when settings file is corrupted. Settings files are now self-healing with automatic recovery from null bytes, truncated JSON, and missing brackets
2527
- Fixed parsing of escape sequences in Inference such as `\\`
2628
- Fixed [#1546](https://github.com/LykosAI/StabilityMatrix/issues/1546), [#1541](https://github.com/LykosAI/StabilityMatrix/issues/1541) - "No module named 'pkg_resources'" error when installing Automatic1111/Forge/reForge packages
2729
- Fixed [#1545](https://github.com/LykosAI/StabilityMatrix/issues/1545), [#1518](https://github.com/LykosAI/StabilityMatrix/issues/1518), [#1513](https://github.com/LykosAI/StabilityMatrix/issues/1513), [#1488](https://github.com/LykosAI/StabilityMatrix/issues/1488) - Forge Neo update breaking things

0 commit comments

Comments
 (0)