From 2495a2c358f373e8d1703fa28e543069a7918376 Mon Sep 17 00:00:00 2001 From: Ricky Stretch Date: Sun, 22 Mar 2026 23:10:17 -0400 Subject: [PATCH] v0.11.28 FCM bug fixes --- build.sh | 2 +- frontend/public/sw.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 57b365e..3785a69 100644 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ # ───────────────────────────────────────────────────────────── set -euo pipefail -VERSION="${1:-0.11.27}" +VERSION="${1:-0.11.28}" ACTION="${2:-}" REGISTRY="${REGISTRY:-}" IMAGE_NAME="rosterchirp" diff --git a/frontend/public/sw.js b/frontend/public/sw.js index 9fa3714..e0ba63a 100644 --- a/frontend/public/sw.js +++ b/frontend/public/sw.js @@ -64,6 +64,7 @@ function showRosterChirpNotification(data) { data: { url: data.url || '/' }, tag: data.groupId ? `rosterchirp-group-${data.groupId}` : 'rosterchirp-message', renotify: true, + vibrate: [200, 100, 200], // haptic pattern — also activates the OS sound channel }); }