From 08e00373aa298a9b84cd51b39ae4ce45435ead39 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Thu, 12 Mar 2026 11:55:56 -0700 Subject: [PATCH] Updating changelog + build for 3.2.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 7fc5b15..ed744b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [3.2.0] - 2026-03-12 + +Feature: Improve ambiguous-sender DM handling and visibility +Feature: Allow for toggling of node GPS broadcast +Feature: Add path width to bot and move example to full kwargs +Feature: Improve node map color contrast +Bugfix: More accurate tracking of contact data +Bugfix: Misc. frontend performance and bugfixes +Misc: Clearer warnings on user-key linkage +Misc: Documentation improvements + ## [3.1.1] - 2026-03-11 Feature: Add basic auth diff --git a/frontend/package.json b/frontend/package.json index 2c68201..4a8e2ba 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "3.1.1", + "version": "3.2.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index c578cdc..16f19da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "3.1.1" +version = "3.2.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 9caa72e..5244fc0 100644 --- a/uv.lock +++ b/uv.lock @@ -1098,7 +1098,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "3.1.1" +version = "3.2.0" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },