Skip to content

Release 0.4 🚀

Compare
Choose a tag to compare
@c272 c272 released this 10 Aug 15:48
· 14 commits to master since this release

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 on antlr4. (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.