Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 769 Bytes

CHANGELOG.md

File metadata and controls

25 lines (21 loc) · 769 Bytes

CHANGELOG

unreleased:

  • Support building json-tui from external packages. Useful for distributions that want to package json-tui without using FetchContent.
  • Roll new FTXUI version. This fixes Table horizontal separators.
  • Fix component ordering in some tables.
  • Support G and gg keybinding.
  • Support '-' and '+'.
  • Add option -k, -key, -keybinding. This displays the supported keys.

v1.3.0:

  • Add the "table view" toggle. This turn Array of objects into tables.

v1.2.0

  • Add '-f' or '--fullscreen" options. It causes the JSON to be displayed on the alternate buffer, in fullscreen.
  • Use 'q' or 'escape' to quit.
  • Support Windows. Reading the JSON from stdin is not supported.
  • Argument parser improvement.