Release 0.4 🚀
This release upgrades the target .NET version of iro4cli
to the latest .NET 6, as well as implementing some minor bug fixes and quality of life improvements.
Changelog
- Change .NET target from .NET Framework 4.7.1 to .NET 6.
- Background colour top level flags are now respected in the parser. (bugfix)
- A command line help menu is now provided in standard GNU style with the
--help
flag. (qol) - Command parsing has been improved to show a comprehensive error message on mis-input. (qol)
- Remove dependencies on old Antlr4cs targets and move to
Antlr.Runtime.Standard
. This introduces a build dependency onantlr4
. (build) - Remove useless generated files from tree. (build)
- Update CI and build scripting to use GitHub actions.
The provided prebuilt binaries do not require the .NET runtime to run, and have been trimmed to be as small as possible. If you wish to build a .NET dependent version of the binaries, you will need to clone the repository.