mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-06-24 12:01:42 +02:00
Updating changelog + build for 3.15.1
This commit is contained in:
@@ -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,7 +1,7 @@
|
||||
{
|
||||
"name": "remoteterm-meshcore-frontend",
|
||||
"private": true,
|
||||
"version": "3.15.0",
|
||||
"version": "3.15.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user