From 53a4d8186a694205bf7c7d925c20f12db3a30127 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Fri, 10 Apr 2026 16:12:27 -0700 Subject: [PATCH] Updating changelog + build for 3.11.0 --- CHANGELOG.md | 11 +++++++++++ frontend/package.json | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4fcc2..7147e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [3.11.0] - 2026-04-10 + +* Feature: Radio health and contact data accessible on fanout bus +* Feature: Local node radio stats (voltage etc.) on WS health bus +* Feature: Battery indicator optional in status bar (configured in Local Settings) +* Bugfix: Fix same-second same-message collision in room servers +* Bugfix: Don't consume DM resend attempt if the radio was just busy +* Bugfix: Assume that a same-second same-message same-first-byte-key DM is more likely an echo than them sending the same message +* Bugfix: Multi-retry for flood scope restoration +* Misc: Testing & documentation improvements + ## [3.10.0] - 2026-04-10 * Feature: Add Arch AUR package diff --git a/frontend/package.json b/frontend/package.json index 10f4051..f35ec70 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "3.10.0", + "version": "3.11.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 4d6b032..5f9c339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "3.10.0" +version = "3.11.0" description = "RemoteTerm - Web interface for MeshCore radio mesh networks" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 1d9e585..7a90e1f 100644 --- a/uv.lock +++ b/uv.lock @@ -983,7 +983,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "3.10.0" +version = "3.11.0" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },