Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Releases: fiatjaf/jiq

v0.7.2

25 Aug 10:07
Compare
Choose a tag to compare
engine: exit on Ctrl-D, just like Ctrl-C

Many common CLI applications quit when stdin reaches end-of-file, as
triggered by Ctrl-D. (Examples: `python`, `bash`, `node`, `gdb`, `ed`.)
Though `jiq` is more of a TUI than a CLI, exiting with Ctrl-D still
feels familiar and intuitive to me, and was how I tried to exit `jiq`
the first time that I used it.

wchargin-branch: ctrl-d-exit
wchargin-source: b3ac9be9ce4378b8c3eb82e6d3bc3bb6403d3309

0.7.1

02 Sep 00:44
Compare
Choose a tag to compare

Fixing one case in which jq outputted errors slightly differently.

0.7.0

21 Aug 12:45
Compare
Choose a tag to compare

Now you don't see errors 99% of the time anymore. The previous valid output is preserved.
That makes navigation around JSON much easier and friendly.

0.6.2

20 Aug 00:51
Compare
Choose a tag to compare
build for windows.

0.6.1

16 Mar 17:13
Compare
Choose a tag to compare
fix error with empty list of candidates.