From c7248222dd5c5fd8b26d68408af73bd2ae1c64bf Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Fri, 10 Apr 2026 11:16:16 -0700 Subject: [PATCH] Updating changelog + build for 3.10.0 --- CHANGELOG.md | 9 +++++++++ LICENSES.md | 4 ++-- frontend/package.json | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba56524..3620a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [3.10.0] - 2026-04-10 + +* Feature: Add Arch AUR package +* Feature: 72hr packet density view in statistics +* Feature: Add warnings for event loop selection for MQTT on Windows startup +* Bufix: Bump Apprise to 1.9.9 to fix Matrix bug +* Misc: More memory-conscious on recent contact fetch +* Misc: Fix statistics pane e2e test + ## [3.9.0] - 2026-04-06 * Feature: Add hop counts to hop-width selection options diff --git a/LICENSES.md b/LICENSES.md index cb1db62..1cfd095 100644 --- a/LICENSES.md +++ b/LICENSES.md @@ -56,7 +56,7 @@ SOFTWARE. -### apprise (1.9.7) — BSD-2-Clause +### apprise (1.9.9) — BSD-2-Clause
Full license text @@ -64,7 +64,7 @@ SOFTWARE. ``` BSD 2-Clause License -Copyright (c) 2025, Chris Caron +Copyright (c) 2026, Chris Caron All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/frontend/package.json b/frontend/package.json index 8aacfd0..10f4051 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "3.9.0", + "version": "3.10.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index 45328af..5bab5f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "3.9.0" +version = "3.10.0" description = "RemoteTerm - Web interface for MeshCore radio mesh networks" readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index c4f1131..1d9e585 100644 --- a/uv.lock +++ b/uv.lock @@ -983,7 +983,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "3.9.0" +version = "3.10.0" source = { virtual = "." } dependencies = [ { name = "aiomqtt" },