mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-07 01:03:34 +02:00
Updating changelog + build for 3.8.0
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
|
## [3.8.0] - 2026-04-03
|
||||||
|
|
||||||
|
* Feature: Per-channel hop width override
|
||||||
|
* Feature: Intervalized repeater telemetry collection
|
||||||
|
* Feature: Auto-resend option for byte-perfect resends on no repeater echo
|
||||||
|
* Feature: Attach RSSI/SNR to received packets
|
||||||
|
* Feature: Add motion packet display to map
|
||||||
|
* Feature: Map dark mode
|
||||||
|
* Bugfix: Make DB indices more useful around capitalization
|
||||||
|
* Misc: Bump required Python to 3.11
|
||||||
|
* Misc: Performance, documentation, and test improvements
|
||||||
|
* Misc: More yields during long radio operations
|
||||||
|
* Misc: Dead code & crufty test removal
|
||||||
|
* Misc: Remove all but stub frontend favorites migration for very very old versions
|
||||||
|
|
||||||
## [3.7.1] - 2026-04-02
|
## [3.7.1] - 2026-04-02
|
||||||
|
|
||||||
* Feature: Redact Apprise URLs to prevent sensitive information disclosure
|
* Feature: Redact Apprise URLs to prevent sensitive information disclosure
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "remoteterm-meshcore-frontend",
|
"name": "remoteterm-meshcore-frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "3.7.1",
|
"version": "3.8.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "remoteterm-meshcore"
|
name = "remoteterm-meshcore"
|
||||||
version = "3.7.1"
|
version = "3.8.0"
|
||||||
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
|
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|||||||
@@ -983,7 +983,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "remoteterm-meshcore"
|
name = "remoteterm-meshcore"
|
||||||
version = "3.7.1"
|
version = "3.8.0"
|
||||||
source = { virtual = "." }
|
source = { virtual = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiomqtt" },
|
{ name = "aiomqtt" },
|
||||||
|
|||||||
Reference in New Issue
Block a user