Files
nupst/ts
Juergen Kunz e6ddfd66c5
Some checks failed
CI / Type Check & Lint (push) Successful in 6s
CI / Build Test (Current Platform) (push) Successful in 5s
Release / build-and-release (push) Failing after 4s
CI / Build All Platforms (push) Has been cancelled
fix(update): normalize version strings for correct comparison
The version check was comparing "4.0.8" (no prefix) with "v4.0.8"
(with prefix), causing it to always think an update was available.

Now both versions are normalized to have the "v" prefix before
comparison, so "Already up to date!" works correctly.
2025-10-19 22:56:12 +00:00
..