Updating changelog + build for 3.12.2

This commit is contained in:
Jack Kingsman
2026-04-21 13:10:25 -07:00
parent 300677aca3
commit e695d629b9
4 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
## [3.12.2] - 2026-04-21
* Feature: Auto-disambiguate colliding LPP sensor names
* Feature: Radio config import/export
* Bugfix: Don't push stale firmware version/model on community MQTT
* Misc: Expose env vars in debug blob
* Misc: Longer linger for web push error
* Misc: Docs, test, & CI/CD improvements
## [3.12.1] - 2026-04-19
* Feature: Auto-evict/circular-buffer contact load mode (solves potential T-Beam issues)

View File

@@ -1,7 +1,7 @@
{
"name": "remoteterm-meshcore-frontend",
"private": true,
"version": "3.12.1",
"version": "3.12.2",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
[project]
name = "remoteterm-meshcore"
version = "3.12.1"
version = "3.12.2"
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
readme = "README.md"
requires-python = ">=3.11"

2
uv.lock generated
View File

@@ -1533,7 +1533,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "3.12.1"
version = "3.12.2"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },