Skip to content

v0.100.0

Latest

Choose a tag to compare

@aidemsined aidemsined released this 26 Aug 20:17
· 21 commits to dev since this release

What's New

  • Operations graph can expand an operation in place into its device operations - incoming and outgoing edges attach to the inner nodes, so the dataflow continues through the box instead of stopping at it.
  • Navigation converted to a collapsible side rail that remembers its state, replacing the top bar — Adjusted other routes to take advantage of the reclaimed space
  • A new remote host can be trusted from the app, with the fingerprint shown - a changed host key is called out separately and is not offered a trust action.
  • Local logs record whether the app was launched from source, a wheel, or hosted.
  • Added a command to install and run a local wheel for testing.
  • Buffer-focus toasts go through the shared notification helper.
  • Contributor guidance (Agents and Conventions) was revised.
  • GitHub Copilot instructions were added.
  • Remaining data-fetching hooks are fully typed.
  • Domain types finished moving from definitions/ into model/.
  • Remaining store imports go through one module.
  • Backend test-module helpers are prefixed with an underscore.
  • flake8’s line length matches black’s 88.
  • Uploaded-name helper was renamed for the files it actually covers.
  • Overloaded error-message state was renamed so status copy is not treated as an error.

What's Changed

Full Changelog: v0.99.0...v0.100.0