Skip to content

v0.9.0

Choose a tag to compare

@REDDE4D REDDE4D released this 25 Jun 16:05
· 98 commits to main since this release

Fixed

  • Notification settings silently failed to save. The dashboard's "save settings" always reported "saved" regardless of the server's response, and the notifications page rendered an empty config (instead of an error) when the backend was unavailable — so when notifications were disabled server-side (e.g. an invalid `MARSHAL_MASTER_KEY`) or a save was rejected, the change appeared to succeed but reverted on reload with no explanation. The save button now surfaces the real error (and only claims success on HTTP 200), and the page now shows "notifications unavailable" when the backend is disabled.

Added

  • Send a test notification to all enabled channels. The Notifications → Settings section gains a "send test notification" button that fires a test message through every enabled channel at once and reports per-channel results, so you can verify your configuration end-to-end. New `POST /api/notifications/test` (complements the existing per-channel test).

Full changelog: v0.8.0...v0.9.0