From ac6a5774af053fb19dbe6614c9a5500a8bdcd0a5 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Thu, 26 Mar 2026 19:14:44 -0700 Subject: [PATCH] Updating changelog + build for 3.6.1 --- CHANGELOG.md | 13 +++++++++++++ LICENSES.md | 33 +++++++++++++++++++++++++++++++++ frontend/package.json | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 49 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5543547..790d034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [3.6.1] - 2026-03-26 + +Feature: MeshCore Map integration +Feature: Add warning screen about bots +Feature: Favicon reflects unread message state +Feature: Show hop map in larger modal +Feature: Add prebuilt frontend install script +Feature: Add clean service installer script +Feature: Swipe in to show menu +Bugfix: Invalid backend API path serves error, not fallback index +Bugfix: Fix some spacing/page height issues +Misc: Misc. bugfixes and performance and test improvements + ## [3.6.0] - 2026-03-22 Feature: Add incoming-packet analytics diff --git a/LICENSES.md b/LICENSES.md index 8cdc53b..7fac22f 100644 --- a/LICENSES.md +++ b/LICENSES.md @@ -1592,6 +1592,39 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI +### react-swipeable (7.0.2) — MIT + +
+Full license text + +``` +The MIT License (MIT) + +Copyright (C) 2014-2022 Josh Perez +Copyright (C) 2014-2022 Brian Emil Hartz +Copyright (C) 2022 Formidable Labs, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +``` + +
+ ### sonner (2.0.7) — MIT
diff --git a/frontend/package.json b/frontend/package.json index bbb596c..9b228a3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "3.6.0", + "version": "3.6.1", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index e016302..990d874 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "3.6.0" +version = "3.6.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 d8b89ed..7ead698 100644 --- a/uv.lock +++ b/uv.lock @@ -1098,7 +1098,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "3.6.0" +version = "3.6.1" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },