Skip to content

v1.3.8

Choose a tag to compare

@ethanfiggs ethanfiggs released this 14 Jun 03:26
· 8 commits to main since this release

SafeGuard Panel v1.3.8

Quality-of-life UX improvements.

Added

  • Actions are logged in the notification bell. When something happens
    (success, warning, or error), it's now recorded in the notifications menu — not
    just shown as a passing toast — so you have a running log of what occurred. The
    bell updates immediately.

Changed

  • Buttons show a loading state automatically. When you click a button that
    kicks off work, it greys out and shows a spinner until the task finishes, so
    you get clear feedback and can't double-submit. (Toasts continue to appear in
    the bottom-right.)

Install / update

curl -sSL https://install.safeguardpanel.ca/install.sh | sudo bash

Every download is checked against a GPG-signed SHA256SUMS:

gpg --import safeguard-release-signing.asc
gpg --verify SHA256SUMS.asc SHA256SUMS
sha256sum -c SHA256SUMS