Skip to content

Releases: FuturePortal/CIMonitor

Version 4.1.0

22 Mar 21:19
0238c9a
Compare
Choose a tag to compare

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

21 Mar 20:53
3e97f20
Compare
Choose a tag to compare

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

16 Mar 13:39
8b60d08
Compare
Choose a tag to compare

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

27 Oct 12:15
3bf651b
Compare
Choose a tag to compare

Improved

Version 3.7.0

18 Feb 19:25
6a38298
Compare
Choose a tag to compare

Added

  • @RickvdStaaij: Add small sized toolbar toggle for embedded applications (#163)

Improved

Fixed

  • @RickvdStaaij: The production installation works as it should again (#162)

Version 3.6.0

17 Oct 15:27
Compare
Choose a tag to compare

Added

  • @RickvdStaaij: Add password token protection (#150)

Improved

  • @RickvdStaaij: Update the example image in the documentation (#147)
  • @RickvdStaaij: Only toggle the stages on click, not on hover (#151)
  • @RickvdStaaij: Update the Makefile with the latest updates for easy development (#152)

Version 3.5.1

08 Aug 11:48
Compare
Choose a tag to compare

Fixed

@robindv: Fix destination path of the saved-statuses.json file (#145)

Version 3.5.0

26 Jul 20:48
Compare
Choose a tag to compare

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

Version 3.4.2

24 Jul 21:41
Compare
Choose a tag to compare

Added

  • @RickvdStaaij: Add Firebase data parser class that converts array object to actual arrays (#133)

Fixed

Version 3.4.1

10 May 22:50
Compare
Choose a tag to compare

Fixed