diff --git a/CHANGELOG.md b/CHANGELOG.md index 0461fde..975ff6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.10.0] - 2026-02-16 + +Feature: Collapsible sidebar sections with per-section unread badge (thanks @rgregg !) +Feature: 3D mesh visualizer +Feature: Statistics pane +Feature: Support incoming/outgoing indication for bot invocations +Feature: Quick byte-perfect message resend if you got unlucky with repeats (thanks @rgregg -- we had a parallel implementation but I appreciate your work!) +Bugfix: Fix top padding out outgoing message +Bugfix: Frontend performance, appearance, and Lighthouse improvements (prefetches, form labelling, contrast, channel/roomlist changes) +Bugfix: Multiple-sent messages had path appearing delays until rerender +Bugfix: Fix ack/message race condition that caused dropped ack displays until rerender +Misc: Dedupe contacts/rooms by key and not name to prevent name collisions creating unreachable conversations +Misc: s/stopped/idle/ for room finder + ## [1.9.3] - 2026-02-12 Feature: Upgrade the room finder to support two-word rooms diff --git a/frontend/package.json b/frontend/package.json index d6e2780..31033e5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "1.9.3", + "version": "1.10.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index ce012e2..41c2a3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "1.9.3" +version = "1.10.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 1e61c9c..770cfb7 100644 --- a/uv.lock +++ b/uv.lock @@ -854,7 +854,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "1.9.3" +version = "1.10.0" source = { virtual = "." } dependencies = [ { name = "aiosqlite" },