Updating changelog + build for 3.16.1

This commit is contained in:
Jack Kingsman
2026-07-10 13:04:30 -07:00
parent ed7954552d
commit 789d37e240
4 changed files with 12 additions and 3 deletions
+9
View File
@@ -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 -1
View File
@@ -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
View File
@@ -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"
Generated
+1 -1
View File
@@ -1550,7 +1550,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "3.16.0"
version = "3.16.1"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },