Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 18:29
· 0 commits to f45d5a02a37e70ad5afea88ec64785142257c6d6 since this release
9154a96

0.7.0 (2026-08-04)

Features

  • agent: end a terminal's whole workload, not just its shell (#115) (78351a2)
  • agent: publish who the daemon is, and let it be asked to stop (#123) (9833e11)
  • agent: tear down terminals when the daemon is asked to stop (#118) (023c3a3)
  • desktop: keep the updater out of Store builds, record its public key (#112) (3626f92)
  • desktop: the close preference moves where the gestures arrive (#137) (36cb07f)
  • desktop: the gestures quit, and one place decides it (#138) (fdb8fc6)
  • hub: let the hub quit — stop reviving, stop the agent, stop itself (#126) (11a7055)
  • hub: make a second hub impossible, with a lock the kernel releases (#133) (014e3f2)
  • hub: quit ends everyone's terminals, so it asks first (#135) (0dc17e0)

Documentation

  • ask a local agent to stop with the OS, not with a protocol message (40d2b59)
  • mark the quit lifecycle plan as canonical (7af2b75)
  • narrow the update flow's Unix teardown promise to the process group (5eefa5c)
  • plans: stop promising that logging out quits termora (9407c2c)
  • put the no-relaunch latch in the hub and give it all three paths (53f51bb)
  • spec the in-app update flow (2b16a8c)

CI/CD

  • run the Rust tests on Windows, and make them pass there (#120) (1eaf1c9)