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](https://codegolf.stackexchange.com/a/260909/114446).
What's Next?
More digraphs.
**Contributors:** nayakrujul and jacobofbrooklyn