Skip to content

Release v0.9.2.1 hotfix: TGXL TUNE for firmware 4.2#2165

Merged
ten9876 merged 1 commit intomainfrom
aether/release-v0.9.2.1
Apr 29, 2026
Merged

Release v0.9.2.1 hotfix: TGXL TUNE for firmware 4.2#2165
ten9876 merged 1 commit intomainfrom
aether/release-v0.9.2.1

Conversation

@ten9876
Copy link
Copy Markdown
Owner

@ten9876 ten9876 commented Apr 29, 2026

Summary

Hotfix release for the SmartSDR firmware 4.2 TGXL TUNE regression (#2163, already merged on main). Bumps version to v0.9.2.1 and updates CHANGELOG / WhatsNew.

This release lets the community test the fix on radios that have already upgraded to firmware 4.2.

What's in v0.9.2.1

TGXL TUNE works again on firmware 4.2 (#2163, already on main)
Routes the TUNE button through the TGXL's native port-9010 channel when a direct connection is configured, bypassing the firmware path that broke in 4.2.

Log redaction no longer mangles 4-component version strings (this PR)
The PII redactor's IPv4 regex matched anything that looked like four dot-separated 1-3-digit numbers, so the version string 0.9.2.1 was being redacted to *.*.*. 1 in logs and support bundles. Negative lookbehind/lookahead now skip quoted ("0.9.2.1") and v-prefixed (v0.9.2.1) version forms while still redacting bare IPs. This bug was always latent — only became visible once the version went 4-component.

Changes

  • CMakeLists.txt, README.md, CLAUDE.md: 0.9.2 → 0.9.2.1
  • CHANGELOG.md: new v0.9.2.1 section
  • src/generated/WhatsNewData.cpp: regenerated
  • src/main.cpp: redactPii regex fix

Test plan

  • Build passes with new version
  • Starting AetherSDR "0.9.2.1" prints correctly (no longer *.*.*. 1)
  • CI green
  • After merge: tag v0.9.2.1, attach release notes, let CI build the AppImage / DMG / Windows installers
  • Community test on 4.2 firmware

🤖 Generated with Claude Code

Hotfix release for SmartSDR firmware 4.2 TGXL TUNE regression.

- CMakeLists.txt / README.md / CLAUDE.md: 0.9.2 → 0.9.2.1
- CHANGELOG: v0.9.2.1 entry covering the TGXL fix (#2163) and the
  redactPii regex tightening
- WhatsNewData.cpp: regenerated from CHANGELOG
- main.cpp: redactPii IPv4 regex was matching the 4-component
  version string `0.9.2.1` and rendering it as `*.*.*. 1` in logs
  and support bundles.  Negative lookbehind/lookahead now skip
  quoted ("0.9.2.1") and v-prefixed (v0.9.2.1) version forms.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@ten9876 ten9876 enabled auto-merge (squash) April 29, 2026 15:08
@ten9876 ten9876 merged commit 49f1df7 into main Apr 29, 2026
4 checks passed
@ten9876 ten9876 deleted the aether/release-v0.9.2.1 branch April 29, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant