Updating changelog + build for 3.17.1

This commit is contained in:
Jack Kingsman
2026-07-26 11:19:19 -07:00
parent 2601a9c0d1
commit 33b3b8d023
5 changed files with 40 additions and 3 deletions
+6
View File
@@ -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
+31
View File
@@ -1348,6 +1348,37 @@ SOFTWARE.
</details>
### @tanstack/react-virtual (3.14.8) — MIT
<details>
<summary>Full license text</summary>
```
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.
```
</details>
### @uiw/react-codemirror (4.25.8) — MIT
*License file not found in package.*
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "remoteterm-meshcore-frontend",
"private": true,
"version": "3.17.0",
"version": "3.17.1",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -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"
Generated
+1 -1
View File
@@ -1550,7 +1550,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "3.17.0"
version = "3.17.1"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },