| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| krnr_1.2.6_windows_installer.msi | 2026-02-17 | 7.6 MB | |
| krnr_1.2.6_checksums.txt | 2026-02-17 | 948 Bytes | |
| krnr_1.2.6_linux_amd64.deb | 2026-02-17 | 3.7 MB | |
| krnr_1.2.6_linux_arm64.deb | 2026-02-17 | 3.4 MB | |
| krnr_1.2.6_linux_amd64.rpm | 2026-02-17 | 3.8 MB | |
| krnr_1.2.6_linux_amd64.tar.gz | 2026-02-17 | 3.7 MB | |
| krnr_1.2.6_linux_arm64.rpm | 2026-02-17 | 3.5 MB | |
| krnr_1.2.6_windows_amd64.zip | 2026-02-17 | 3.8 MB | |
| krnr_1.2.6_darwin_amd64.tar.gz | 2026-02-17 | 3.7 MB | |
| krnr_1.2.6_darwin_arm64.tar.gz | 2026-02-17 | 3.5 MB | |
| krnr_1.2.6_linux_arm64.tar.gz | 2026-02-17 | 3.4 MB | |
| krnr_1.2.6_windows_arm64.zip | 2026-02-17 | 3.5 MB | |
| README.md | 2026-02-17 | 1.4 kB | |
| v1.2.6 source code.tar.gz | 2026-02-17 | 4.8 MB | |
| v1.2.6 source code.zip | 2026-02-17 | 4.9 MB | |
| Totals: 15 Items | 53.3 MB | 0 | |
v1.2.6 - 2026-02-17
This patch fixes a rollback bug that created duplicate version entries, eliminates flaky test failures, and adds Windows cross-compilation support.
Bug fixes
Rollback duplicate version entries
Rolling back to a previous version was creating two new version records (an "update" + a "rollback") instead of just one. Now only a single "rollback" version entry is created.
Version preview not updating after a run
After running a command, stale run logs were overriding the left panel — pressing Enter on a version appeared to do nothing, and switching panes didn't update the preview. Run logs are now cleared on pane navigation so version previews and the original detail display correctly.
Flaky test failures
Fixed intermittent "database is locked" errors when running go test ./... — test packages now use isolated temporary databases instead of sharing a single file.
Portability
Windows cross-compilation
Unix-only PTY code has been split into build-tagged platform files (pty_unix.go, pty_windows.go), so GOOS=windows builds succeed.
Upgrade notes
No DB schema changes. Existing version history is unaffected — the fix only prevents future duplicate entries during rollback.