Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

---

## [0.6.9] — 2026-09-02

### Fixed

- **Remote web server hardening.** Three issues found by an adversarial
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ radio. Receives and decodes SSTV images live off your radio, and encodes and
transmits images back, with optional Hamlib, direct serial, or TCI (ExpertSDR2 /
SunSDR2 / AetherSDR) rig control.

**Status: Beta (v0.6.8) — ready for user testing and feedback.** TX and RX paths work
**Status: Beta (v0.6.9) — ready for user testing and feedback.** TX and RX paths work
end-to-end across all 22 supported modes, with a built-in QSO logbook (v0.4), an image
gallery (v0.5), and opt-in remote control from a phone or laptop browser (v0.6). Rig
control via rigctld or direct serial CAT is functional. Weak-signal decode is usable
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@
<!-- ── Hero ── -->
<div class="hero">
<div>
<div class="hero-badge" id="version-badge">Beta · v0.6.8</div>
<div class="hero-badge" id="version-badge">Beta · v0.6.9</div>
<h1>Open-Source<br /><span>SSTV Transceiver</span><br />for Amateur Radio</h1>
<p>Transmit and receive Slow Scan Television images live from your rig — no external software required. 22 modes, modern Qt 6 GUI, cross-platform.</p>
<div class="hero-actions">
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"

[project]
name = "open-sstv"
version = "0.6.8"
version = "0.6.9"
description = "Open-source cross-platform SSTV transceiver for amateur radio."
readme = "README.md"
requires-python = ">=3.11"
Expand Down
Loading