Releases: ArthurSonzogni/json-tui
Releases · ArthurSonzogni/json-tui
v1.4.1
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
andgg
keybinding. - Support '-' and '+'.
- Add option
-k
,-key
,-keybinding
. This displays the supported keys.
v1.3.0
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.
v1.1.1
- Fix hitbox after a terminal induced content scroll.
- Add a better error message explaining why a JSON is not parsable.
v1.1.0
- Parse float and big numbers correctly.
- Performance improvement when reading the file.
- Support MacOS.
- Various minor code improvements.
v1.0.3
Minor bug fixes.
v1.0.0
The initial release of json-tui.