Releases: vestaterm/Vesta
Releases · vestaterm/Vesta
Release list
v0.1.53
What's Changed
Full Changelog: v0.1.52...v0.1.53
v0.1.52
What's Changed
Full Changelog: v0.1.51...v0.1.52
v0.1.51
What's Changed
Full Changelog: v0.1.50...v0.1.51
v0.1.50
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
What's Changed
Full Changelog: v0.1.48...v0.1.49
v0.1.48
What's Changed
Full Changelog: v0.1.47...v0.1.48
v0.1.47
What's Changed
Full Changelog: v0.1.46...v0.1.47
v0.1.46
Fixed
- A stuck background daemon now heals itself — if
vestadever 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, andwatchdog.login the mux dir records any time the safety net fires. (#127)
What's Changed
Full Changelog: v0.1.45...v0.1.46
What's Changed
Full Changelog: v0.1.45...v0.1.46
v0.1.45
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
Full Changelog: v0.1.44...v0.1.45
v0.1.44
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