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
+4
View File
@@ -507,6 +507,10 @@ func (a *App) applySyncRecord(rec syncfolder.Record) bool {
if err := a.qso.SetSyncUID(a.ctx, newID, rec.UID); err != nil {
applog.Printf("foldersync: stamping the new QSO %d: %v", newID, err)
}
// A partner's contact counts as worked for this station too — that is the
// point of a multi-op log — so the worked indexes must learn it exactly as
// they do for our own. Raw insert, so nothing else does it.
a.noteWorked(q.Callsign, q.Band, q.Mode)
return true
}