Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Jan 02:28
4c866e5

0.5.0 (2026-01-20)

Features

  • behavior: add terminal_type field for TERM environment variable (#66) (5b14dd0)
  • cli: add --check-fonts flag for font existence validation (#63) (b04328b)
  • cli: announce destination path when writing to terminal by name (#64) (48bbd1b)
  • ghostty: add theme name support for color schemes (#56) (#61) (824c6df)
  • ghostty: convert iTerm2 hotkey window hotkey to Ghostty keybind (#50) (4b48b20)
  • iterm2: add copy_on_select support via CopySelection setting (#67) (3f8df7b)
  • iterm2: add support for Ligatures, Option Key, Tab Color, Terminal Type (#60) (6444523)
  • schema: add background image support to CTEC WindowConfig (#62) (e850a63), closes #57
  • schema: add mouse_hide_while_typing to BehaviorConfig (#65) (d82a4c9)
  • scripts: use local ghostty CLI for knowledge base docs (#55) (#58) (bb30608)
  • wezterm: add window_frame and multiplexer domain support (#40) (#59) (2f6e677)

Bug Fixes

  • fonts: handle abbreviated weight suffixes and NFP Nerd Font pattern (#53) (9c7b872)
  • terminal_app: add required name key to exported profiles (#54) (2ecae5d)
  • terminal_app: use PostScript font names for proper font resolution (2ecae5d)

Documentation

  • terminal_app: add note about PostScript font names (2ecae5d)

Miscellaneous

  • ci: overhaul CI workflow and standardize on mise (#51) (efc7073)
  • tests: split test_terminals.py into focused test files (#68) (3cc5fb9)