Releases: FuturePortal/CIMonitor
Releases · FuturePortal/CIMonitor
Version 4.1.0
What
New features in the settings panel!
- Added contributors to the about tab
- Caching version check
- Added customisation tab, allowing you to toggle showing completed steps
- Added delete status functionality in the statuses tab
Improved
- GitHub parser, processes should not get stuck anymore
- Picked cleaner icons
- Sever minor layout tweaks and updates, giving a better user experience
- implemented parcel-transformer-package-version as an open source package
Version 4.0.0
What
- Complete rebuild of CIMonitor front- and backend
- Instant updates on dashboard with socket connection to the server
- Push statuses via webhooks
- GitHub webhook support
- GitLab webhook support
- Read the docs webhook support
- Saving statuses so they wont be lost (into JSON files, or into a Google Firebase database)
- Allow multiple builds/pipelines per status
- Many UI and code changes making the project ready for much more to come!
Version 3.7.2
What
With the upcoming release of version 4, users might not want to upgrade to the latest and greatest version 4. This allows users to disable the update notifications for version 3, with mention that they can upgrade to version 4 on the settings panel.
- Disable version notifications on the dashboard (#175)
Version 3.7.1
Improved
- @hjvvoorthuijsen: Update firebase admin to allow for other regions than us (#173)
Version 3.7.0
Added
- @RickvdStaaij: Add small sized toolbar toggle for embedded applications (#163)
Improved
- @bobbybouwmann: Auto reload the server on file changes when developing (#154)
- @bobbybouwmann: Update node version 8.x to node version 10.x (#156)
Fixed
- @RickvdStaaij: The production installation works as it should again (#162)
Version 3.6.0
Version 3.5.1
Version 3.5.0
Added
- @RickvdStaaij: Add ability to trigger events directly from the API (#137)
- @RickvdStaaij: Add ability to trigger modules directly from the API (#140)
Fixed
- @RickvdStaaij: Use date strings for internal statuses so Firebase can save them (#142)
Improved
- @eXistenZNL: Add Husky and lint-staged for better codestyle checks on commit (#136)
- @eXistenZNL: Dependency upgrades (#143)
Version 3.4.2
Added
- @RickvdStaaij: Add Firebase data parser class that converts array object to actual arrays (#133)
Fixed
- @eXistenZNL: Fix loading statuses from Firebase (#134)
Version 3.4.1
Fixed
- @eXistenZNL: Fixed Firebase status persister issues (#129)