Skip to content

3.1.8

Latest
Compare
Choose a tag to compare
@rajnandan1 rajnandan1 released this 23 Feb 12:22
· 6 commits to main since this release
🚀

Features

  • Timezone Support & UI Toggle

    • Added timezone support using date-fns-tz for improved date formatting.
    • Introduced a UI toggle in settings to switch between different timezones.
  • Enhanced Incident Management

    • Improved incident filtering to prevent duplicate auto incidents when creating manual incidents.
    • Added support for incident sources to refine incident handling.
  • Dynamic Cron Job Scheduling

    • Cron jobs are now dynamically added and removed based on active monitors.
    • Ensures jobs are triggered in the correct order and prevents duplicate incidents.
  • Monitor Component Improvements

    • Refactored monitor component for better data display and interaction.
    • Improved uptime calculations.
    • Added a dropdown to select time ranges for better visibility.

Fixes & Improvements

  • Refactored Incident Handling & Scheduling for better reliability and performance.
  • UI Responsiveness Fixes to improve the experience on smaller screens.
  • Dependency Updates to support new timezone functionality and ensure stability.