mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-08 09:43:03 +02:00
Updating changelog + build for 3.6.2
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
## [3.6.2] - 2026-03-29
|
||||||
|
|
||||||
|
Feature: Be more flexible about timing and volume of full contact offload
|
||||||
|
Feature: Improve room server and repeater ops to be much more clearer about auth status
|
||||||
|
Feature: Show last error status on integrations
|
||||||
|
Feature: Push multi-platform docker builds
|
||||||
|
Bugfix: Fix advert interval time unit display
|
||||||
|
Bugfix: Don't cast RSSI/SNR to string for community MQTT
|
||||||
|
Bugfix: Map uploader follows redirect
|
||||||
|
Misc: Thin out unnecessary cruft in unreads endpoint
|
||||||
|
Misc: Fall back gracefully if linked to an unknown contact
|
||||||
|
|
||||||
## [3.6.1] - 2026-03-26
|
## [3.6.1] - 2026-03-26
|
||||||
|
|
||||||
Feature: MeshCore Map integration
|
Feature: MeshCore Map integration
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "remoteterm-meshcore-frontend",
|
"name": "remoteterm-meshcore-frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "3.6.1",
|
"version": "3.6.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "remoteterm-meshcore"
|
name = "remoteterm-meshcore"
|
||||||
version = "3.6.1"
|
version = "3.6.2"
|
||||||
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
|
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|||||||
@@ -1098,7 +1098,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "remoteterm-meshcore"
|
name = "remoteterm-meshcore"
|
||||||
version = "3.6.1"
|
version = "3.6.2"
|
||||||
source = { virtual = "." }
|
source = { virtual = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiomqtt" },
|
{ name = "aiomqtt" },
|
||||||
|
|||||||
Reference in New Issue
Block a user