Releases: FuturePortal/CIMonitor
Releases · FuturePortal/CIMonitor
Version 3.4.0
Added
- @Doqnach: Add option to hide the mouse pointer (#127)
- @eXistenZNL: Add Firebase storage for configuration in the cloud (#126)
Version 3.3.0
Version 3.2.1
Version 3.2.0
Added
- @anoukhermsen: Add icons to the color-stages template (#111)
- @steefmin: Add hostname in the page title to differentiate multiple dashboards (#110)
- @RickvdStaaij: Add automated old status removal every hour (#113)
Fixed
- @RickvdStaaij: Fix GitLab adapter when no project avatar is given (#114)
Removed
- @RickvdStaaij: Remove themes since we have an awesome one now (color-stages) that fits all (#112)
Version 3.1.0
Added
Changed
- @anoukhermsen: Fix make dev command for the dashboard in the readme (#108)
- @anoukhermsen: Change looks of the color-stages theme (#105)
Version 3.0.0
Added
- @eXistenZNL: Add GitHub PR and issue templates (#100)
Improved
- @RickvdStaaij: Rename server-slave to module-client (#95)
- @steefmin: Fix typo: dissable -> disable (#96)
- @eXistenZNL: Improved documentation badges (#98)
- @RickvdStaaij: Improve GitLab adapter, better build/job processing (#102)
Backwards compatibility breaks
Due to a refactor in the folder structure/names, the location of the config, saved statuses, and back-end scripts changed. The config file and saved statuses are now found it their own config/
folder, and the application paths changed to: ./back-end/server.js
and ./back-end/status-client.js
.
Quick updates:
git pull origin master
rm -rf dist/
mv server/config/*.json config/
make build-production
And then make sure the updated application path is run.
Version 2.2.0
Added
- @eXistenZNL and @RickvdStaaij: Add docker container builds for quick and easy usage (#78)
- @RickvdStaaij: Implement desktop notifications in the settings panel (#92)
Version 2.1.0
Added
- @RickvdStaaij: Add version checker (#87)
- @RickvdStaaij: Add theme selector to alter the appearance of your dashboard (#89)
Changed
- @hjvvoorthuijsen: Change warning color to be more orange (#88)
- @RickvdStaaij: New empty board and connection lost visuals (#90)
Version 2.0.0
Present in version 2
- Server application to process and handle all your statuses
- An easy API to push custom statuses
- Real-time dashboard of your statuses (deployments, pipelines, builds, ect)
- GitLab web-hook endpoint to push all pipeline and build statuses
- Travis CI web-hook endpoint to push all builds
- Support for a master-slave setup to have multiple computers listening to statuses
- Status modules that were supported by version 1 (Hue light, marble run, power-up, led-strip, ect)
Version 1.0.0
What
Version 1 is discontinued. Leaving this here for historical purposes.