This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
Release 1.5.0
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: