Updating changelog + build for 3.4.1

This commit is contained in:
Jack Kingsman
2026-03-16 18:43:34 -07:00
parent 47276dcb6c
commit f8f0b3a8cf
4 changed files with 10 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
## [3.4.1] - 2026-03-16
Bugfix: Improve handling of version information on prebuilt bundles
Bugfix: Improve frontend usability on disconnected radio
Misc: Docs and readme updates
Misc: Overhaul DM ingest and frontend state handling
## [3.4.0] - 2026-03-16
Feature: Add radio model and stats display

View File

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

View File

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

2
uv.lock generated
View File

@@ -1098,7 +1098,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "3.4.0"
version = "3.4.1"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },