From 7560fe26ec8a59124563ae3189dc3ac042353fd4 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Tue, 23 Jun 2026 21:34:51 -0700 Subject: [PATCH] Updating changelog + build for 3.15.2 --- CHANGELOG.md | 4 ++++ frontend/package.json | 2 +- frontend/src/components/settings/SettingsFanoutSection.tsx | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4265251..af103b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/frontend/package.json b/frontend/package.json index 5c6a696..70b5c0e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "3.15.1", + "version": "3.15.2", "type": "module", "scripts": { "dev": "vite", diff --git a/frontend/src/components/settings/SettingsFanoutSection.tsx b/frontend/src/components/settings/SettingsFanoutSection.tsx index b8b4716..b48b870 100644 --- a/frontend/src/components/settings/SettingsFanoutSection.tsx +++ b/frontend/src/components/settings/SettingsFanoutSection.tsx @@ -1180,8 +1180,8 @@ function MqttHaConfigEditor({
Per tracked contact — 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.