github Yeachan-Heo/oh-my-claudecode v4.1.14

latest releases: v4.10.2, v4.10.1, v4.10.0...
one month ago

Bug Fix

HUD: false update notification (#549)

The HUD version display (introduced in v4.1.13) showed a spurious update prompt like [OMC#4.1.13] -> 3.10.0 omc update when a stale ~/.omc/update-check.json cache existed from older OMC versions.

Root cause: Version comparison used !== instead of semantic version comparison, so any difference (even older versions) triggered the notification.

Fix: Use compareVersions() for proper semver comparison - only show update notification when the cached version is actually newer.

Full Changelog

v4.1.13...v4.1.14

Don't miss a new oh-my-claudecode release

NewReleases is sending notifications on new releases.