Releases: KSJaay/Lunalytics
0.10.19 - Adds tests and fixes auth redirects
π 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
/logoutpage in order to log out
More information about redirects in this issue: #187
0.10.18 - Fixes issue with OAuth2
π 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
π 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
π 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
settingsobject to the user
0.10.15 - Updates status to show degraded when monitor is down
π 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 updatedate 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
π 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
π 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
parentIdfor 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
π Summary
Pretty quick update to display a button when updates are available for newer versions.
0.10.11
0.10.9 - 0.10.10 - Overhaul of notifications system
π 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