Changelog

New features, improvements, and fixes in every release.

0.15

  • Per-Workspace IDE Preference

    The IDE button now remembers your choice per workspace, so each project opens in the right editor automatically.

  • GPU-Accelerated Terminal

    Enjoy even smoother terminal sessions thanks to an all-new GPU-accelerated backend, powered by the latest release of SwiftTerm.

  • Per-Terminal Working Directory

    Set a custom starting directory for each terminal instead of always inheriting the workspace default.

  • Native Font Picker

    Choose your terminal font with a native macOS font picker right in settings.

Bug Fixes

  • Fixed an issue where all terminals would appear crashed with “exit: 9” after restarting Maestri, particularly after an auto-update.
  • Holding space and clicking on a terminal or note no longer focuses it — it pans the canvas as expected.
  • Custom fonts now survive terminal reloads instead of reverting to the default.
  • Agents can now read and edit notes even when you’ve switched to a different workspace.
  • The Maestri CLI skill is installed at app launch so it’s ready immediately, not just after the first agent connects.

0.14

  • CMD+Click URLs in Terminal

    See a link in your terminal? Just CMD+click it to open in your browser.

  • Smart Copy (⌘⇧C)

    Copies terminal text as clean, readable paragraphs instead of broken lines.

  • Smarter Connection Lines

    Ropes now route around terminals in the way instead of cutting through them.

  • Canvas Right-Click Paste

    Right-click anywhere on the canvas to paste exactly where you clicked.

Bug Fixes

  • Fixed the “Check for updates automatically” toggle in Settings not reflecting state changes.

0.13

  • Improved performance on markdown rendering for notes
  • Allow images to be dropped on terminals
  • Cmd+W now properly closes sticky notes and text nodes
  • Text nodes support multiline editing with Shift+Enter
  • Terminal rename field auto-focuses when triggered from the context menu
  • Design fixes and stability improvements