From b311c406da9b4db77e6b189c8152a8d0239193fd Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Wed, 11 Mar 2026 18:24:41 -0700 Subject: [PATCH] Updating changelog + build for 3.1.1 --- CHANGELOG.md | 12 ++++++++++++ frontend/package.json | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7793fdf..7fc5b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [3.1.1] - 2026-03-11 + +Feature: Add basic auth +Feature: SQS fanout +Feature: Enrich contact info pane +Feature: Search operators for node and channel +Feature: Pause radio connection attempts from Radio settings +Feature: New themes! What a great use of time! +Feature: Github workflows runs for validation +Bugfix: More consistent log format with times +Bugfix: Patch meshcore_py bluetooth eager reconnection out during pauses + ## [3.1.0] - 2026-03-11 Feature: Add basic auth diff --git a/frontend/package.json b/frontend/package.json index 0298cc0..2c68201 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "3.1.0", + "version": "3.1.1", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 668bfc8..c578cdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "3.1.0" +version = "3.1.1" 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 1e230a6..9caa72e 100644 --- a/uv.lock +++ b/uv.lock @@ -1098,7 +1098,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "3.1.0" +version = "3.1.1" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },