Skip to content

Releases: ArthurSonzogni/json-tui

v1.4.1

22 Apr 12:39
562818c
Compare
Choose a tag to compare
  • Increase FTXUI, Args, JSON versions.
  • Fix build for FreeBSD without using FetchContent

v1.4.0

23 Mar 23:18
399fdc8
Compare
Choose a tag to compare
  • 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

19 Jan 15:40
Compare
Choose a tag to compare

The Table view feature. Whenever an array of object is encountered, it can be displayed as a table instead.

Demo

v1.2.0

12 Jan 23:59
f365a9f
Compare
Choose a tag to compare
  • 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.

v1.1.1

10 Jan 22:00
5a223aa
Compare
Choose a tag to compare
  • Fix hitbox after a terminal induced content scroll.
  • Add a better error message explaining why a JSON is not parsable.

v1.1.0

10 Jan 20:02
5160a55
Compare
Choose a tag to compare
  • Parse float and big numbers correctly.
  • Performance improvement when reading the file.
  • Support MacOS.
  • Various minor code improvements.

v1.0.3

09 Jan 20:57
d87f48c
Compare
Choose a tag to compare

Minor bug fixes.

v1.0.0

09 Jan 16:08
6ae18bf
Compare
Choose a tag to compare

The initial release of json-tui.