mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-07-30 21:43:14 +02:00
Updating changelog + build for 3.16.1
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
## [3.16.1] - 2026-07-10
|
||||
|
||||
* Feature: Try using direct admin-binary fetch for repeater owner
|
||||
* Feature: Add packet search to raw feed
|
||||
* Feature: Add repeater region display
|
||||
* Bug: Misc bugs around dm region scope + scope display, and flood-scope leak
|
||||
* Misc: Add clearer error on missing privkey export for community MQTT
|
||||
* Misc: Fix flaky test
|
||||
|
||||
## [3.16.0] - 2026-07-08
|
||||
|
||||
* Feature: Add incoming message region to bot kwargs
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "remoteterm-meshcore-frontend",
|
||||
"private": true,
|
||||
"version": "3.16.0",
|
||||
"version": "3.16.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "remoteterm-meshcore"
|
||||
version = "3.16.0"
|
||||
version = "3.16.1"
|
||||
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
|
||||
Reference in New Issue
Block a user