Updating changelog + build for 2.7.8

This commit is contained in:
Jack Kingsman
2026-03-08 20:42:03 -07:00
parent 7d688fa5f8
commit beb28b1f31
4 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
## [2.7.8] - 2026-03-08
Bugfix: Improve frontend asset resolution and fixup the build/push script
## [2.7.1] - 2026-03-08
Bugfix: Fix historical DM packet length passing

View File

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

View File

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

2
uv.lock generated
View File

@@ -1049,7 +1049,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "2.7.1"
version = "2.7.8"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },