Updating changelog + build for 3.11.2

This commit is contained in:
Jack Kingsman
2026-04-12 22:44:46 -07:00
parent 33b2d3c260
commit e5e9eab935
4 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
## [3.11.2] - 2026-04-12
* Feature: Unread DMs are always at the top of the DM list no matter what
* Bugfix: Webmanifest needs withCredentials
## [3.11.1] - 2026-04-12
* Feature: Home Assistant MQTT fanout

View File

@@ -1,7 +1,7 @@
{
"name": "remoteterm-meshcore-frontend",
"private": true,
"version": "3.11.1",
"version": "3.11.2",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
[project]
name = "remoteterm-meshcore"
version = "3.11.1"
version = "3.11.2"
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
readme = "README.md"
requires-python = ">=3.11"

2
uv.lock generated
View File

@@ -983,7 +983,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "3.11.1"
version = "3.11.2"
source = { virtual = "." }
dependencies = [
{ name = "aiomqtt" },