Updating changelog + build for 2.4.0

This commit is contained in:
Jack Kingsman
2026-03-02 14:54:21 -08:00
parent 09ad642d79
commit a8ff2b4133
4 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
## [2.4.0] - 2026-03-02
Feature: Add community MQTT reporting (e.g. LetsMesh.net)
Misc: Build scripts and library attribution
Misc: Add sign of life to E2E tests
## [2.3.0] - 2026-03-01
Feature: Click path description to reset to flood

View File

@@ -1,7 +1,7 @@
{
"name": "remoteterm-meshcore-frontend",
"private": true,
"version": "2.3.0",
"version": "2.4.0",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
[project]
name = "remoteterm-meshcore"
version = "2.3.0"
version = "2.4.0"
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
readme = "README.md"
requires-python = ">=3.10"

2
uv.lock generated
View File

@@ -923,7 +923,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "2.3.0"
version = "2.4.0"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },