Releases: KSJaay/Lunalytics
0.10.22: Updates regex for discord url and fixes auto not working
π 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
π 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
ArchiveandDeleteeven when not incident is displayed - Avatar URL regex has been cut down to check it starts with
http://andhttps://for the time being - Fixed issue that didn't allow
Custom HTMLto be added to the status page - Updated bugs with monitor info
- "Cert expiry" tab removed for
ping,pushanddockermonitors - 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
π 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.