Skip to content

2.2.0

Compare
Choose a tag to compare
@nayakrujul nayakrujul released this 14 May 14:52
· 204 commits to main since this release
3c98d84

What's New?

A lot. Here's most of it:

  • The canvas is here! Use øv for the global canvas, øV for a blank canvas, and ø^ to clear the global canvas.
  • As well as the three mentioned above, we have nine new digraphs:
    • ø< (Starts with)
    • ø> (Ends with)
    • ØI (Multidimensional index)
    • µ€ (Apply to every nth item)
    • µ« (Rotate stack left)
    • µ» (Rotate stack right)
    • µ! (Reverse stack)
    • µÑ (Adjacent group by)
    • µñ (Single function adjacent group by)
  • Auto-explanation has been improved, so it now handles if statements, and indents where appropriate
  • Tokens are now shown inline in the documentation. Also, some issues with token naming were fixed. Both are thanks to @jacobofbrooklyn.
  • We now have shortcut endings.

What's Next?

More digraphs.

Contributors: @nayakrujul and @jacobofbrooklyn