Skip to content

Releases: timopruesse/machine_setup

0.7.1

24 Jun 19:59
Compare
Choose a tag to compare

Fixes

  • config could not be parsed correctly when no "os" property was set

0.7.0

24 Jun 19:07
Compare
Choose a tag to compare

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

0.6.0

09 Jun 16:23
Compare
Choose a tag to compare

Added

  • supported config file formats will now be read automatically

0.5.0

08 Jun 16:47
Compare
Choose a tag to compare

Added

  • add auto completions

0.4.0

07 Jun 22:38
Compare
Choose a tag to compare

Added

  • remove hardcoded Yaml types
  • add JSON support

0.3.1

09 Apr 23:11
Compare
Choose a tag to compare

Added

  • add functionality to force the creation of a symlink

0.3.0

08 Apr 20:43
Compare
Choose a tag to compare

Added

  • a new select feature to interactively select a single task that should run

0.2.6

08 Apr 16:03
Compare
Choose a tag to compare

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

05 Apr 19:52
Compare
Choose a tag to compare

Changes

  • more legible and colorful output
  • make errors easier to spot

0.2.4

04 Apr 16:37
Compare
Choose a tag to compare

Changes

  • the clone command will now automatically fall back to updating the repo if it was already installed