This patch release fixes conditional formatting round-trip issues, adds environment variable expansion support in paths, and improves the test runner UX.
Bug Fixes
- Fix byte-exact round-trip for multi-rule legacy conditional formats and CF14 trailer echo — prevents loss of complex legacy blocks and non-white BackColors on import. See #715 Thanks, @Docent24!
- Show cancel confirmation dialog during silent test runs instead of logging to console with no user prompt.
- Fix typo in comment. Thanks, @ronmcca!
Enhancements
- Add environment variable expansion in path functions (
VerifyPath,GetUncPath) — paths containing%VARIABLE%placeholders are now expanded before processing. Fixes #596 Thanks, @Docent24!
See commit history for full details.