Skip to content

v0.1.44

Choose a tag to compare

@notnaki notnaki released this 25 Aug 22:05
· 10 commits to main since this release
e38c721

New

  • Lite mode (vesta-lite, Settings → Sessions, or ⌥⌘N for a one-off): ghostty-like windows — titlebar + terminal only, no sidebar/footer/workspaces. Splits work; shells are plain processes that end when the window closes. Your full workspace setup stays saved and returns when you turn it off. (#122, #124)

Fixed

  • Updates no longer repaint the visible history twice. The daemon's in-place upgrade dropped every relay connection; the reconnect replayed the whole scrollback ring onto a screen that never went away. Reconnecting relays now skip the replay (a crash-reconnect still gets the session-restarted divider). Note: the update to this version is still driven by the old relay one last time — updates after it are clean. (#123)
  • Frozen windows dim all the way up. With one workspace open in two windows, the unfocused window's titlebar strip kept the live glassy look while the content below dimmed — the strip now dims with its snapshot. (#125)

What's Changed

  • feat: lite mode — ghostty-like windows (vesta-lite) by @notnaki in #122
  • docs: vesta-lite config row, ⌥⌘N keybind, roadmap shipped note by @notnaki in #124
  • fix: no ring replay on relay reconnect — updates repainted history twice by @notnaki in #123
  • fix: frozen window's titlebar strip dims with its snapshot by @notnaki in #125

Full Changelog: v0.1.43...v0.1.44