Skip to content

Commit

Permalink
chore: release v3.1.9
Browse files Browse the repository at this point in the history
Prevent crash case (Sentry IOBROKER-MODBUS-1C)
  • Loading branch information
Apollon77 committed Sep 17, 2020
1 parent cddd3e5 commit 4c84fa8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ There are some programs in folder *test' to test the TCP communication:

## Changelog

### __WORK IN PROGRESS__
### 3.1.9 (2020-09-17)
* (Apollon77) Prevent crash case (Sentry IOBROKER-MODBUS-1C)

### 3.1.7 (2020-07-23)
Expand Down
25 changes: 13 additions & 12 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "modbus",
"version": "3.1.7",
"version": "3.1.9",
"news": {
"3.1.9": {
"en": "Prevent crash case (Sentry IOBROKER-MODBUS-1C)",
"de": "Absturz verhindern (Sentry IOBROKER-MODBUS-1C)",
"ru": "Предотвращение сбоя (Sentry IOBROKER-MODBUS-1C)",
"pt": "Prevenir caso de travamento (Sentry IOBROKER-MODBUS-1C)",
"nl": "Voorkom crash case (Sentry IOBROKER-MODBUS-1C)",
"fr": "Prévenir les cas de crash (Sentry IOBROKER-MODBUS-1C)",
"it": "Prevenire il crash case (Sentry IOBROKER-MODBUS-1C)",
"es": "Caso de prevención de accidentes (Sentry IOBROKER-MODBUS-1C)",
"pl": "Zapobiegaj awariom (Sentry IOBROKER-MODBUS-1C)",
"zh-cn": "防止崩溃情况(Sentry IOBROKER-MODBUS-1C)"
},
"3.1.7": {
"en": "Fix some Sentry crash reports (IOBROKER-MODBUS-N)",
"de": "Behebung einiger Sentry-Absturzberichte (IOBROKER-MODBUS-N)",
Expand Down Expand Up @@ -224,17 +236,6 @@
"it": "Aggiunto il supporto di più ID dispositivo",
"es": "Se agregó la compatibilidad con múltiples ID de dispositivo",
"pl": "Dodano obsługę wielu identyfikatorów urządzeń"
},
"1.1.1": {
"en": "Optimize reconnect handling",
"de": "Optimieren Sie die Verbindungswiederherstellung",
"ru": "Оптимизировать переподключение обработки",
"pt": "Otimizar o manuseio de reconexão",
"nl": "Optimaliseer de verbinding opnieuw verbinden",
"fr": "Optimisez la gestion de la reconnexion",
"it": "Ottimizza la gestione della riconnessione",
"es": "Optimizar el manejo de reconexión",
"pl": "Zoptymalizuj obsługę ponownego połączenia"
}
},
"title": "ModBus",
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.modbus",
"version": "3.1.7",
"version": "3.1.9",
"description": "Connect devices oder Modbus protocol to ioBroker",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit 4c84fa8

Please sign in to comment.