Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 09:38
8dcfbf5

0.8.0 (2026-08-07)

⚠ BREAKING CHANGES

  • the executables, CLI command, environment variables, HTTP headers, application identifier, package scope and the config and state directories are all renamed. An existing installation is detected and refused rather than silently presented as empty.

Bug Fixes

  • root: take the published fixes for four advisories, on the supported majors (f384aa7)

Refactoring

  • rename termora to lasterm, and refuse to start beside the old install (117d9dc), closes #166 #167 #158

Documentation

  • say which hub a client drives, and what local means (2eecbd5)
  • say why quitting kills process trees when an API already exists (debcfe1)
  • trim the process-tree rationale back under the line budget (4eb4c21)

CI/CD

  • run the built hub before publishing it, and check what it printed (#159) (29e9f53), closes #144