Skip to content

Commit

Permalink
fixed import error with extrem large KNX catalogue files, fixed unrec…
Browse files Browse the repository at this point in the history
…ognized connection breaks
  • Loading branch information
chefkoch009 committed Jun 2, 2022
1 parent 8e024df commit f68fa53
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ relation.
-->

## Changelog
### 2.0.15 (02.06.2022)
* fixed import error with extrem large KNX catalogue files
* fixed unrecognized connection breaks

### 2.0.14 (08.04.2022)
* added ETSv6.0.4 (override 6.0.3)
* small bugfixes
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "knx",
"version": "2.0.14",
"version": "2.0.15",
"news": {
"2.0.15": {
"en": "fixed import error with extrem large KNX catalogue files, fixed unrecognized connection breaks",
"de": "Importfehler bei extrem großen KNX-Katalogdateien behoben, nicht erkannte Verbindungsabbrüche behoben",
"ru": "исправлена ошибка импорта с чрезвычайно большими файлами каталога KNX, исправлены нераспознанные разрывы соединения",
"pt": "erro de importação corrigido com arquivos de catálogo KNX extremamente grandes, quebras de conexão não reconhecidas corrigidas",
"nl": "vaste importfout met extreem grote KNX-catalogusbestanden, niet-herkende verbindingsonderbrekingen verholpen",
"fr": "correction d'une erreur d'importation avec des fichiers de catalogue KNX extrêmement volumineux, correction de ruptures de connexion non reconnues",
"it": "corretto errore di importazione con file di catalogo KNX estremamente grandi, risolte interruzioni di connessione non riconosciute",
"es": "Se corrigió el error de importación con archivos de catálogo KNX extremadamente grandes, se corrigieron interrupciones de conexión no reconocidas.",
"pl": "naprawiono błąd importu z bardzo dużymi plikami katalogu KNX, naprawiono nierozpoznane przerwy w połączeniach",
"zh-cn": "修复了超大 KNX 目录文件的导入错误,修复了无法识别的连接中断"
},
"2.0.14": {
"en": "added ETSv6.0.4 support, small bugfixes",
"de": "ETSv6.0.4-Unterstützung hinzugefügt, kleine Bugfixes",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.knx",
"version": "2.0.14",
"version": "2.0.15",
"description": "ioBroker knx Adapter ",
"author": {
"name": "K.Ringmann",
Expand Down Expand Up @@ -50,7 +50,7 @@
"binary-parser": "^1.6.2",
"binary-protocol": "^0.0.0",
"browserlist": "^1.0.1",
"browserslist": "^4.19.1",
"browserslist": "^4.20.2",
"core-js": "^3.19.1",
"core-js-compat": "^3.20.2",
"esrecurse": "^4.3.0",
Expand Down

0 comments on commit f68fa53

Please sign in to comment.