diff --git a/CHANGELOG.md b/CHANGELOG.md index 8662331..3326219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [3.15.0] - 2026-06-11 + +* Feature: Enhanced repeater telemetry with scrubbing and better extents +* Feature: Outbound message opt-in for Apprise +* Feature: Reverse-link button on trace pane +* Feature: Add recently traced contacts as own category in repeater pane +* Feature: More compact trace pane display +* Bugfix: Scavenge ACK codes for standalone acks, resolving issues with DM ack detection +* Bugfix: Proper timestamps for community MQTT +* Bugfix: Clearer packet history legend in packet view +* Misc: Add pubkey suffix to repeater neighbors +* Misc: Dependency bumps & test fixes + ## [3.14.1] - 2026-06-01 * Feature: Enhance online documentation diff --git a/LICENSES.md b/LICENSES.md index a4c7d8c..0a2513f 100644 --- a/LICENSES.md +++ b/LICENSES.md @@ -277,7 +277,7 @@ Apache License -### fastapi (0.128.0) — MIT +### fastapi (0.136.3) — MIT
Full license text diff --git a/frontend/package.json b/frontend/package.json index 61bdeaa..b6bace3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "3.14.1", + "version": "3.15.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 8b4dcc2..b0ee3dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "3.14.1" +version = "3.15.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 e55b19c..1076a10 100644 --- a/uv.lock +++ b/uv.lock @@ -1550,7 +1550,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "3.14.1" +version = "3.15.0" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },