chore(release): stamp v0.6.10 - #63
Merged
Merged
Conversation
Three changes, all contributed by @dacrhu, credited in the release notes rather than only in commit trailers. The headline is a fix rather than the new features: the "SSTV mode → Data/Pkt" setting shipped in v0.6.8 has never actually switched a radio. Band Plan tuning skips the mode change when the sideband family matches, and DATA-U, PKTUSB and USB are all the same family, so the resolved data mode was computed and then swallowed. Anyone who tried that setting and concluded their rig didn't support it was seeing our bug. The changelog says so in those terms, because that user needs to know to try again. Also: rigctld gains the same mode policy via Hamlib's universal PKTUSB/PKTLSB, and the Receive panel gains an always-on audio strip with TX/RX gain sliders and an input level meter. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release stamp for v0.6.10 — no functional change.
Every user-facing change in this release was contributed by @dacrhu, and
the release notes say so at the top rather than leaving it in commit
trailers.
The headline is a fix, not the features
The "SSTV mode → Data/Pkt" setting we shipped in v0.6.8 has never
actually switched a radio. It resolved the correct data mode (
DATA-UonYaesu) and then never sent it, because Band Plan tuning skips the mode change
when the sideband family matches — and
DATA-U,PKTUSBandUSBare allthe same family.
The setting appeared in Settings. The tooltip explained what it did. Nothing
happened.
The changelog entry states plainly that anyone who tried it and concluded
their radio didn't support it was seeing our bug — because that's the person
who needs to know to try again. dacrhu found it while building the rigctld
equivalent on top of it.
Also in
PKTUSB/PKTLSBso it works for any backend rather than one vendor's CAT.input level meter, so gain is adjustable without opening Settings.
Verification
Both PRs were reviewed, tested individually and merged together in a scratch
worktree beforehand: no conflicts, ruff clean, 236 passed across the touched
suites. CI green on both before merge.
🤖 Generated with Claude Code