v1.0.0-alpha.4
Pre-release
Pre-release
MartinHelmut
released this
27 Apr 09:48
·
13 commits
to main
since this release
This is a non production, release of Litr (Language Independent Task Runner) [Milestone].
Platform support
This release is only build and tested on macOS 12.2.1 (universal binary) and can be installed via Homebrew. If you want to run Litr in another environment you need to build it from source. You can find out how inside the CONTRIBUTING.md provided in the repo root. Later releases will also support non Apple hardware like Windows [#37] and common Linux distributions [#38].
Changes since last release
- Fix parameters list not properly aligned inside help text [2c78004]
- Fix running litr in sub-folders failing with dir option [9efb5b8]
- Fix wrongly ordered configuration file properties [8389f52]
- Commands and parameters are now shown as defined in the config by the user.
- Fix issues with commands and parameters containing hyphens [44776aa]
- Show description for specific command help (
litr <command> --help
) [1752b0c]
Remember, this is still an alpha. Report any bugs. Feedback welcome: [email protected]