Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Release 1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 11:24

Automatic release of version: 1.5.0
Changes in this release:

New Features

  • DNS matching:
    • Display expected and mismatched IP in tooltip of IP badge. Check expected IP for availability, instead of acquired IP. (563baf9f)

Bug Fixes

  • Host Information:
    • Fix regression bug introduced in previous commit. Correctly acquire IP from http or https address. (2ca5e020)

Performance Improvements

  • Host Information:
    • Set hostsOk and hostsDown in backend, instead of iterating and pushing in frontend. Moves computation from the user/frontend to the backend. (ea1c7a00)

Chores

  • Update dependencies. Update screenshots. (bcbdaeee)
  • README:
    • Small typo in license-badge which resulted in wrong licence being displayed (5abd24d7)

Other Changes

  • 1.5.0 (0f6dd88f)
  • //git.griefed.de/Griefed/Monitoring (2bad97f5)
  • Allow blinking of hostDown cards. Move hostOk and hostDown to components. Move toggles for blinking, fullscreen, darkmode to settings dropdown. Cleanups and beautifications. (586ec06c)
  • Notifications:
    • Use notify instead of q-dialog for displaying update information. Display button next to version if an update is available, so users can always trigger the update notification again. (f0c9f7a4)
  • Status Page:
    • Display rings-spinner whilst acquiring hosts and preparing visuals. Center chips in hostsOk-section. (bc6447e2)
    • Display hostsOk and hostsDown using splitters and scroll-areas, improving user experience. Allows users to hide all hostsOk. (9c5bc3ac)