Skip to content

Releases: KSJaay/Lunalytics

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.

0.10.11

14 Nov 18:06

Choose a tag to compare

πŸ“š Summary

Fixes status page css not loading properly due to recently adding react lazy loading

0.10.9 - 0.10.10 - Overhaul of notifications system

14 Nov 17:52

Choose a tag to compare

πŸ“š Summary

Reworked how notifications work to make it much easier to add notifications, along with an overhaul of the whole system so all you need to do is run npm run create:notification [name] and that'll create all the new required files.

✨ New Features

  • Adds notification support for Email and Apprise
  • Overhaul of the notification system to make it easier to add notifications
  • Added npm run create:notification [name] command