Updating changelog + build for 3.15.0

This commit is contained in:
Jack Kingsman
2026-06-11 22:27:51 -07:00
parent 9391116d53
commit 35c2371088
5 changed files with 17 additions and 4 deletions
+13
View File
@@ -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
+1 -1
View File
@@ -277,7 +277,7 @@ Apache License
</details>
### fastapi (0.128.0) — MIT
### fastapi (0.136.3) — MIT
<details>
<summary>Full license text</summary>
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "remoteterm-meshcore-frontend",
"private": true,
"version": "3.14.1",
"version": "3.15.0",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -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"
Generated
+1 -1
View File
@@ -1550,7 +1550,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "3.14.1"
version = "3.15.0"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },