Drafted new release.
h3rald h3rald@h3rald.com
Tue, 29 Oct 2024 10:04:43 +0100
4 files changed,
5 insertions(+),
17 deletions(-)
M
min.nimble
→
min.nimble
@@ -1,6 +1,6 @@
# Package -version = "0.46.0" +version = "0.47.0" author = "Fabio Cevasco" description = "A small but practical concatenative programming language and shell." license = "MIT"
M
next-release.md
→
next-release.md
@@ -1,16 +1,4 @@
-### BREAKING CHANGES - -* Actually removed the `invoke` symbol and `*` sigil that were supposed to be removed in v0.44.0 but didn't. -* Removed Dockerfile and Notepad++ highlighter (no longer maintained). -* When defining or deleting a sigil, a symbol with the same name is now defined/deleted as well. -* Removed obsolete aliases `io.read` and `io.write`. - ### Fixes and Improvements -* Implemented `define-sigil` (was documented but not actually implemented). -* Reviewed documentation making sure that documented operators match with implementation. -* The `help` symbol now correctly displays help for namespaced symbols. -* Enhanced the `tokenizer` symbol to provide additional information for symbols. -* Enhanced min shell highlighting to support dot notation, sigils, autopop, global symbols. -* Enhanced Vim syntax file to support latest constructs. +* Implemented a simple `gui` module based on [Fenster](https://github.com/zserge/fenster) and [Fenstim](https://github.com/CardealRusso/fenstim).
M
site/settings.json
→
site/settings.json
@@ -6,5 +6,5 @@ "rules": "rules.min",
"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.46.0" + "version": "0.47.0" }