Skip to content

1.0.1

Choose a tag to compare

@austins austins released this 04 Sep 11:25
· 13 commits to main since this release

What's changed

Performance and reliability

  • Changed fades from tick-counted to elapsed-time-based progress for more consistent transition durations.
  • Avoided redundant gamma writes when slider previews resolve to unchanged values.
  • Reapplied active previews after display changes or reconnections.
  • Reused gamma-ramp and drift-readback buffers to reduce temporary allocations.

Packaging

  • Reduced the download size from 77.0 MB to 71.2 MB by excluding non-English framework resources from the published executable.
  • Stamped the file and product version from the release tag, so Windows file properties now report the correct version.

Maintenance and documentation

  • Refactored constants and improved internal code documentation.
  • Expanded tests for fade calculations, gamma-state comparisons, and reusable ramp buffers.
  • Excluded the XML documentation file from publish output.
  • Validated release tags as semantic versions before publishing.
  • Updated README.

Full Changelog: 1.0.0...1.0.1