From 20cb29c2f8c5c87bc590896854a20b1473ceb358 Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Sat, 8 Aug 2026 03:54:55 +0000 Subject: #2 --- CHANGELOG.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 CHANGELOG.md (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d328409 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,57 @@ +# Changelog · HyBBX + +All notable changes to HyBBX are documented here. + +## [HyBBX 2.4.1] + +Version `2.4.1`. Patch release. + +### Menu / help display + +| Fix | Detail | +|-----|--------| +| General area wrap | `/menu` and `/index` split long verb lists across continuation lines (80-col wire format) — fixes truncated `/users /` and missing `/session` `/version` | + +### Docs — BayCom plugin + +| Change | Detail | +|--------|--------| +| Wording | BayCom = optional transport plugin (CMake ON; example INI `baycom=no`) — removed misleading “rejected” labels | + +## [HyBBX 2.4.0] + +Version `2.4.0`. Product label **HyBBX 2.4.0**. + +### RF / MAX25 integration matrix + +| Change | Detail | +|--------|--------| +| MAX25-minimal boundary | MAX25 owns hardware prep; HyBBX probes max25d and attaches KISS only | +| `[max25] check=yes` | Local `packet_radio` **requires** reachable max25d TCP `:7325` | +| `kiss_entry=none` | Default after MAX25 prep — HyBBX does not send `kiss on` | +| BayCom plugin | Built by default; example INI templates set `[networks] baycom=no` | + +### Operator INI matrix + +| Key | v2.4.0 value | +|-----|--------------| +| `[max25] check` | `yes` | +| `kiss_entry` | `none` | +| `[networks] baycom` | `no` | + +### Carried from v2.0.0-p2 + +| Item | Notes | +|------|-------| +| YAML menu/rights registry, `hybbxd`, screen/tmux | baseline | +| TheFirmware TNC terminal recovery before KISS | baseline | +| AX.25 broadcast timing / dual-TNC sequencing | baseline | +| Circuit reconnect race fix | baseline | +| Unified log levels | baseline | + +## Related + +| Goal | Doc | +|------|-----| +| Master guide | [docs/MASTER-GUIDE.md](docs/MASTER-GUIDE.md) | +| TNC profiles | [docs/TNCS.md](docs/TNCS.md) | -- cgit v1.3.1