diff --git a/CHANGELOG.md b/CHANGELOG.md index 8caccb4..642a216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.7.0] - 2026-01-27 + +Feature: Multi-bot functionality +Bugfix: Adjust bot code editor display and add line numbers +Bugfix: Fix clock filtering and contact lookup behavior bugs +Bugfix: Fix repeater message duplication issue +Bugfix: Correct outbound message timestamp assignment (affecting outgoing messages seen as incoming) +UI: Move advertise button to identity tab +Misc: Clarify fallback functionality for missing private key export in logs + ## [1.6.0] - 2026-01-26 Feature: Visualizer: extract public key from AnonReq, add heuristic repeater disambiguation, add reset button, draggable nodes diff --git a/frontend/package.json b/frontend/package.json index 9d695ed..eafb730 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "1.6.0", + "version": "1.7.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 5aab234..c286a17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "1.6.0" +version = "1.7.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 3d905cd..db4a035 100644 --- a/uv.lock +++ b/uv.lock @@ -854,7 +854,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "1.6.0" +version = "1.7.0" source = { virtual = "." } dependencies = [ { name = "aiosqlite" },