From 523fe3e28e8fcdfc1b6bb48110fb4002307ee0f5 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Sun, 8 Mar 2026 16:23:23 -0700 Subject: [PATCH] Updating changelog + build for 2.7.0 --- CHANGELOG.md | 7 +++++++ frontend/package.json | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30669d5..8213954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.7.0] - 2026-03-08 + +Feature: Multibyte path support +Feature: Add multibyte statistics to statistics pane +Feature: Add path bittage to contact info pane +Feature: Put tools in a collapsible + ## [2.6.1] - 2026-03-08 Misc: Fix busted docker builds; we don't have a 2.6.0 build sorry diff --git a/frontend/package.json b/frontend/package.json index 071c6b9..b34cd02 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "2.6.1", + "version": "2.7.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 2aa0218..5e86e87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "2.6.1" +version = "2.7.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 51f78c1..74dfa4c 100644 --- a/uv.lock +++ b/uv.lock @@ -1049,7 +1049,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "2.6.1" +version = "2.7.0" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },