Updating changelog + build for 3.17.0

This commit is contained in:
Jack Kingsman
2026-07-21 12:12:55 -07:00
parent 9fc343c4fd
commit 889bb19ef5
4 changed files with 11 additions and 3 deletions
+8
View File
@@ -1,3 +1,11 @@
## [3.17.0] - 2026-07-21
* Feature: Add toggleable UI tweak for hop width display inline on channel messages
* Feature: Launch packet analyzer from visualizer feed
* Feature: Add customizable date binning on map view
* Feature: Add repeater telemetry export as CSV
* Misc: Tidy up Github issue templates
## [3.16.2] - 2026-07-10
* Feature: Zero hop repeater region discover
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "remoteterm-meshcore-frontend",
"private": true,
"version": "3.16.2",
"version": "3.17.0",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "remoteterm-meshcore"
version = "3.16.2"
version = "3.17.0"
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.2"
version = "3.17.0"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },