Updating changelog + build for 3.15.1

This commit is contained in:
Jack Kingsman
2026-06-20 22:39:46 -07:00
parent 3d0e09b0c6
commit 9f5bf2b159
4 changed files with 14 additions and 3 deletions
+11
View File
@@ -1,3 +1,14 @@
## [3.15.1] - 2026-06-20
* Feature: Per-message + analyzer region tag support
* Feature: Sortable neighbor list in repeater pane
* Feature: Option to disable autoscroll on packet feed
* Feature: Bot globals
* Feature: Add draft support for Open gifs + reactions
* Bugfix: Use correct last-heard time for repeater recency
* Bugfix: Configurable VAPID subject for iOS web push
* Misc: Library updates, logging, test
## [3.15.0] - 2026-06-11
* Feature: Enhanced repeater telemetry with scrubbing and better extents
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "remoteterm-meshcore-frontend",
"private": true,
"version": "3.15.0",
"version": "3.15.1",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "remoteterm-meshcore"
version = "3.15.0"
version = "3.15.1"
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
readme = "README.md"
requires-python = ">=3.11"
Generated
+1 -1
View File
@@ -1550,7 +1550,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "3.15.0"
version = "3.15.1"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },