diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d9a9f..6c71b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [2.6.0] - 2026-03-08 + +Feature: A11y improvements +Feature: New themes +Feature: Backfill channel sender identity when available +Feature: Modular fanout bus, including Webhooks, more customizable community MQTT, and Apprise +Bugfix: Unreads now respect blocklist +Bugfix: Unreads can't accumulate on an open thread +Bugfix: Channel name in broadcasts +Bugfix: Add missing httpx dependency +Bugfix: Improvements to radio startup frontend-blocking time and radio status reporting +Misc: Improved button signage for app movement +Misc: Test, performance, and documentation improvements + ## [2.5.0] - 2026-03-05 Feature: Far better accessibility across the app (with far to go) diff --git a/frontend/package.json b/frontend/package.json index d985f15..be87dc4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "2.5.0", + "version": "2.6.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 7328204..ed7b877 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "2.5.0" +version = "2.6.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 0f87014..e80eb99 100644 --- a/uv.lock +++ b/uv.lock @@ -1048,7 +1048,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "2.5.0" +version = "2.6.0" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },