Releases: flamewave000/doit
Releases · flamewave000/doit
Release list
DOIT v1.7
DOIT v1.6
What's Changed
- Add colourization of help messages #20
- Converted exit print to debug message #18
- Release 1.6 by @flamewave000 in #19
Full Changelog: v1.5...v1.6
DOIT v1.5
What's Changed
- Bug: Cannot handle missing extra newline at end of script #13
- Feature: Print out the number of arguments passed in #14
- Feature: Add way for script to set the return error code of the program #15
- Feature: Support Python scripts #16
- v1.5 by @flamewave000 in #17
Full Changelog: v1.4...v1.5
DOIT v1.4
What's Changed
- New req and opt arguments and fix target sorting by @flamewave000 in #12
Full Changelog: v1.3...v1.4
DOIT v1.3
What's Changed
- Multi-Script Compiler Optimization: Now when specifying the script to run with
-t, doit will compile the script to its own unique directory in the.doit/folder. This allows you to have several scripts within the same directory, or in separate directories and execute all of them without having to recompile every time you switch scripts. - New
-cClean Flag: When specifying the-cflag, all other flags will be ignored and a clean function will execute. This will simply delete the local.doit/directory. This can be tied into other clean scripts or processes to automate tidying up a directory. - Simpler Versioning: Versioning is now pulled from the semantic version defined in the cargo.toml that Cargo bakes into the executable. This is much better then my previously hardcoded values. The print out is also a simpler
v1.2.3.
Multi-Script Support, -c Clean flag, Simpler Versioning by @flamewave000 in #9
Full Changelog: v1.2...v1.3
DOIT v1.2
What's Changed
- Add \e \r \n support to help blocks
- Add 'doit' file and new icon svg to vscx
- Checks for either './doit' or './do.it' file
Developed by @flamewave000 in #8
Full Changelog: v1.1...v1.2
DOIT v1.1
What's Changed
- Add cli argument expansion feature by @flamewave000 in #7
Full Changelog: v1.0...v1.1