mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-08 17:53:10 +02:00
Updating changelog + build for 2.7.1
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
## [2.7.1] - 2026-03-08
|
||||||
|
|
||||||
|
Bugfix: Fix historical DM packet length passing
|
||||||
|
Misc: Follow better inclusion patterns for the patched meshcore-decoder and just publish the dang package
|
||||||
|
Misc: Patch a bewildering browser quirk that cause large raw packet lists to extend past the bottom of the page
|
||||||
|
|
||||||
## [2.7.0] - 2026-03-08
|
## [2.7.0] - 2026-03-08
|
||||||
|
|
||||||
Feature: Multibyte path support
|
Feature: Multibyte path support
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "remoteterm-meshcore-frontend",
|
"name": "remoteterm-meshcore-frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "2.7.0",
|
"version": "2.7.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "remoteterm-meshcore"
|
name = "remoteterm-meshcore"
|
||||||
version = "2.7.0"
|
version = "2.7.1"
|
||||||
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
|
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
@@ -1049,7 +1049,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "remoteterm-meshcore"
|
name = "remoteterm-meshcore"
|
||||||
version = "2.7.0"
|
version = "2.7.1"
|
||||||
source = { virtual = "." }
|
source = { virtual = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiomqtt" },
|
{ name = "aiomqtt" },
|
||||||
|
|||||||
Reference in New Issue
Block a user