Skip to content

Commit

Permalink
- added ETSv6.0.6 import
Browse files Browse the repository at this point in the history
- major changes in Adapter Config UI
- fixed change of port settings for LAN-GW
  • Loading branch information
chefkoch009 committed Oct 18, 2022
1 parent f68fa53 commit f1d4827
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,14 @@ relation.
-->

## Changelog
### 2.0.17 (14.10.2022)
* added ETSv6.0.6 import
* major changes in Adapter Config UI
* fixed change of port settings for LAN-GW

### 2.0.16 (04.09.2022)
* added ETSv6.0.5 import

### 2.0.15 (02.06.2022)
* fixed import error with extrem large KNX catalogue files
* fixed unrecognized connection breaks
Expand Down
27 changes: 26 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,33 @@
{
"common": {
"name": "knx",
"version": "2.0.15",
"version": "2.0.17",
"news": {
"2.0.17": {
"en": "added ETSv6.0.6 support, major changes in adapter-UI, fixed port settings for knx-lan GW",
"de": "ETSv6.0.6 Unterstützung, große Änderungen im Adapter-UI, feste Porteinstellungen für knx-lan GW",
"ru": "добавлена поддержка ETSv6.0.6, основные изменения в адаптер-UI, фиксированные настройки порта для knx-lan GW",
"pt": "adicionado suporte ETSv6.0.6, principais mudanças no adaptador-UI, configurações de porta fixa para knx-lan GW",
"nl": "vertaling:",
"fr": "support ETSv6.0.6, modifications majeures de l'interface utilisateur, réglages de port fixes pour knx-lan GW",
"it": "aggiunto supporto ETSv6.0.6, principali modifiche nell'adattatore-UI, impostazioni della porta fissa per knx-lan GW",
"es": "añadido soporte ETSv6.0.6, cambios importantes en el adaptador-UI, configuración fija del puerto para knx-lan GW",
"pl": "dodano obsługę ETSv6.0.6, znaczące zmiany w adapter-UI, stałe instalacje portowe dla knx-lan GW",
"uk": "додано підтримку ETSv6.0.6, основні зміни адаптера-UI, фіксовані параметри порту для knx-lan GW",
"zh-cn": "加上ETSv6.0.6支助,适应者-UI的重大变化,对Kenx-lan GW的固定港口环境"
},
"2.0.16": {
"en": "added ETSv6.0.5 import",
"de": "eTSv6.0.5 Import",
"ru": "добавлен импорт ETSv6.0.5",
"pt": "adicionado ETSv6.0.5 importação",
"nl": "eTSV6.0.5 import",
"fr": "eTSv6.0.5 importation",
"it": "aggiunto ETSv6.0.5 import",
"es": "eTSv6.0.5 importación",
"pl": "eTSv6 0,5 importu",
"zh-cn": "加入ETSv6.0.5 进口"
},
"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",
Expand Down
5 changes: 3 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.15",
"version": "2.0.17",
"description": "ioBroker knx Adapter ",
"author": {
"name": "K.Ringmann",
Expand Down Expand Up @@ -46,13 +46,14 @@
"dependencies": {
"@babel/code-frame": "^7.16.7",
"@babel/types": "^7.17.0",
"@iobroker/adapter-core": "^2.5.1",
"@iobroker/adapter-core": "^2.6.6",
"binary-parser": "^1.6.2",
"binary-protocol": "^0.0.0",
"browserlist": "^1.0.1",
"browserslist": "^4.20.2",
"core-js": "^3.19.1",
"core-js-compat": "^3.20.2",
"del": "6.1.1",
"esrecurse": "^4.3.0",
"event-emitter": "^0.3.5",
"globals": "^13.13.0",
Expand Down

0 comments on commit f1d4827

Please sign in to comment.