diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2d22c..efea565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.9.1] - 2026-02-10 + +Feature: Contacts and channels use keys, not names +Bugfix: Fix falsy casting of 0 in lat lon and timing data +Bugfix: Show message length in bytes, not chars +Bugfix: Fix phantom unread badges on focused convos +Misc: Bot invocation to async +Misc: Use full key, not prefix, where we can + ## [1.9.0] - 2026-02-10 Feature: Favorited contacts are preferentially loaded onto the radio diff --git a/frontend/package.json b/frontend/package.json index b7dfae4..4846a10 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "1.9.0", + "version": "1.9.1", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 388765b..b516d17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "1.9.0" +version = "1.9.1" 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 f595b92..5b24e4e 100644 --- a/uv.lock +++ b/uv.lock @@ -854,7 +854,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "1.9.0" +version = "1.9.1" source = { virtual = "." } dependencies = [ { name = "aiosqlite" },