Skip to content

Releases: elainemckinley/electron-gitlab-ci-monitor

0.3.0

18 Sep 03:00
28de808
Compare
Choose a tag to compare
  • Add a UI option to ignore SSL validations (#9)

0.2.1

12 Mar 19:00
Compare
Choose a tag to compare
  • Don't freeze carousel when mousing over
  • Allow clipboard functionality on input fields

0.2.0

01 Mar 21:59
Compare
Choose a tag to compare
  • Allow specification of which branch to display the status of
  • Handle errors better
  • Style improvement

0.1.1

23 Feb 20:48
Compare
Choose a tag to compare
  • Add miscellaneous error messaging
  • Changed config format to match README
  • Miscellaneous betterments

0.1.0

16 Feb 05:08
Compare
Choose a tag to compare

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"
        }]
    }
}