Updating changelog + build for 1.3.0

This commit is contained in:
Jack Kingsman
2026-01-17 19:31:21 -08:00
parent 763e5787a6
commit 8d98a93245
5 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
## [1.3.0] - 2026-01-17
Feature: Rework database schema to drop unnecessary columns and dedupe payloads at the DB level
Feature: Massive frontend settings overhaul. It ain't gorgeous but it's easier to navigate.
Feature: Drop repeater login wait time; vestigial from debugging a different issue
## [1.2.1] - 2026-01-17
Update: Update meshcore-hashtag-cracker to include sender-identification correctness check

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 114 KiB

2
uv.lock generated
View File

@@ -728,7 +728,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "1.2.1"
version = "1.3.0"
source = { virtual = "." }
dependencies = [
{ name = "aiosqlite" },