Skip to content

0.5.3

Compare
Choose a tag to compare
@flosell flosell released this 12 Sep 19:45
· 605 commits to master since this release
0.5.3
  • Improvements:
    • Adding with-git-branch that always checks out the latest commit on a particular branch (as opposed to with-git
      which checks out a revision given in args or the master branch in case nothing is given) (#46) (thanks @exload
      for this)
    • UI: Further improvements to scrolling behavior with long pipelines
  • Bug fixes:
    • Fix a bug that lead to the fact that container steps that were the only children of another container step would not
      be shown in the UI (#47)