mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-06-13 01:44:50 +02:00
Updating changelog + build for 3.15.0
This commit is contained in:
@@ -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
@@ -277,7 +277,7 @@ Apache License
|
||||
|
||||
</details>
|
||||
|
||||
### fastapi (0.128.0) — MIT
|
||||
### fastapi (0.136.3) — MIT
|
||||
|
||||
<details>
|
||||
<summary>Full license text</summary>
|
||||
|
||||
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user