Updating changelog + build for 2.7.9

This commit is contained in:
Jack Kingsman
2026-03-08 22:18:59 -07:00
parent e99e522573
commit 9fbdbaa174
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
## [2.7.9] - 2026-03-08
Bugfix: Don't obscure new integration dropdown on session boundary
## [2.7.8] - 2026-03-08
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "remoteterm-meshcore-frontend",
"private": true,
"version": "2.7.8",
"version": "2.7.9",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "remoteterm-meshcore"
version = "2.7.8"
version = "2.7.9"
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
readme = "README.md"
requires-python = ">=3.10"
Generated
+1 -1
View File
@@ -1049,7 +1049,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "2.7.8"
version = "2.7.9"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },