summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
commit20cb29c2f8c5c87bc590896854a20b1473ceb358 (patch)
tree2857f41513a56ad41af97b57362639298aa7f033 /CHANGELOG.md
#2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md57
1 files changed, 57 insertions, 0 deletions
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) |
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com