Releases: Ephigenia/circleboard2
Releases · Ephigenia/circleboard2
Major Release
Major Version
Major Release
Rewrite of the whole application using angular 6.0 and rxjs 6.0.
Features
- group jobs from the same workflow in one line and show workflow steps as small colored labels
- fontsize, refreshInterval & grouping configuration can be set via GET parameter
- when client goes offline a message is displayed
- more descriptions and examples in the config page
- noscript message when javascript is disabled
- loading message & progress bar while app is loading
- some tests and e2e tests added
Some minor features from the previous major release may not be present right now but will be added later.
BugFix Release
Feature Release
Angular Update
update to angular 1.6.1
BugFix Release
Feature Release
Bug Fixes
- build-list: hover space underline in paperclip icon (0f60877)
- build-list: refresh interval does work as expected now (07a0e1e)
Features
- build-list: show list is empty message when no builds there (b0f417e)
- config: disable save btn when invalid values (be223f1)
- config: pristine state and save btn disabled when pristine (b1ef3b0)
- config: validation state for api token and refresh interval (1762440)
- nav-bar: show countdown & loading indicator (e79a565)
Feature Release
CircleCI
I made some improvements to the code base which wasn’t updated since the last 2.0.0 release (almost a year ago):
- updated angular to 1.5.8
- using bootstrap 4
- using fontawesome icons
- more build information
- add build number
- repo name linked
- hash links to comparison url on github
- author has a tooltip with email & date
- show icon next to the build when artifacts are available
- commits now following angular commit guidelines and watched using husky & conventional-changelog-lint