mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-06-11 00:44:48 +02:00
Updating changelog + build for 3.14.0
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
## [3.14.0] - 2026-05-13
|
||||
|
||||
* Feature: Support active/intervalized contact telemetry gathering + HA forwarding
|
||||
* Feature: Stable packet analyzer chart coloring
|
||||
* Feature: Add packet scope to inscpection
|
||||
* Feature: Support websocket path config for community mqtt
|
||||
* Bugfix: Drop token renewal time to 1hr for more sensitive services
|
||||
* Bugfix: Don't forward unparseable packets to communitya ggregators
|
||||
* Bugfix: Persist login status for rooms
|
||||
* Bugfix: Fix gap in repeater/contact/sensor non-ingest logic
|
||||
* Misc: Revise hop-length buckets to reflect path bit width
|
||||
* Misc: Remove autocomplete from textarea
|
||||
* Misc: Test & Dependency updates
|
||||
|
||||
## [3.13.0] - 2026-04-30
|
||||
|
||||
* Feature: Error counts included in repeater telemetry
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "remoteterm-meshcore-frontend",
|
||||
"private": true,
|
||||
"version": "3.13.0",
|
||||
"version": "3.14.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "remoteterm-meshcore"
|
||||
version = "3.13.0"
|
||||
version = "3.14.0"
|
||||
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
Reference in New Issue
Block a user