Skip to content
Merged
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
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
encoder and raised a `ZeroDivisionError` on Transmit. `ptt_delay_s` and
`rig_civ_address` are now range-checked too.

### Internal

- `scripts/roundtrip_all_modes.py`, the end-to-end encode→decode audit over
the whole mode table, had imported the pre-rename `sstv_app` package and
been dead code since. It runs again — and would have caught the SC2-120
discrepancy.
- **Remote transmit could key the rig with every safeguard disarmed.** The
control plane gated only on its own state, so while the operator was
transmitting locally it reported idle and accepted a remote request. The
Expand Down Expand Up @@ -131,6 +125,13 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
QSO to silently fail to auto-upload. The operator's configured
display name now goes into the correct field, `MY_NAME`.

### Internal

- `scripts/roundtrip_all_modes.py`, the end-to-end encode→decode audit over
the whole mode table, had imported the pre-rename `sstv_app` package and
been dead code since. It runs again — and would have caught the SC2-120
discrepancy.

---

## [0.6.8] — 2026-08-17
Expand Down
Loading