v0.63.0-beta.3
Pre-release
Pre-release
·
158 commits
to main
since this release
Delta since previous beta (v0.63.0-beta.2) — 1 new changeset.
Patch Changes
- Reopening a single-file window (
ok open <file>) after its background server has stopped now starts a fresh, live editing session instead of silently reconnecting to the dead one. The desktop app remembers an open single-file window by the file's path, but it was only checking that the window was still on screen, not that the server behind it was still running. So if that server had exited (a crash, an idle shutdown, or a manual stop) while the window stayed open, opening the same file again reported success but left you with an editor that could never connect. The app now checks that the server is actually alive before reusing a window, and it also notices when a single-file server exits on its own and retires the stale session so the next open starts clean.
Downloads
| Platform | Architecture | Download |
|---|---|---|
| macOS | Apple Silicon | OpenKnowledge-arm64.dmg |
| Windows | x64 | OpenKnowledge-Setup-x64.exe |
| Windows | arm64 | OpenKnowledge-Setup-arm64.exe |
| Debian / Ubuntu | x64 | OpenKnowledge-amd64.deb |
| Debian / Ubuntu | arm64 | OpenKnowledge-arm64.deb |
| Fedora / RHEL | x64 | OpenKnowledge-x86_64.rpm |
| Fedora / RHEL | arm64 | OpenKnowledge-aarch64.rpm |