From 5a63f09ad434225668b1e87f9797600e5cc586ea Mon Sep 17 00:00:00 2001 From: Cameron Will Date: Fri, 11 Sep 2026 09:56:19 -0400 Subject: [PATCH] chore: bump version to 1.12.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ debian/changelog | 6 ++++++ pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 891cabe..c043efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## v1.12.0 (2026-09-11) + +### Feat + +- Add region scoping support (#90) (#94) +- Add setting to disable radio error toasts (#80) (#86) +- Add repeater admin view with login, CLI, and password storage + +### Fix + +- **ui**: support alert dialog response activation (#96) +- Treat CRC and header errors as RF noise, not radio faults (#91) (#93) +- Make the GPIO chip, IRQ backend, and enable pins configurable (#85) (#89) +- Derive and store channel secrets for hashtag channels (#81) (#87) +- Make the GPS serial port configurable (#82) (#88) +- **ui**: render on libadwaita 1.2 (Debian bookworm) (#84) +- Replace telemetry button with valid firmware CLI command (#79) +- Replace hallucinated repeater admin commands with real ones (#78) +- Set contact routing path so repeater admin login works (#77) +- Address review comments on repeater admin PR + ## v1.11.0 (2026-05-17) ### Feat diff --git a/debian/changelog b/debian/changelog index 03a804b..5bd4f1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +meshcore-uconsole (1.12.0-1) unstable; urgency=low + + * Release v1.12.0 + + -- meshcore-uconsole Team Fri, 11 Sep 2026 09:54:00 -0400 + meshcore-uconsole (1.11.0-1) unstable; urgency=low * Release v1.11.0 diff --git a/pyproject.toml b/pyproject.toml index 95557e4..d4df701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "meshcore-uconsole" -version = "1.11.0" +version = "1.12.0" description = "GTK-based meshcore console for Raspberry Pi" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index fcb66cb..7da9617 100644 --- a/uv.lock +++ b/uv.lock @@ -530,7 +530,7 @@ wheels = [ [[package]] name = "meshcore-uconsole" -version = "1.11.0" +version = "1.12.0" source = { editable = "." } dependencies = [ { name = "gpsdclient" },