diff --git a/changelog.json b/changelog.json index 00643cf..0e08963 100644 --- a/changelog.json +++ b/changelog.json @@ -3,6 +3,7 @@ "version": "0.20.12", "date": "2026-07-23", "en": [ + "New built-in award: The Helvetia 26 Award (H26) — the 26 cantons of Switzerland (USKA). Ships with the full canton reference list; matches the canton from the QSO's address or QTH, on HF, for Swiss (HB) contacts. Enable it in Awards and rescan to see your standings.", "FlexRadio panel: the RECEIVE card is shorter again. All the noise controls added recently made it tower, so only the everyday ones — NB, NR, ANF — now stay visible; WNB and the SmartSDR v4 DSP block (NRL/NRS/NRF/ANFL and the AI/FFT RNN & ANFT) tuck behind a 'DSP' button you expand when you need them. The button carries a dot and highlights when one of the hidden controls is switched on, so nothing active is ever out of sight, and its open/closed state is remembered.", "ADIF export can now pick exactly which fields to write. The global 'Export to ADIF' dialog gains a third choice, 'Choose fields…', alongside 'Standard ADIF fields' and 'All OpsLog fields'; and right-clicking selected QSOs adds 'Export selected — choose fields…'. The picker separates the official ADIF 3.1.7 fields (grouped by category) from OpsLog / non-standard tags actually present in your log, with All/None per group and a one-click reset to defaults. Your selection is remembered for next time.", "Fixed 'Incorrect string value' (MySQL error 1366) when a QSO contained non-Latin characters — Cyrillic (Я), Polish ł, etc. — e.g. updating from QRZ. It happened when the shared MySQL database had been pre-created by the hosting panel as latin1, so OpsLog's tables couldn't store those letters. OpsLog now converts the database and its tables to utf8mb4 on connect (once, automatically), and everything stores correctly. Local SQLite logbooks were never affected.", @@ -14,6 +15,7 @@ "Fixed the colour theme sometimes resetting to light after an update/relaunch: an update can clear the WebView's localStorage, and the fallback that restores the theme from the local settings database gave up after ~2.4s — occasionally too soon during the brief startup window before that store is ready. It now keeps retrying until the store actually answers, so a dark theme is reliably restored." ], "fr": [ + "Nouveau diplôme intégré : The Helvetia 26 Award (H26) — les 26 cantons de Suisse (USKA). Livré avec la liste complète des cantons ; il reconnaît le canton depuis l'adresse ou le QTH du QSO, en HF, pour les contacts suisses (HB). Active-le dans les Diplômes et relance un scan pour voir ton avancement.", "Panneau FlexRadio : la carte RÉCEPTION est de nouveau plus compacte. Tous les contrôles de bruit ajoutés récemment la faisaient s'allonger, donc seuls ceux du quotidien — NB, NR, ANF — restent visibles ; le WNB et le bloc DSP SmartSDR v4 (NRL/NRS/NRF/ANFL ainsi que RNN & ANFT IA/FFT) se replient derrière un bouton « DSP » que tu déplies au besoin. Le bouton porte un point et s'illumine quand l'un des contrôles masqués est activé, pour ne jamais perdre de vue quelque chose d'actif, et son état ouvert/fermé est mémorisé.", "L'export ADIF permet maintenant de choisir précisément les champs à écrire. La fenêtre globale « Exporter en ADIF » gagne un troisième choix, « Choisir les champs… », à côté de « Champs ADIF standard » et « Tous les champs OpsLog » ; et le clic droit sur des QSO sélectionnés ajoute « Exporter la sélection — choisir les champs… ». Le sélecteur sépare les champs ADIF 3.1.7 officiels (regroupés par catégorie) des balises OpsLog / non standard réellement présentes dans ton log, avec Tout/Aucun par groupe et un retour aux valeurs par défaut en un clic. Ta sélection est mémorisée pour la prochaine fois.", "Correction de « Incorrect string value » (erreur MySQL 1366) quand un QSO contenait des caractères non latins — cyrillique (Я), polonais ł, etc. — p. ex. lors d'une mise à jour depuis QRZ. Ça arrivait quand la base MySQL partagée avait été pré-créée en latin1 par le panel d'hébergement, empêchant les tables d'OpsLog de stocker ces lettres. OpsLog convertit désormais la base et ses tables en utf8mb4 à la connexion (une seule fois, automatiquement), et tout s'enregistre correctement. Les logbooks SQLite locaux n'étaient pas concernés.", diff --git a/internal/award/catalog/h26.json b/internal/award/catalog/h26.json new file mode 100644 index 0000000..f55e714 --- /dev/null +++ b/internal/award/catalog/h26.json @@ -0,0 +1,260 @@ +{ + "def": { + "code": "H26", + "name": "The Helvetia 26 Award HF", + "description": "26 Cantons of Switzerland", + "valid": true, + "url": "https://uska.ch/en/contest/uska-diplome/", + "ref_url": "https://uska.ch/en/contest/uska-diplome/", + "valid_from": "1980-01-01", + "valid_to": "9999-12-01", + "ref_display": "name", + "type": "QSOFIELDS", + "field": "address", + "match_by": "description", + "pattern": "", + "or_rules": [ + { + "field": "qth", + "match_by": "description" + } + ], + "dxcc_filter": [ + 287 + ], + "valid_bands": [ + "2190m", + "630m", + "160m", + "80m", + "40m", + "30m", + "20m", + "17m", + "15m", + "12m", + "10m" + ], + "confirm": [ + "lotw", + "qsl" + ], + "validate": [ + "lotw", + "qsl" + ], + "total": 0, + "builtin": true, + "version": 1 + }, + "references": [ + { + "code": "AG", + "name": "Aargau", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "AI", + "name": "Appenzell Innerrhoden", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "AR", + "name": "Appenzell Ausserrhoden", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "BE", + "name": "Bern", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "BL", + "name": "Basel-Landschaft", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "BS", + "name": "Basel-Stadt", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "FR", + "name": "Fribourg", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "GE", + "name": "Geneva", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "GL", + "name": "Glarus", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "GR", + "name": "Graubünden (Grisons)", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "JU", + "name": "Jura", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "LU", + "name": "Lucerne", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "NE", + "name": "Neuchâtel", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "NW", + "name": "Nidwalden", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "OW", + "name": "Obwalden", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "SG", + "name": "St. Gallen", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "SH", + "name": "Schaffhausen", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "SO", + "name": "Solothurn", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "SZ", + "name": "Schwyz", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "TG", + "name": "Thurgau", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "TI", + "name": "Ticino", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "UR", + "name": "Uri", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "VD", + "name": "Vaud", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "VS", + "name": "Valais", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "ZG", + "name": "Zug", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + }, + { + "code": "ZH", + "name": "Zurich", + "dxcc": 287, + "group": "", + "subgrp": "", + "valid": true + } + ] +} \ No newline at end of file