Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1 KB

File metadata and controls

38 lines (31 loc) · 1 KB

CHANGELOG

unreleased:

v1.4.2:

  • Update FTXUI to v7.0.0. Fixes compatibility with ftxui-7.0.0 system packages. (#38)

v1.4.1:

  • Fix build for FreeBSD without using FetchContent

v1.4.0:

  • 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.
  • FTXUI v6.0.0

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.