Skip to content

v0.10.0

Choose a tag to compare

@Sahilll15 Sahilll15 released this 25 Aug 06:38
· 15 commits to main since this release

The Artifacts tab is a real tree

Every folder was permanently expanded. The API tree was flattened once at fetch time and the structure thrown away, so there was nothing left to collapse: a build with a deep artifact tree just filled the pane with rows you could not fold up.

Folders now start closed.

  • enter opens or closes the selected folder, or opens a file in the browser
  • l / right opens (only opens, so repeats never toggle it shut)
  • h / left closes, and from a child it collapses the parent and moves to it
  • An open folder shows , a closed one

Two details worth knowing: a node carrying children is treated as a folder even when GoCD omits the type field, which previously left its children unreachable; and open state is keyed by full path, so one/logs and two/logs no longer open together.

brew upgrade lazygocd

Full Changelog: v0.9.0...v0.10.0