Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Latest commit

 

History

History
64 lines (40 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

64 lines (40 loc) · 2.63 KB

Changelog

Next version

Features

  • User interface: Implement navigation between git reference
  • User interface: Allow refreshing data, following the current git reference and endless polling (issue #10)
  • User interface: Display durations greater or equal to 60 minutes in hours
  • User interface: Implement automatic collapsing for successful pipelines, stages and job (issue #18)
  • Azure: The URL of a stage, job or task now link to corresponding stage, job or task instead of the pipeline

Bug Fix

  • GitLab: Add support for custom SSH host (issue #20)
  • CircleCI: Fix crash due to missing build creation date (issue #24)

Chores

  • Remove dependency on github.com/cenkalti/backoff
  • Update all dependencies
  • Enable CI build on Windows
  • Disable CI build on macOS 10.13 for Azure due to upcoming removal of image

0.2.0

Features

  • User interface: Column visibility, column order, sort order and all style attributes can now be set in the configuration file (see the sample configuration file included in the release archives for details)
  • User interface: Add new columns: created, finished, xfail and url
  • User interface: Support horizontal scrolling of table rows
  • User interface: Support sorting pipelines by any column
  • Core: Monitor all remotes of local repositories instead of just 'origin' (issue #3)
  • Configuration: Support setting API token from output of user-specified process (issue #13)

Bug fixes

  • Lookup path if BROWSER is not a path itself (issue #8)
  • Add support for 'insteadOf' and 'pushInsteadOf' configuration for remote URLs (issue #7)
  • Stages of Azure pipelines are now ordered

Chores

  • Refactor table widget for improved maintainability
  • Rewrite build script in go for improved maintainability
  • Rename repository

Version 0.1.2 (2019-12-20)

  • Fix: Binary releases now contain an executable built for the right system (issue #4)
  • Fix: Appveyor pipelines triggered for a tag incorrectly showed a branch as reference instead of a tag

Version 0.1.1 (2019-12-18)

  • Support for private GitLab instances (issue #2)

Version 0.1.0 (2019-12-18)

Initial release!