mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-12 11:43:03 +02:00
Updating changelog + build for 3.1.1
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
## [3.1.1] - 2026-03-11
|
||||||
|
|
||||||
|
Feature: Add basic auth
|
||||||
|
Feature: SQS fanout
|
||||||
|
Feature: Enrich contact info pane
|
||||||
|
Feature: Search operators for node and channel
|
||||||
|
Feature: Pause radio connection attempts from Radio settings
|
||||||
|
Feature: New themes! What a great use of time!
|
||||||
|
Feature: Github workflows runs for validation
|
||||||
|
Bugfix: More consistent log format with times
|
||||||
|
Bugfix: Patch meshcore_py bluetooth eager reconnection out during pauses
|
||||||
|
|
||||||
## [3.1.0] - 2026-03-11
|
## [3.1.0] - 2026-03-11
|
||||||
|
|
||||||
Feature: Add basic auth
|
Feature: Add basic auth
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "remoteterm-meshcore-frontend",
|
"name": "remoteterm-meshcore-frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"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.1.0"
|
version = "3.1.1"
|
||||||
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.1.0"
|
version = "3.1.1"
|
||||||
source = { virtual = "." }
|
source = { virtual = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiomqtt" },
|
{ name = "aiomqtt" },
|
||||||
|
|||||||
Reference in New Issue
Block a user