Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 14:32
· 58 commits to main since this release

Features

  • Add option to omit empty results
  • Add --vcs flag to mani init to choose vcs
  • Add default import from user config directory
  • [BREAKING CHANGE]: Add spec property to allow reusing common properties
  • Add target property to allow reusing common properties

Fixes

  • Fix header bug in run print when task has both commands and cmd
  • Fix mani edit to run even if config file is malformed (wrong YAML syntax)

Misc

  • [BREAKING CHANGE]: Move tree feature to list projects as a flag instead of it being a special sub-command
  • [BREAKING CHANGE]: Rename flag --all-projects to all
  • Remove legacy code related to Dirs entity
  • Change default value of --parallel flag to false when syncing
  • Allow omitting the -c when specifying shell for bash, zsh, sh, node and python