termy
← all releases

v0.1.88

Tabs

  • Tab titles now center properly with symmetric padding text no longer shifts when hovering or when ⌘N switch hints appear.
  • Default close button visibility flipped to Hover only. Active tab no longer permanently shows the (×).
  • Quieter close-button hover: only the color brightens, no background chip.
  • New Uniform tab width mode (now default): every tab gets an equal slice of the strip instead of resizing to title length.

Appearance

  • Auto dark/light theme. New theme_mode = manual | system config. When set to system, Termy follows the OS appearance and live-swaps between theme_light and theme_dark via the window appearance observer.
  • UI Font Family. New ui_font_family config controls the font used for tabs, command palette, search, and settings UI independent from the terminal cell font (font_family).

Notes

  • Bundled themes are still dark-only. Use the Theme Store to install a light theme (e.g. catppuccin-latte) before flipping theme_mode to system.
  • Existing configs continue to work; new keys default to current behavior unless changed.