diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9d8d2..a4c7086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.17.1] - 2026-07-26 + +* Feature: Auto-retry with flood for no-response-heard repeater login +* Misc: Optimize frontend data handling for improved performance +* Misc: Doc drift, test improvements, and library updates + ## [3.17.0] - 2026-07-21 * Feature: Add toggleable UI tweak for hop width display inline on channel messages diff --git a/LICENSES.md b/LICENSES.md index 0a2513f..c1e9f25 100644 --- a/LICENSES.md +++ b/LICENSES.md @@ -1348,6 +1348,37 @@ SOFTWARE. +### @tanstack/react-virtual (3.14.8) — MIT + +
+Full license text + +``` +MIT License + +Copyright (c) 2021-present Tanner Linsley + +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. +``` + +
+ ### @uiw/react-codemirror (4.25.8) — MIT *License file not found in package.* diff --git a/frontend/package.json b/frontend/package.json index fa07c99..434b1aa 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "3.17.0", + "version": "3.17.1", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 845be06..94902d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "3.17.0" +version = "3.17.1" description = "RemoteTerm - Web interface for MeshCore radio mesh networks" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index c284219..2d10007 100644 --- a/uv.lock +++ b/uv.lock @@ -1550,7 +1550,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "3.17.0" +version = "3.17.1" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },