Skip to content

Releases: Shadow-Develops/ShadowStatus

Refresh Actually Works

17 Apr 23:40

Choose a tag to compare

Bug Fixes

  • Adjusted refresh timer so that it works
    • It was being incorrectly rendered due to the static nature of the site
    • Record lastFetchedAt = Date.now() inside loadStatusData() when the fetch succeeds, then anchor calculateNextRefresh() to that instead of lastUpdated

Note: Workflows now use Node v24 as it will be the standard GitHub requires soon.


Full Changelog: v1.1.0...v1.1.1

New Layouts and Improved Refreshing

08 Apr 22:25

Choose a tag to compare

New

  • SSL Monitor Type
  • 2 New monitor layout: Grid & Table
  • Configurable width and order of content
  • Added togglable search box & monitor filters
  • Incident Update logic
    • This will now run a redeploy anytime a Github issue is created/updated/closed/reopened to improve the flow of information

Update

  • Reworked how the refresh timer pulls time and is caculated
  • Monitor refresh has changed from 5 > 15 minutes (less updates needed with new incident logic)
    • Monitor refresh workflow is set to 45 minutes
    • cron-job.org is expected to be set to a 15 minute interval

Bug Fixes

  • Refresh timer freezing at 0:00
  • Mobile UI for Status history

Full Changelog: v1.0.0...v1.1.0

Initial Release

25 Jan 00:20

Choose a tag to compare

The initial release build of Shadow Status!