Skip to content

Commit

Permalink
chore: release v1.3.10
Browse files Browse the repository at this point in the history
* (Apollon77) Better handle invalid entries with empty Address
  • Loading branch information
Apollon77 committed Nov 13, 2021
1 parent 9318cfb commit b24bfc2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.s7",
"version": "1.3.9",
"version": "1.3.10",
"description": "Siemens S7 over Snap7",
"author": {
"name": "smiling_Jack",
Expand Down

0 comments on commit b24bfc2

Please sign in to comment.