You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.2.4] - 2026-06-30
Changed
LCS-Based Fine-Grained Diffs: Refactored the unified diff generator to use an LCS (Longest Common Subsequence) algorithm on the modified section of the file. This ensures that only the parameters that have actually changed are replaced in the generated patch, while unchanged parameters remain as standard context lines.
Fixed
Value Parsing Bug: Fixed a parsing bug where parameter values with leading whitespace (e.g., after the = symbol) failed to be extracted, which caused limits comparison to evaluate both mainline and generated data as empty and falsely report that no differences existed.