Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
meshcore-uconsole (1.12.0-1) unstable; urgency=low

* Release v1.12.0

-- meshcore-uconsole Team <cameron@thewills.net> Fri, 11 Sep 2026 09:54:00 -0400

meshcore-uconsole (1.11.0-1) unstable; urgency=low

* Release v1.11.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading