Updating changelog + build for 2.7.0

This commit is contained in:
Jack Kingsman
2026-03-08 16:23:23 -07:00
parent 3663db6ed3
commit 523fe3e28e
4 changed files with 10 additions and 3 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
{
"name": "remoteterm-meshcore-frontend",
"private": true,
"version": "2.6.1",
"version": "2.7.0",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -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"

2
uv.lock generated
View File

@@ -1049,7 +1049,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "2.6.1"
version = "2.7.0"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },