Updating changelog + build for 2.3.0

This commit is contained in:
Jack Kingsman
2026-03-01 17:37:21 -08:00
parent a8af9b10f3
commit 56d4fa707a
4 changed files with 15 additions and 3 deletions

View File

@@ -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
Feature: Track advert paths and use to disambiguate repeater identity in visualizer

View File

@@ -1,7 +1,7 @@
{
"name": "remoteterm-meshcore-frontend",
"private": true,
"version": "2.2.0",
"version": "2.3.0",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
[project]
name = "remoteterm-meshcore"
version = "2.2.0"
version = "2.3.0"
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
readme = "README.md"
requires-python = ">=3.10"

2
uv.lock generated
View File

@@ -898,7 +898,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "2.2.0"
version = "2.3.0"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },