Updating changelog + build for 3.16.2

This commit is contained in:
Jack Kingsman
2026-07-10 15:05:04 -07:00
parent 5da6e19c9b
commit f8f6842d1d
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
## [3.16.2] - 2026-07-10
* Feature: Zero hop repeater region discover
## [3.16.1] - 2026-07-10
* Feature: Try using direct admin-binary fetch for repeater owner
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "remoteterm-meshcore-frontend",
"private": true,
"version": "3.16.1",
"version": "3.16.2",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "remoteterm-meshcore"
version = "3.16.1"
version = "3.16.2"
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.1"
version = "3.16.2"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },