Skip to content

Latest commit

 

History

History
106 lines (55 loc) · 5.31 KB

CHANGELOG.md

File metadata and controls

106 lines (55 loc) · 5.31 KB

4.2.1 (2023-05-11)

Bug Fixes

  • updated the native ui to build (78d164b)

4.2.0 (2023-05-11)

Features

  • --key=<value> specifies any environment variable for the pipeline steps (15bf07d)

4.1.0 (2022-10-27)

Features

  • the argument --no-browser will prevent the browser tab from being opened if --webui is present (740c34e)
  • values of variables with sensitive information are now automatically hidden in user interface (4907b04)

4.0.2 (2022-10-16)

Bug Fixes

  • if NodeJS is installed in the system, NodeJS steps are by default executed with it (5ce9443)
  • increased the output buffer for pipeline steps, allows running steps with a lot of output (e1df129)
  • the WebUI didn't get served on some circumstances (ad5eaa1)

4.0.1 (2022-10-13)

Bug Fixes

  • windows taskbar title of Dozer window (236d403)

4.0.0 (2022-10-13)

Bug Fixes

  • downloading of online steps and replacing variables in commands (00c0873)
  • fixed Runner builds where the binary missed dependencies (ef25efd)
  • main title now updates according to step in progress, Dozer logo aligned, fixed windows CI/CD (3513054)

Features

  • added internal web UI server (2c9a6c9)
  • added switch between free mode and automatic execution following (a7439cb)
  • copy button, case-insensitive filtering (a3aaaa9)
  • dev fail pipeline, overall pipeline fail UI state (3ccfdd0)
  • native UI experimental layout (83f9efe)
  • output filtering, copy-able output, toggle icon buttons, title bar (69b69b6)
  • the runner and UI are now separate applications communicating over websockets (034bd0c)
  • tooltips, app icons, env variables dialog (ec05022)

BREAKING CHANGES

  • The title parameter of pipeline steps replaces displayName, but displayName will be still accepted if title is not present. The --gui is replaced by --webui and will start the Web UI in a browser tab if specified (instead of an Electron app as before). The --gui parameter is now reserved for Native UI clients.

1.4.0 (2021-07-10)

Bug Fixes

  • pipeline arguments containing space are now wrapped with quotes (6d3b525)

Features

  • optional command line argument --root can now specify and override the working dir (ec3461f)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2020-08-07)

Features

  • Variables are now set with stdout output (45402a0)

1.2.0 (2020-08-05)

Features

  • Steps now display time they took (042820b)

1.1.1 (2020-08-05)

1.1.0 (2020-08-05)

Features

  • Added support for .bat files. (27be816)
  • Step indicators are now more colorful (f2ebb1d)