You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
11
11
AetherSDR brings FlexRadio operation to Linux without Wine or virtual machines. Built from the ground up with Qt6 and C++20, it speaks the SmartSDR protocol natively and aims to replicate the full SmartSDR experience.
{ChangeCategory::Feature, QStringLiteral("Float32 audio pipeline"), QStringLiteral("End-to-end float32 from radio to speaker — eliminates distortion at high AF slider levels All DSP filters (NR2, RN2, NR4, DFNR, BNR) now process in native float32 Resampler converted to float32 I/O...")},
11
+
{ChangeCategory::Feature, QStringLiteral("Adjustable spectrum trace thickness"), QStringLiteral("GPU triangle strip expansion for variable-width spectrum line (0.5–5.0 px) Line Width slider in Display panel, persisted per-pan Setting to \"Off\" hides trace entirely, showing only fill gradient")},
12
+
{ChangeCategory::Feature, QStringLiteral("Display panel redesign"), QStringLiteral("Compact layout: sliders grouped at top, toggle buttons condensed into labeled row Heat Map, Grid, Weighted Average, Cursor Freq as toggle buttons with color state Removed separator between FFT and ...")},
13
+
{ChangeCategory::Feature, QStringLiteral("Band Stack panel with frequency bookmarks"), QStringLiteral("Vertical bookmark strip alongside panadapter with FRStack-style save/restore Saves frequency, mode, filter, antennas, AGC, volume, NB/NR/WNB per bookmark Color-coded by band plan segment, persisted...")},
14
+
{ChangeCategory::Feature, QStringLiteral("CPU and memory indicator"), QStringLiteral("Cross-platform process CPU and RSS in status bar")},
{ChangeCategory::BugFix, QStringLiteral("Radio-authoritative band changes"), QStringLiteral("Band buttons use `display pan set band=` — radio manages band stack Bandwidth drag no longer snaps pan center to VFO")},
20
+
{ChangeCategory::BugFix, QStringLiteral("PC Audio toggle vs StreamDeck TCI"), QStringLiteral("StreamDeck no longer overrides user's explicit PC Audio off toggle")},
21
+
{ChangeCategory::BugFix, QStringLiteral("VFO drag snap"), QStringLiteral("Passband drag moves VFO relative to grab point, no initial frequency jump")},
{ChangeCategory::BugFix, QStringLiteral("Multi-pan band change crash"), QStringLiteral("Null guards for spectrum() during pan reassignment")},
24
+
{ChangeCategory::BugFix, QStringLiteral("HGauge meter colors"), QStringLiteral("Green/yellow/red zones with white labels for readability Yellow caution zones added to all gauges")},
25
+
{ChangeCategory::BugFix, QStringLiteral("Logging checkboxes not persisting"), QStringLiteral("Fixed dots in XML keys; default Discovery/Commands/Status to enabled")},
26
+
{ChangeCategory::BugFix, QStringLiteral("Status bar RADIO label"), QStringLiteral("Renamed STATION to RADIO; station name defaults to OS hostname for multi-flex")},
27
+
{ChangeCategory::BugFix, QStringLiteral("Aurora power meter"), QStringLiteral("AU- models show 0-600W scale instead of 0-120W")},
28
+
{ChangeCategory::BugFix, QStringLiteral("FlexControl stale QSY"), QStringLiteral("Reset target on external frequency change; added AGC/volume button actions")},
29
+
{ChangeCategory::BugFix, QStringLiteral("macOS CoreAudio crashes"), QStringLiteral("Guard stop() in StoppedState; route device switch to audio thread; restart on silent stop")},
30
+
{ChangeCategory::BugFix, QStringLiteral("PROC turning off on VOX toggle"), QStringLiteral("Investigated: cannot reproduce on firmware v4.1.5")},
{ChangeCategory::Infrastructure, QStringLiteral("Vendored RADE Opus snapshot"), QStringLiteral("Offline builds — no network download needed (community: jensenpat)")},
33
+
{ChangeCategory::Infrastructure, QStringLiteral("A-index in propagation overlay"), QStringLiteral("Shows alongside K-index and SFI (community: jensenpat)")},
{ChangeCategory::Feature, QStringLiteral("Band Stack panel"), QStringLiteral("Vertical bookmark strip alongside the panadapter, toggled by 3-dot icon in status bar Click \"+\" to save current frequency, click a bookmark to recall, right-click to delete Saves/restores: frequenc...")},
11
37
{ChangeCategory::Feature, QStringLiteral("CPU and memory indicator"), QStringLiteral("Process CPU usage and RSS memory in the status bar Cross-platform: getrusage (Linux/macOS), GetProcessTimes (Windows) Color-coded: blue < 50%, yellow 50-79%, red 80%+")},
0 commit comments