Skip to content

ThrottleGear-0.2.4

Choose a tag to compare

@scardracs scardracs released this 30 Jun 14:46
9f9f806

[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.