all repos — min @ fd4591c5b329f219b1db55c52821a14a71b92a7d

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
### BREAKING CHANGES

* SSL is now enabled by default when installing via nimble and when compiling by default. Use `-d:nossl` to disable.

### New Features

* min shell now supports syntax highlighting for entered values.
* Implemented smart completion for invocations in min shell.
* Implemented new `tokenize` symbol.
* Added syntax highlighting to code examples on min site.

### Fixes and Improvements

* Auto-completions for files and folders now automatically end with `"`.
* The min shell no longer attempts to auto-complete executables (it never worked properly anyway).