Skip to content

Releases: vestaterm/Vesta

v0.1.53

Choose a tag to compare

@github-actions github-actions released this 31 Aug 00:24
a23aeac

What's Changed

  • fix(vestad): poll() instead of select() — fd_set overflows past fd 1023 by @notnaki in #136

Full Changelog: v0.1.52...v0.1.53

v0.1.52

Choose a tag to compare

@github-actions github-actions released this 30 Aug 23:54
0905013

What's Changed

  • fix: no highlight flicker per wheel tick, and ⇧⌘ is the chord under capture by @notnaki in #135

Full Changelog: v0.1.51...v0.1.52

v0.1.51

Choose a tag to compare

@github-actions github-actions released this 30 Aug 23:50
6431ada

What's Changed

  • fix: drop the ⇧ hover fake — it kept riding into Claude Code's wheel reports by @notnaki in #134

Full Changelog: v0.1.50...v0.1.51

v0.1.50

Choose a tag to compare

@github-actions github-actions released this 30 Aug 23:28
0cf083b

What's Changed

  • fix: drop the sidebar list's scrollbar — it drew a bar down the cards by @notnaki in #132
  • fix: link underline no longer sticks, and the wheel keeps its real modifiers by @notnaki in #133

Full Changelog: v0.1.49...v0.1.50

v0.1.49

Choose a tag to compare

@github-actions github-actions released this 30 Aug 20:30
a98bdbe

What's Changed

  • feat: vesta-link-click — ⌘-click, double-click or single click opens a link by @notnaki in #131

Full Changelog: v0.1.48...v0.1.49

v0.1.48

Choose a tag to compare

@github-actions github-actions released this 30 Aug 20:02
adcc054

What's Changed

  • feat: link hover underline/cursor without ⌘, with a Settings toggle by @notnaki in #130

Full Changelog: v0.1.47...v0.1.48

v0.1.47

Choose a tag to compare

@github-actions github-actions released this 29 Aug 21:38
0c848a1

What's Changed

  • feat: links underline on hover, hand cursor, click opens them by @notnaki in #129

Full Changelog: v0.1.46...v0.1.47

v0.1.46

Choose a tag to compare

@notnaki notnaki released this 26 Aug 23:22
ee8a9a3

Fixed

  • A stuck background daemon now heals itself — if vestad ever stops responding (the "every pane frozen, reopening shows only a Last login line" hang), a built-in watchdog replaces it within about a minute and panes reconnect with scrollback restored — no more manual force-quit. Every operation in the daemon's event loop is also individually bounded now (kill-before-reap with pid guards, non-blocking accept, a hard per-client send budget), so the known ways to wedge it are closed, and watchdog.log in the mux dir records any time the safety net fires. (#127)

What's Changed

  • fix(vestad): watchdog + bounded loop ops so a wedged daemon self-heals by @notnaki in #127

Full Changelog: v0.1.45...v0.1.46

What's Changed

  • fix(vestad): watchdog + bounded loop ops so a wedged daemon self-heals by @notnaki in #127

Full Changelog: v0.1.45...v0.1.46

v0.1.45

Choose a tag to compare

@notnaki notnaki released this 25 Aug 22:14
d6a13c1

Fixed

  • Lite windows: the title sits closer to the traffic lights — it no longer hangs where the hidden sidebar toggle would have been. (#126)

What's Changed

  • fix(lite): titlebar path starts 8pt after the traffic lights by @notnaki in #126

Full Changelog: v0.1.44...v0.1.45

v0.1.44

Choose a tag to compare

@notnaki notnaki released this 25 Aug 22:05
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