Updating changelog + build for 1.0.2

This commit is contained in:
Jack Kingsman
2026-01-13 21:13:08 -08:00
parent e0d60f7d7f
commit db9ee0eace
4 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
## [1.0.2] - 2026-01-13
Improvement: Add delays between router ops to prevent traffic collisions
## [1.0.1] - 2026-01-13
Bugixes: Cleaner DB shutdown, radio reconnect contention, packet dedupe garbage removal

View File

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

View File

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

2
uv.lock generated
View File

@@ -706,7 +706,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "1.0.1"
version = "1.0.2"
source = { virtual = "." }
dependencies = [
{ name = "aiosqlite" },