Skip to content

v0.1.37

Choose a tag to compare

@github-actions github-actions released this 06 Aug 11:07
· 31 commits to main since this release

KodaX Space v0.1.37

Changed

  • KodaX 0.7.83 Registry alignment - Root/Desktop manifests, workspace
    packages, lockfile views, installed bytes, and the runtime compatibility
    gate now use one exact npm Registry package and integrity pin.
  • Multi-Session recovery - Session hydration, history paging, live
    projection, and recovery now keep project, surface, Session, request, and
    Runtime identity aligned while Sessions are restored or switched.
  • Safe close and renderer surface - Complete-exit recovery remains visible
    when Runtime shutdown cannot be proven, and the bootstrap document uses the
    semantic surface tokens used by the current UI.

Fixed

  • Prevented stale recovery snapshots or late Runtime events from hiding active
    work, moving output across Sessions, or resurrecting an invalid owner.
  • Stabilized daemon shutdown and safe-close recovery after multi-Session work,
    including the Keep Open relaunch path.
  • Updated compatibility tests for the published KodaX 0.7.83 package.

Documentation

  • Added the v0.1.37 feature design, release-readiness record, and Issue 175
    regression guide.
  • Synchronized README files, the documentation hub, PRD/HLD, Feature List,
    capability ledger, known issues, usage guide, Chinese user manual, builtin
    skill guide, beginner guide, and in-app kodax_manual.

Verification

  • Full workspace tests, release checks, typecheck, lint, production smoke
    build, package smoke, and GitHub main/tagged workflows are release gates.


Installation Notes

Unsigned installers: first launch may trigger OS trust prompts.

  • Windows: use Setup.exe for normal install, Portable.exe for no-install launch, or the matching .zip fallback if the browser blocks direct .exe downloads.
  • Windows SmartScreen: click "More info" -> "Run anyway"
  • macOS: Gatekeeper -> right-click -> Open -> confirm
  • Linux: chmod +x *.AppImage then run; or sudo dpkg -i *.deb

KodaX Space is a local-first tool for trusted users; installers remain unsigned for this release.

Verify Checksums

SHA-512 checksums are included in the uploaded latest*.yml electron-updater manifests; GitHub also exposes a SHA-256 digest for each release asset.

Full Changelog: v0.1.36...v0.1.37