From b24bfc26e378adf5d4e5d3ca65144d9c2703a6d0 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Sat, 13 Nov 2021 18:45:40 +0100 Subject: [PATCH] chore: release v1.3.10 * (Apollon77) Better handle invalid entries with empty Address --- README.md | 3 +-- io-package.json | 26 +++++++++++++------------- package.json | 2 +- 3 files changed, 15 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 05802ad..6448b95 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,7 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b --> ## Changelog - -### __WORK IN PROGRESS__ +### 1.3.10 (2021-11-13) * (Apollon77) Better handle invalid entries with empty Address ### 1.3.9 (2021-11-09) diff --git a/io-package.json b/io-package.json index dbd1eb0..10d4b9a 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "s7", - "version": "1.3.9", + "version": "1.3.10", "news": { + "1.3.10": { + "en": "Better handle invalid entries with empty Address", + "de": "Bessere Handhabung ungültiger Einträge mit leerer Adresse", + "ru": "Лучше обрабатывать недопустимые записи с пустым адресом", + "pt": "Melhor lidar com entradas inválidas com endereço vazio", + "nl": "Beter omgaan met ongeldige invoer met een leeg adres", + "fr": "Mieux gérer les entrées invalides avec une adresse vide", + "it": "Gestire meglio le voci non valide con l'indirizzo vuoto", + "es": "Maneje mejor las entradas inválidas con la dirección vacía", + "pl": "Lepiej obsługuj nieprawidłowe wpisy z pustym adresem", + "zh-cn": "更好地处理空地址的无效条目" + }, "1.3.9": { "en": "make sure strings work correctly\nFix several crash cases (IOBROKER-S7-17, IOBROKER-S7-19, IOBROKER-S7-1C, IOBROKER-S7-18)", "de": "Stellen Sie sicher, dass die Saiten richtig funktionieren\nMehrere Crash-Fälle beheben (IOBROKER-S7-17, IOBROKER-S7-19, IOBROKER-S7-1C, IOBROKER-S7-18)", @@ -74,18 +86,6 @@ "es": "Cambiar el comportamiento del modo de edición", "pl": "Zmień zachowanie trybu edycji", "zh-cn": "更改编辑模式行为" - }, - "1.3.3": { - "en": "Corrected the error in GUI", - "de": "Fehler in der GUI behoben", - "ru": "Исправлена ошибка в графическом интерфейсе.", - "pt": "Corrigido o erro na GUI", - "nl": "De fout in GUI gecorrigeerd", - "fr": "Correction de l'erreur dans l'interface graphique", - "it": "Corretto l'errore nella GUI", - "es": "Corregido el error en la GUI.", - "pl": "Poprawiono błąd w GUI", - "zh-cn": "更正了 GUI 中的错误" } }, "title": "Siemens Simatic S7", diff --git a/package.json b/package.json index d73cb98..8f1c743 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.s7", - "version": "1.3.9", + "version": "1.3.10", "description": "Siemens S7 over Snap7", "author": { "name": "smiling_Jack",