diff --git a/CHANGELOG.md b/CHANGELOG.md index af103b4..fdb7736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [3.16.0] - 2026-07-08 + +* Feature: Add incoming message region to bot kwargs +* Feature: Allow bots to send region scoped messages +* Feature: Show total neighbor count from repeater even if we don't successfully fetch all of them +* Feature: Add duty cycle setting display to repeaters +* Feature: Allow for empty-override regions +* Feature: Use request-scoped subscriptions for console commands (should make repeater comms much more reliable!) +* Bug: Clear out stale HA states +* Bug: Fix floating point gnarliness on recharts +* Bug: Be more forgiving around hashtag channel names +* Bug: More aggressive packet validity checking +* Bug: Defer chart render until node info drawer is done flying in +* Bug: Fix issue in gif rendering with mentions +* Misc: Suppress notification on expected JWT renewal community MQTT reconnect +* Misc: Add issue template + ## [3.15.2] - 2026-06-23 * Bugfix: filter out geo from non-geo sensors, and publish gps for device tracking diff --git a/frontend/package.json b/frontend/package.json index 70b5c0e..48b3c9d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "3.15.2", + "version": "3.16.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 9ecc962..4d6db08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "3.15.2" +version = "3.16.0" description = "RemoteTerm - Web interface for MeshCore radio mesh networks" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index e330f8b..1889717 100644 --- a/uv.lock +++ b/uv.lock @@ -1550,7 +1550,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "3.15.2" +version = "3.16.0" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },