Orbit v3.2.0 Release Notes

Release Date: 2018-06-17 // almost 6 years ago
  • ๐Ÿš€ This release provides a new flag -t --templates which allows to specify additional templates.

    Thanks @andrewebdev for the feedback!

    ๐Ÿ”„ Changelog

    7314053 adding new flag '-t --templates' (#34)


Previous changes from v3.1.0

  • ๐Ÿฑ This version provides new features ๐Ÿค˜:

    • ๐Ÿ†• new -v --verbose flag which displays less logs than the -d --debug flag
    • ๐Ÿ†• new attribute shell for a task which allows to override the default shell used
    • ๐Ÿ†• new function run: you may now call others tasks from a task

    Thanks @octplane & @j-vizcaino for the help and feedbacks!

    ๐Ÿ”„ Changelog

    dfc5298 adding the possibility to call others tasks from a task (#32)
    e8ee541 adding verbose flag (#30)
    ๐Ÿ‘ aa00579 runner: support shell parameter (#28)