Skip to content

Commit d386ecd

Browse files
committed
chore: release v3.2.5
- Added query to check whether valid station ID is available
1 parent 5099994 commit d386ecd

4 files changed

Lines changed: 41 additions & 218 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ The received data can also be saved as JSON (sofar_realtime.json).
2626

2727

2828
## Changelog
29-
30-
### **WORK IN PROGRESS**
29+
### 3.2.5 (2025-10-10)
3130

3231
- Added query to check whether valid station ID is available
3332

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "sofarcloud",
4-
"version": "3.2.4",
4+
"version": "3.2.5",
55
"news": {
6+
"3.2.5": {
7+
"en": "Added query to check whether valid station ID is available",
8+
"de": "Zusätzliche Abfrage, ob eine gültige Stations-ID verfügbar ist",
9+
"ru": "Добавлен запрос для проверки наличия действительного идентификатора станции",
10+
"pt": "Pesquisa adicionada para verificar se o ID da estação está disponível",
11+
"nl": "Toegevoegde vraag om te controleren of een geldig station ID beschikbaar is",
12+
"fr": "Ajout d'une requête pour vérifier si l'ID de station valide est disponible",
13+
"it": "Aggiunto query per verificare se valida stazione ID è disponibile",
14+
"es": "Consulta adicional para comprobar si el ID de estación válida está disponible",
15+
"pl": "Dodano zapytanie, aby sprawdzić, czy dostępny jest identyfikator stacji",
16+
"uk": "Додано запит, щоб перевірити, чи доступний ідентифікатор станції",
17+
"zh-cn": "添加查询以检查是否有有效的站名"
18+
},
619
"3.2.4": {
720
"en": "package.json edited",
821
"de": "paket.json bearbeitet",
@@ -80,19 +93,6 @@
8093
"pl": "Dodano flagę DataReceived",
8194
"uk": "Додано прапор DataReceived",
8295
"zh-cn": "新增DataReceived标志"
83-
},
84-
"3.0.1": {
85-
"en": "Normalize values before write",
86-
"de": "Normalisieren Sie Werte vor dem Schreiben",
87-
"ru": "Нормализовать значения перед написанием",
88-
"pt": "Normalizar os valores antes de escrever",
89-
"nl": "Waarden normaliseren voor schrijven",
90-
"fr": "Normaliser les valeurs avant d'écrire",
91-
"it": "Normalizzare i valori prima di scrivere",
92-
"es": "Normalizar los valores antes de escribir",
93-
"pl": "Normalizacja wartości przed zapisem",
94-
"uk": "Нормалізація значень до запису",
95-
"zh-cn": "写入前规范值"
9696
}
9797
},
9898
"titleLang": {

0 commit comments

Comments
 (0)