diff --git a/CHANGELOG.md b/CHANGELOG.md index 91f2623..9a67513 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.8.0] - 2026-02-07 + +Feature: Single hop ping +Feature: PWA viewport fixes(thanks @rgregg) +Feature (?): No frontend distribution; build it yourself ;P +Bugfix: Fix channel message send race condition (concurrent sends could corrupt shared radio slot) +Bugfix: Fix TOCTOU race in radio reconnect (duplicate connections under contention) +Bugfix: Better guarding around reconnection +Bugfix: Duplicate websocket connection fixes +Bugfix: Settings tab error cleanliness on tab swap +Bugfix: Fix path traversal vuln +UI: Swap visualizer legend ordering (yay prettier) +Misc: Perf and locking improvements +Misc: Always flood advertisements +Misc: Better packet dupe handling +Misc: Dead code cleanup, test improvements + ## [1.7.1] - 2026-02-03 Feature: Clickable hyperlinks diff --git a/frontend/package.json b/frontend/package.json index 807564b..0b93f7b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "1.7.1", + "version": "1.8.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 66bddad..37af17d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "1.7.1" +version = "1.8.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 fe84879..bd9a339 100644 --- a/uv.lock +++ b/uv.lock @@ -854,7 +854,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "1.7.1" +version = "1.8.0" source = { virtual = "." } dependencies = [ { name = "aiosqlite" },