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
@pidcommand - 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