Skip to content

Releases: KSJaay/Lunalytics

0.10.22: Updates regex for discord url and fixes auto not working

25 Mar 18:21

Choose a tag to compare

πŸ“š Summary

Pretty quick update to change the regex for discord url validator and also fixing a bug that made it so autoAdd wouldn't work as expected

πŸ› Bug Fixes

  • Updates regex for discord url
  • Fixes auto not working

0.10.21 - Fixes various reported bugs

11 Jan 15:22

Choose a tag to compare

πŸ“š Summary

Various bugs were reported in the Discord server by @ToxykAuBleu. This release fixes all the reported issues, along with various other issues I found while testing.

Also, ended up optimising some of the indexes and responses seem to have improved by around 30%-50%.

πŸ› Bug Fixes

  • Incident header shows Archive and Delete even when not incident is displayed
  • Avatar URL regex has been cut down to check it starts with http:// and https:// for the time being
  • Fixed issue that didn't allow Custom HTML to be added to the status page
  • Updated bugs with monitor info
  • "Cert expiry" tab removed for ping, push and docker monitors
  • User wasn't being created as owner when setting up the application
  • Fixed new incident modal when more than 10 monitors are displayed
  • Removes unused indexes
  • Optimises indexes

0.10.19 - Adds tests and fixes auth redirects

05 Jan 18:00

Choose a tag to compare

πŸ“š Summary

Adds more tests and fixes auth redirects

πŸ› Bug Fixes

  • Fixes issue with users needing to reload custom auth page
  • Fixes issue with users needing to reload /logout page in order to log out

More information about redirects in this issue: #187

0.10.18 - Fixes issue with OAuth2

01 Jan 23:02

Choose a tag to compare

πŸ“š Summary

Quick release to fix issue with OAuth2 configuration not saving as expected.

0.10.17 - Adds custom domains for status pages, and fixes bugs

01 Jan 22:17

Choose a tag to compare

πŸ“š Summary

Release was mainly to update Cypress tests, but along with that I ended up fixing some bugs with TCP, along with adding custom domains for status pages.

✨ New Features

  • Adds custom domains support for status pages

πŸ› Bug Fixes

  • Fixed bugs with TCP monitors not working as expected
  • Added ids to important buttons/places
  • Fixed validators not working as expected in some cases

0.10.16 - Allows users to sort monitors in any order

03 Dec 17:41

Choose a tag to compare

πŸ“š Summary

Pretty quick update to allow a better sorting system for the monitors list. Along with adding a settings object to the user so settings can be carried across user devices. Next update will mostly expand on user settings.

✨ New Features

  • Allows users to sort monitors in any order
  • Adds settings object to the user

0.10.15 - Updates status to show degraded when monitor is down

02 Dec 19:16

Choose a tag to compare

πŸ“š Summary

Something that I was meant to do a while ago but never got around to doing, it now shows "degraded" when a monitor is down instead of waiting for the user to create an incident.

πŸ› Bug Fixes

  • Updates status to show degraded when monitor is down
  • Updates the last update date to the last time monitor was fetched
  • Fixes a few css bug with the layout for incident on status pages

0.10.14 - Adds support for custom OIDC platforms

01 Dec 18:50

Choose a tag to compare

πŸ“š Summary

Pretty quick update to add support for OIDC platforms like Authentik, Authelia, Keycloak, etc. I've only tested with Authentik so hopefully this goes well :D

✨ New Features

  • Adds support for custom OIDC platforms

0.10.13 - Adds parentId for monitors and better error information

30 Nov 16:25

Choose a tag to compare

πŸ“š Summary

Pretty quick update to make a few quality of life updates, thanks to @JosephB10 you now get UI updates for pages that have errors when creating a new monitor. Along with adding support for parentId, if a monitor goes down and the parent is also down notifications won't be sent out.

✨ New Features

  • Adds support for parentId for monitors

πŸ› Bug Fixes

  • Adds some nicer UI to show which page has errors when creating/editing monitors (#177)
  • Removes docs folder and moves everything to /public

0.10.12 - Adds checks for version

18 Nov 23:01

Choose a tag to compare

πŸ“š Summary

Pretty quick update to display a button when updates are available for newer versions.