Updating changelog + build for 1.2.0

This commit is contained in:
Jack Kingsman
2026-01-16 16:47:37 -08:00
parent cfa7f53836
commit b8249ee866
5 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
## [1.2.0] - 2026-01-16
Feature: Add favorites
## [1.1.0] - 2026-01-14
Bugfix: Use actual pathing data from advertisements, not just always flood (oops)
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "remoteterm-meshcore-frontend",
"private": true,
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "remoteterm-meshcore"
version = "1.1.0"
version = "1.2.0"
description = "RemoteTerm - Web interface for MeshCore radio mesh networks"
readme = "README.md"
requires-python = ">=3.10"
Generated
+1 -1
View File
@@ -728,7 +728,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "1.1.0"
version = "1.2.0"
source = { virtual = "." }
dependencies = [
{ name = "aiosqlite" },