Releases: elainemckinley/electron-gitlab-ci-monitor
Releases · elainemckinley/electron-gitlab-ci-monitor
0.3.0
0.2.1
- Don't freeze carousel when mousing over
- Allow clipboard functionality on input fields
0.2.0
- Allow specification of which branch to display the status of
- Handle errors better
- Style improvement
0.1.1
- Add miscellaneous error messaging
- Changed config format to match README
- Miscellaneous betterments
0.1.0
Disregard readme config, should look like:
{
"apiToken": "fake token",
"apiBaseUrl": "https://gitlab.com/api/v4",
"projectRefreshMillis": 5000,
"carouselInterval": 3000,
"projects": {
"Page 1 Title": [{
"displayName": "Account",
"location": "development-team/account"
}],
"Page 2 Title": [{
"displayName": "Login",
"location": "development-team/login"
}]
}
}