Skip to content

Commit b9bb1db

Browse files
committed
updated changelog
Signed-off-by: Mark Rai <markraidc@gmail.com>
1 parent 48ce6fb commit b9bb1db

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
> **Upgrades:** No breaking changes in **3.7.x** / **3.8.x** / **3.9.x** / **3.10.x** / **3.11.x** unless noted below.
44
55

6+
## [3.11.3] - 2026-04-05
7+
8+
### Features
9+
10+
- **Board (mobile)** — When a todo drag starts, lane tabs briefly flash (**300ms**) so it is obvious they accept drops; tab labels stay readable above the drop overlays.
11+
- **Web Push (PWA)** — After sign-in, the client auto-subscribes when **both** VAPID keys are set on the server; **`SCRUMBOY_PUSH_BY_DEFAULT_IF_VAPID`** removed (VAPID presence is the operator signal). Per-user autosub progress in **localStorage** with resilient retry when the permission prompt is dismissed vs blocked.
12+
13+
### Fixes
14+
15+
- **Board (drag-and-drop)** — Success toast **“Todo moved to …”** only when the todo changes **lane**; same-lane reorder no longer shows a redundant toast (lane titles still come from the board workflow, not hardcoded names).
16+
17+
### Improvements
18+
19+
- **Settings → Customization****Background notifications (PWA)** is grayed out with a one-line notice when Web Push is unavailable (no VAPID on the server, or anonymous board mode).
20+
21+
### Documentation
22+
23+
- **`docs/mcp.md`** — MCP documentation added/expanded.
24+
- **`docs/pwa.md`** — Push flow and env vars aligned with streamlined enablement; key generation note includes **[VapidKeys.com](https://vapidkeys.com/)**.
25+
26+
---
27+
628
## [3.11.2] - 2026-04-04
729

830
### Fixes

0 commit comments

Comments
 (0)