diff --git a/CHANGELOG.md b/CHANGELOG.md index 7147e83..6492458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.11.1] - 2026-04-12 + +* Feature: Home Assistant MQTT fanout +* Feature: Add dummy service worker to enable PWA +* Bugfix: DB connection plurality issues +* Misc: Migration improvements +* Misc: Search keys from beginning + ## [3.11.0] - 2026-04-10 * Feature: Radio health and contact data accessible on fanout bus diff --git a/frontend/package.json b/frontend/package.json index f35ec70..7a86e5f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "3.11.0", + "version": "3.11.1", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 5f9c339..3a13791 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "3.11.0" +version = "3.11.1" description = "RemoteTerm - Web interface for MeshCore radio mesh networks" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 7a90e1f..ad52526 100644 --- a/uv.lock +++ b/uv.lock @@ -983,7 +983,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "3.11.0" +version = "3.11.1" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },