Updating changelog + build for 1.1.0

This commit is contained in:
Jack Kingsman
2026-01-14 16:54:25 -08:00
parent 91c9258275
commit 442f8ccded
4 changed files with 8 additions and 3 deletions
+5
View File
@@ -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 ## [1.0.3] - 2026-01-13
Bugfix: Add missing test management packages Bugfix: Add missing test management packages
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "remoteterm-meshcore-frontend", "name": "remoteterm-meshcore-frontend",
"private": true, "private": true,
"version": "1.0.3", "version": "1.1.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "remoteterm-meshcore" name = "remoteterm-meshcore"
version = "1.0.3" version = "1.1.0"
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"
Generated
+1 -1
View File
@@ -706,7 +706,7 @@ wheels = [
[[package]] [[package]]
name = "remoteterm-meshcore" name = "remoteterm-meshcore"
version = "1.0.3" version = "1.1.0"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "aiosqlite" }, { name = "aiosqlite" },