all repos — min @ 7ee8a5d8c5bce43b360b5c2104d09067864324bd

A small but practical concatenative programming language.

Bumped version.
h3rald h3rald@h3rald.com
Fri, 01 Dec 2023 09:41:55 +0100
commit

7ee8a5d8c5bce43b360b5c2104d09067864324bd

parent

948bbd2c7fa781287ae7809d77714441667e57f0

3 files changed, 2 insertions(+), 9 deletions(-)

jump to
M min.ymlmin.yml

@@ -2,4 +2,4 @@ author: Fabio Cevasco

description: A small but practical concatenative programming language and shell. id: 127048373 name: min -version: 0.41.0+version: 0.42.0
M next-release.mdnext-release.md

@@ -1,16 +1,9 @@

### 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).
M site/settings.jsonsite/settings.json

@@ -6,5 +6,5 @@ "rules": "rules.min",

"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.41.0" + "version": "0.42.0" }