Updating changelog + build for 3.6.0

This commit is contained in:
Jack Kingsman
2026-03-22 22:14:55 -07:00
parent bb97b983bb
commit 3580aeda5a
4 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
## [3.6.0] - 2026-03-22
Feature: Add incoming-packet analytics
Feature: BYOPacket for analysis
Feature: Add room activity to stats view
Bugfix: Handle Heltec v3 serial noise
Misc: Swap repeaters and room servers for better ordering
## [3.5.0] - 2026-03-19
Feature: Add room server alpha support

View File

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

View File

@@ -1,6 +1,6 @@
[project]
name = "remoteterm-meshcore"
version = "3.5.0"
version = "3.6.0"
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.5.0"
version = "3.6.0"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },