Updating changelog + build for 1.9.1

This commit is contained in:
Jack Kingsman
2026-02-10 22:12:16 -08:00
parent 1aa26c05d0
commit 6696681f63
4 changed files with 12 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
## [1.9.1] - 2026-02-10
Feature: Contacts and channels use keys, not names
Bugfix: Fix falsy casting of 0 in lat lon and timing data
Bugfix: Show message length in bytes, not chars
Bugfix: Fix phantom unread badges on focused convos
Misc: Bot invocation to async
Misc: Use full key, not prefix, where we can
## [1.9.0] - 2026-02-10
Feature: Favorited contacts are preferentially loaded onto the radio

View File

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

View File

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

2
uv.lock generated
View File

@@ -854,7 +854,7 @@ wheels = [
[[package]]
name = "remoteterm-meshcore"
version = "1.9.0"
version = "1.9.1"
source = { virtual = "." }
dependencies = [
{ name = "aiosqlite" },