Releases: timopruesse/machine_setup
Releases · timopruesse/machine_setup
0.7.1
Fixes
- config could not be parsed correctly when no "os" property was set
0.7.0
BREAKING CHANGES
This release contains breaking changes regarding the config format.
Fixes
- a task can now have multiple entries with the same command
Added
- you can now define tasks that run conditionally depending on the current OS
- see the
os
property at the task level
- see the
0.6.0
Added
- supported config file formats will now be read automatically
0.5.0
Added
- add auto completions
0.4.0
Added
- remove hardcoded Yaml types
- add JSON support
0.3.1
Added
- add functionality to force the creation of a symlink
0.3.0
Added
- a new select feature to interactively select a single task that should run
0.2.6
Changes
Make --help
the default output again when calling machine_setup
without any subcommand like install
.
This way, install scripts are not accidentally called.
0.2.5
Changes
- more legible and colorful output
- make errors easier to spot
0.2.4
Changes
- the
clone
command will now automatically fall back to updating the repo if it was already installed