- 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
- GitLab: Add support for custom SSH host (issue #20)
- CircleCI: Fix crash due to missing build creation date (issue #24)
- 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
- 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)
- 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
- Refactor table widget for improved maintainability
- Rewrite build script in go for improved maintainability
- Rename repository
- 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
- Support for private GitLab instances (issue #2)
Initial release!