all repos — min @ 3db420e2dc5509fd2ae0e7ec4ca05ac3dad6d48d

A small but practical concatenative programming language.

next-release.md

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

* SSL is now enabled by default when installing via nimble and when compiling by default. Use `-d:nossl` to disable.
* The min shell no longer attempts to auto-complete executables (it never worked properly anyway).

### New Features

* min shell now supports syntax highlighting for entered values.
* Implemented smart completion for invocations in min shell.

### Fixes and Improvements