Updating changelog + build for 3.15.2

This commit is contained in:
Jack Kingsman
2026-06-23 21:34:51 -07:00
parent 3a78bf36ac
commit 7560fe26ec
5 changed files with 9 additions and 5 deletions
+4
View File
@@ -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 -1
View File
@@ -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> &mdash; updates
passively when advertisements with GPS are heard, and from any GPS reading in the
contact&apos;s CayenneLPP telemetry. Shown for one contact; a tracker is created for each
selected contact.
contact&apos;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
View File
@@ -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"
Generated
+1 -1
View File
@@ -1550,7 +1550,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "3.15.1"
version = "3.15.2"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },