diff --git a/CHANGELOG.md b/CHANGELOG.md index ed744b5..36f5b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## [3.3.0] - 2026-03-13 + +Feature: Use dashed lines to show collapsed ambiguous router results +Feature: Jump to unred +Feature: Local channel management to prevent need to reload channel every time +Feature: Debug endpoint +Feature: Force-singleton channel management +Feature: Local node discovery +Feature: Node routing discovery +Bugfix: Don't tell users to us npm ci +Bugfix: Fallback polling dm message persistence +Bugfix: All native-JS inputs are now modals +Bugfix: Same-second send collision resolution +Bugfix: Proper browser updates on resend +Bugfix: Don't use last-heard when we actually want last-advert for path discovery for nodes +Bugfix: Don't treat prefix-matching DM echoes as acks like we do for channel messages +Misc: Visualizer data layer overhaul for future map work +Misc: Parallelize docker tests + ## [3.2.0] - 2026-03-12 Feature: Improve ambiguous-sender DM handling and visibility diff --git a/frontend/package.json b/frontend/package.json index 4a8e2ba..7794dad 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "3.2.0", + "version": "3.3.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 16f19da..a25d75f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "3.2.0" +version = "3.3.0" description = "RemoteTerm - Web interface for MeshCore radio mesh networks" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 5244fc0..cf9ec29 100644 --- a/uv.lock +++ b/uv.lock @@ -1098,7 +1098,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "3.2.0" +version = "3.3.0" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },