mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-07-06 18:01:22 +02:00
Updating changelog + build for 2.3.0
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
## [2.3.0] - 2026-03-01
|
||||||
|
|
||||||
|
Feature: Click path description to reset to flood
|
||||||
|
Feature: Add MQTT publishing
|
||||||
|
Feature: Visualizer remembers settings
|
||||||
|
Bugfix: Fix prefetch usage
|
||||||
|
Bugfix: Fixed an issue where busy channels can result in double-display of incoming messages
|
||||||
|
Misc: Drop py3.12 requirement
|
||||||
|
Misc: Performance, documentation, test, and file structure optimizations
|
||||||
|
Misc: Add arrows between route nodes on contact info
|
||||||
|
Misc: Show repeater path/type in title bar
|
||||||
|
|
||||||
## [2.2.0] - 2026-02-28
|
## [2.2.0] - 2026-02-28
|
||||||
|
|
||||||
Feature: Track advert paths and use to disambiguate repeater identity in visualizer
|
Feature: Track advert paths and use to disambiguate repeater identity in visualizer
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "remoteterm-meshcore-frontend",
|
"name": "remoteterm-meshcore-frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.2.0",
|
"version": "2.3.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 = "2.2.0"
|
version = "2.3.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.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
@@ -898,7 +898,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "remoteterm-meshcore"
|
name = "remoteterm-meshcore"
|
||||||
version = "2.2.0"
|
version = "2.3.0"
|
||||||
source = { virtual = "." }
|
source = { virtual = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiomqtt" },
|
{ name = "aiomqtt" },
|
||||||
|
|||||||
Reference in New Issue
Block a user