Skip to content

v0.0.17

Latest

Choose a tag to compare

@github-actions github-actions released this 15 May 10:36
· 5 commits to main since this release
fce8eb4

Varied release, with many changes

What's Changed

  • Socket server as part of gritt - #23
  • Allow editing in default $EDITOR via ctrl-] e - #24
  • Explicit multiline - detecting multiline was a pain, so now the multiline command will guarantee multiline until deactivated
  • Improved history
  • amicable library - 220⌶ implementation in Go - incomplete, but serves most purposes well
  • aplsock - better socket server - uses Ride protocol to bootstrap before disconnecting Ride, and allows transferring responses as APLAN or 220⌶
  • Data browsing - dig in to multi-dimensional arrays easily
  • Added @pid command - from now on, commands intended to be used almost entirely internally will be prefixed with @. This is used to escalate from a SIGTERM to a SIGKILL when gritt is in control of dyalog and it won't die

Full Changelog: v0.0.16...v0.0.17