diff --git a/CHANGELOG.md b/CHANGELOG.md index ad79192..3cc0059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## [3.5.0] - 2026-03-19 + +Feature: Add room server alpha support +Feature: Add option to force-reset node clock when it's too far ahead +Feature: DMs auto-retry before resorting to flood +Feature: Add impulse zero-hop advert +Feature: Utilize PATH packets to correctly source a contact's route +Feature: Metrics view on raw packet pane +Feature: Metric, Imperial, and Smoots are now selectable for distance display +Feature: Allow favorites to be sorted +Feature: Add multi-ack support +Feature: Password-remember checkbox on repeaters + room servers +Bugfix: Serialize radio disconnect in a lock +Bugfix: Fix contact bar layout issues +Bugfix: Fix sidebar ordering for contacts by advert recency +Bugfix: Fix version reporting in community MQTT +Bugfix: Fix Apprise duplicate names +Bugfix: Be better about identity resolution in the stats pane +Misc: Docs, test, and performance enhancements +Misc: Don't prompt "Are you sure" when leaving an unedited interation +Misc: Log node time on startup +Misc: Improve community MQTT error bubble-up +Misc: Unread DMs always have a red unread counter +Misc: Improve information in the debug view to show DB status + ## [3.4.1] - 2026-03-16 Bugfix: Improve handling of version information on prebuilt bundles diff --git a/LICENSES.md b/LICENSES.md index 7a64db1..db8924e 100644 --- a/LICENSES.md +++ b/LICENSES.md @@ -330,7 +330,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -### meshcore (2.2.29) — MIT +### meshcore (2.3.1) — MIT
Full license text diff --git a/frontend/package.json b/frontend/package.json index 065697e..00e5e84 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "3.4.1", + "version": "3.5.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 714eb3a..ef8e5e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "3.4.1" +version = "3.5.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 21aa1f0..55690bb 100644 --- a/uv.lock +++ b/uv.lock @@ -1098,7 +1098,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "3.4.1" +version = "3.5.0" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },