diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6b604..23da167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.4.0] - 2026-01-18 + +UI: Improve button layout for room searcher +UI: Improve favicon coloring +UI: Improve status bar button layout on small screen +Feature: Show multi-path hop display with distance estimates +Feature: Search rooms and contacts by key, not just name +Bugfix: Historical DM decryption now works as expected +Bugfix: Don't double-set active conversation after addition; wait for backend room name normalization + ## [1.3.1] - 2026-01-17 UI: Rework restart handling diff --git a/frontend/package.json b/frontend/package.json index 06578c7..a5f0bc8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "1.3.1", + "version": "1.4.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index df1c87c..5eefa1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "1.3.1" +version = "1.4.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 b65e767..a91ac41 100644 --- a/uv.lock +++ b/uv.lock @@ -854,7 +854,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "1.3.1" +version = "1.4.0" source = { virtual = "." } dependencies = [ { name = "aiosqlite" },