Updating changelog + build for 2.0.1

This commit is contained in:
Jack Kingsman
2026-02-16 23:06:51 -08:00
parent f490cc756f
commit d08a113fc8
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
## [2.0.1] - 2026-02-16
Bugfix: Fix missing trigger condition on statistics pane expansion on mobile
## [2.0.0] - 2026-02-16
Feature: Frontend UX + log overhaul
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "remoteterm-meshcore-frontend",
"private": true,
"version": "2.0.0",
"version": "2.0.1",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "remoteterm-meshcore"
version = "2.0.0"
version = "2.0.1"
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
readme = "README.md"
requires-python = ">=3.10"
Generated
+1 -1
View File
@@ -854,7 +854,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "2.0.0"
version = "2.0.1"
source = { virtual = "." }
dependencies = [
{ name = "aiosqlite" },