diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f281d2..c658532 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/frontend/package.json b/frontend/package.json index 1645e6f..5f88cde 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "2.2.0", + "version": "2.3.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index d6fa096..474361b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/uv.lock b/uv.lock index 1c1454b..767d4ff 100644 --- a/uv.lock +++ b/uv.lock @@ -898,7 +898,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "2.2.0" +version = "2.3.0" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },