Skip to content

v2.0.3

Choose a tag to compare

@RedFoxy RedFoxy released this 06 Sep 16:51
· 7 commits to main since this release

[2.0.3] — 2026-09-06

Fixed

  • Version Check Logic: Corrected version comparison to properly handle numeric version ordering
    • Previously showed v2.0.1 as newer than v2.0.2
    • Now correctly identifies when local version is newer than latest on GitHub
    • Version comparison now numerically correct (sort -V)