chore: release v0.26.0

This commit is contained in:
2026-08-20 17:53:55 +02:00
parent 47992b5f03
commit 1e507225dd
44 changed files with 3197 additions and 240 deletions
+5
View File
@@ -161,6 +161,11 @@ func (a *App) replayOfflineQueue() (int, error) {
failed = append(failed, q)
continue
}
// These are contacts the operator MADE — the worked indexes have to learn
// them, or every one of them keeps its NEW badge in the cluster and decode
// lists until the next restart. a.qso.Add is the raw insert; only AddQSO
// does this for you, and the outbox replay does not go through it.
a.noteWorked(q.Callsign, q.Band, q.Mode)
imported++
}