Skip to content

Releases: AnonymouX47/termvisage

0.1.0 (First official release)

03 Jun 00:20
Compare
Choose a tag to compare

0.1.0 - 2023-06-03

Fixed

  • Uppercase letters in hex BG colors being flagged as invalid (term-image@b4533d5).
  • Crash when "log file" or --log-file specifies a path with a non-stat-able directory (term-image@8b0af4c).
  • [tui] Render style support when multiprocessing is enabled (1637a38).
  • [tui] Erasure of the last column of images with iterm2 render style (5d828d1).
  • [tui] UI Foreground color for terminals with white background (c1249ce).
  • [tui] Notification bar not hidden when --quiet is specified (1692d6c).

Added

  • [tui] "About" section within the "Help" overlay (19b6650).
  • [tui] File name labels to image grid cells (e64edd4).
  • [tui] Support for terminal synchronized output (ad059bb).
  • [cli] --long-help command-line option for full help message (d5852e6).
  • [cli] Support for shell completions (#4).
    • argcomplete>=2,<4 dependency
    • --completions command-line option

Changed

  • [config] Changed default value of "log file" config option to "{$XDG_STATE_HOME}/termvisage/termvisage.log" (ab971d6, cbbd162).
  • [tui] Grid cells are now re-rendered upon window resize (a244048).
  • [cli] Shortened the output of --help command-line option (d5852e6).
  • [config] Renamed config files from "config.json" to "termvisage.json" (a23f2fe).
  • Improved startup time when --quiet is not specified (aa05a76).

Removed

  • As much usage of term-image private API (term-image#70).
  • --checkers, --getters and --grid-renderers command-line options (#5).