From 442f8ccded0260fb98bd5d8c19229a9bdc74250e Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Wed, 14 Jan 2026 16:54:25 -0800 Subject: [PATCH] Updating changelog + build for 1.1.0 --- CHANGELOG.md | 5 +++++ frontend/package.json | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5432f..e088af8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.1.0] - 2026-01-14 + +Bugfix: Use actual pathing data from advertisements, not just always flood (oops) +Bugfix: Autosync radio clock periodically to prevent drift (would show up most commonly as issues with repeater comms) + ## [1.0.3] - 2026-01-13 Bugfix: Add missing test management packages diff --git a/frontend/package.json b/frontend/package.json index 610d42d..4ecf494 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "remoteterm-meshcore-frontend", "private": true, - "version": "1.0.3", + "version": "1.1.0", "type": "module", "scripts": { "dev": "vite", diff --git a/pyproject.toml b/pyproject.toml index a4810a9..3c58d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remoteterm-meshcore" -version = "1.0.3" +version = "1.1.0" description = "RemoteTerm - Web interface for MeshCore radio mesh networks" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 4221e97..3aa9eff 100644 --- a/uv.lock +++ b/uv.lock @@ -706,7 +706,7 @@ wheels = [ [[package]] name = "remoteterm-meshcore" -version = "1.0.3" +version = "1.1.0" source = { virtual = "." } dependencies = [ { name = "aiosqlite" },