From 7c23dcf6d90218ddc2bb0db8809f546addfcd4ef Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Mon, 16 Feb 2026 22:13:19 -0800 Subject: [PATCH] Updating changelog + build for 2.0.0 --- CHANGELOG.md | 13 +++++++++++++ frontend/package.json | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 975ff6f..50a1057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [2.0.0] - 2026-02-16 + +Feature: Frontend UX + log overhaul +Bugfix: Use contact object from DB for broadcast rather than handrolling +Bugfix: Fix our of order path WS messages voerwriting each other +Bugfix: Make broadcast timestamp match fallback logic used in storage code +Bugfix: Fir repeater command timestamp selection logic +Bugfix: Use actual pubkey matching for path update, and don't action serial path update events (use RX packet) +Bugfix: Add missing radio operation locks in a few sports +Bugfix: Fix dedupe for frontend raw packet delivery (mesh visualizer much more active now!) +Bugfix: Less aggressive dedupe for advert packets (we don't care about the payload, we care about the path, duh) +Misc: Visualizer layout refinement & option labels + ## [1.10.0] - 2026-02-16 Feature: Collapsible sidebar sections with per-section unread badge (thanks @rgregg !) diff --git a/frontend/package.json b/frontend/package.json index 31033e5..fb2a2f7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "1.10.0", + "version": "2.0.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 41c2a3e..9715d09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "1.10.0" +version = "2.0.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 770cfb7..2a75745 100644 --- a/uv.lock +++ b/uv.lock @@ -854,7 +854,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "1.10.0" +version = "2.0.0" source = { virtual = "." } dependencies = [ { name = "aiosqlite" },