From 620458be8bd8e2e6d3b13616ce0888459fd21cf2 Mon Sep 17 00:00:00 2001 From: you Date: Sun, 22 Mar 2026 05:01:38 +0000 Subject: [PATCH] docs: update v2.4.1 notes with pause fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c29d38dd..04e00456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Hotfix release for regressions introduced in v2.4.0. ### Fixed - Packet ingestion broken: `insert()` returned undefined after legacy table removal, causing all MQTT packets to fail silently - Live packet updates not working: pause button `addEventListener` on null element crashed `init()`, preventing WS handler registration +- Pause button not toggling: event delegation was on `app` variable not in IIFE scope; moved to `document` - WS broadcast had null packet data when observation was deduped (2nd+ observer of same packet) - Multi-select filter menu close handler crashed on null `observerFilterWrap`/`typeFilterWrap` elements - Live map animation cleanup crashed with null `animLayer`/`pathsLayer` after navigating away (setInterval kept firing)