mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-06-10 16:34:49 +02:00
Updating changelog + build for 3.14.1
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
## [3.14.1] - 2026-06-01
|
||||
|
||||
* Feature: Enhance online documentation
|
||||
* Feature: Chain nav to browser history state
|
||||
* Feature: Add packet_hash to bot kwargs
|
||||
* Bug: Fix amp/ma units for HA integration of LPP sensors
|
||||
* Bug: Don't display blocked contacts on the map
|
||||
* Bug: Don't trim trailing space from repeater console commands
|
||||
* Bug: Make the trace pane not unusable with a bunch of hops or a bunch of recents
|
||||
* Misc: Dependency bumps + test updates
|
||||
|
||||
## [3.14.0] - 2026-05-13
|
||||
|
||||
* Feature: Support active/intervalized contact telemetry gathering + HA forwarding
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "remoteterm-meshcore-frontend",
|
||||
"private": true,
|
||||
"version": "3.14.0",
|
||||
"version": "3.14.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "remoteterm-meshcore"
|
||||
version = "3.14.0"
|
||||
version = "3.14.1"
|
||||
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
Reference in New Issue
Block a user