Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@xonixx xonixx released this 22 Oct 09:58
· 93 commits to master since this release

Delivered in this release: /~https://github.com/jsqry/jsqry-cli2/milestone/4?closed=1

Highlights

  • jsqry updated to 1.2.4
  • QuickJS updated to 2020-09-06
  • Thanks to fixes in QuickJS the jsqry binary size was optimized (840K -> 652K)

Installation

$ sudo bash -e -c "
wget /~https://github.com/jsqry/jsqry-cli2/releases/download/v0.1.2/jsqry-linux-amd64 -O/usr/local/bin/jsqry
chmod +x /usr/local/bin/jsqry
echo \"jsqry \$(jsqry -v) installed successfully\" 
"