mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-06-27 05:21:27 +02:00
Updating changelog + build for 3.15.2
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## [3.15.2] - 2026-06-23
|
||||
|
||||
* Bugfix: filter out geo from non-geo sensors, and publish gps for device tracking
|
||||
|
||||
## [3.15.1] - 2026-06-20
|
||||
|
||||
* Feature: Per-message + analyzer region tag support
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "remoteterm-meshcore-frontend",
|
||||
"private": true,
|
||||
"version": "3.15.1",
|
||||
"version": "3.15.2",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
@@ -1180,8 +1180,8 @@ function MqttHaConfigEditor({
|
||||
<div>
|
||||
<span className="font-medium text-foreground">Per tracked contact</span> — updates
|
||||
passively when advertisements with GPS are heard, and from any GPS reading in the
|
||||
contact's CayenneLPP telemetry. Shown for one contact; a tracker is created for each
|
||||
selected contact.
|
||||
contact's CayenneLPP telemetry. Shown for one contact; a tracker is created for
|
||||
each selected contact.
|
||||
<ul className="mt-0.5 ml-4 list-disc space-y-0.5">
|
||||
<li>
|
||||
<code className="text-[0.6875rem]">
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "remoteterm-meshcore"
|
||||
version = "3.15.1"
|
||||
version = "3.15.2"
|
||||
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
Reference in New Issue
Block a user