orca/src
Jinjing 4479e4c0eb
fix: use >= in compareVersions fallback to handle equal/unparseable versions (#635)
compareVersions returns 0 for both genuinely equal versions and
unparseable strings. In the localIndex === -1 fallback path, skipping
on >= 0 (instead of just > 0) avoids showing stale rich cards when
the version relationship is ambiguous.
2026-04-14 10:33:25 -07:00
..
cli feat: add WSL support for repos on WSL filesystems (#375) 2026-04-07 21:02:36 -04:00
main fix: use >= in compareVersions fallback to handle equal/unparseable versions (#635) 2026-04-14 10:33:25 -07:00
preload fix: resolve Windows freeze when switching worktrees with right sidebar open (#628) 2026-04-14 00:45:04 -07:00
relay feat: Add SSH remote support (beta) (#590) 2026-04-13 19:23:09 -07:00
renderer fix: copy-on-selection for right-click paste in terminal (#632) 2026-04-14 10:07:30 -07:00
shared fix: resolve Windows freeze when switching worktrees with right sidebar open (#628) 2026-04-14 00:45:04 -07:00