Skip to content

Commit fa5417c

Browse files
committed
Move settings self-healing changelog entry to new v2.15.7 section
https://claude.ai/code/session_01Gej4ey7eUsbPRDqFWwxKyZ
1 parent fce86a2 commit fa5417c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to Stability Matrix will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html).
77

8+
## v2.15.7
9+
### Changed
10+
- Settings file saves are now atomic to prevent corruption from interrupted writes
11+
### Fixed
12+
- 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
13+
814
## v2.15.6
915
### Added
1016
- Added NVIDIA driver version warning when launching ComfyUI with CUDA 13.0 (cu130) and driver versions below 580.x
@@ -21,9 +27,7 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2
2127
- Updated ComfyUI-Zluda install to more closely match the author's intended installation method - thanks to @NeuralFault!
2228
- Updated Forge Classic installs/updates to use the upstream install script for better version compatibility with torch/sage/triton/nunchaku
2329
- Backslashes can now be escaped in Inference prompts via `\\`
24-
- Settings file saves are now atomic to prevent corruption from interrupted writes
2530
### 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
2731
- Fixed parsing of escape sequences in Inference such as `\\`
2832
- 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
2933
- 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)