Skip to content

Commit

Permalink
* solved problem with license handling with js-controller Version > 5
Browse files Browse the repository at this point in the history
  • Loading branch information
chefkoch009 committed Jun 16, 2023
1 parent 5a101dc commit 4f0d082
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,13 @@ relation.
-->

## Changelog
### 2.0.20 (16.06.2023)
* fixed license handling with js-controller Version > 5

### 2.0.19 (29.05.2023)
* added ETS V6.1.0 import
* required node version >= 16.13.1

### 2.0.18 (08.04.2023)
* fixed send-delay
* small changes
Expand Down
30 changes: 28 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
{
"common": {
"name": "knx",
"version": "2.0.18",
"version": "2.0.20",
"news": {
"2.0.20": {
"en": "solved problem with license handling with js-controller Version > 5",
"de": "gelöstes Problem mit Lizenzhandling mit js-controller Version > 5",
"ru": "решена проблема с лицензией обработки с js-controller Version > 5",
"pt": "problema resolvido com o manuseio de licenças com a versão js-controller > 5",
"nl": "een probleem opgelost met een rijbewijs met J-controller Version. 5",
"fr": "problème résolu avec la manipulation de la licence avec js-controller Version 5",
"it": "problema risolto con la gestione della licenza con js-controller Versione > 5",
"es": "problema resuelto con el manejo de la licencia con js-controller Version 5",
"pl": "rozwiązanie problemu z obsługą licencji z wersją js-controller. 5",
"uk": "вирішена проблема з ліцензійним обслуговуванням з js-controller Version > 5 хв",
"zh-cn": "解决许可证处理问题,涉及控制的防务。 5"
},
"2.0.19": {
"en": "ready to import KNX-Projects with ETS-Version 6.1.0",
"de": "bereit KNX-Projekte mit ETS-Version 6.1.0 zu importieren",
"ru": "готов к импорту KNX-Проекты с ETS-Version 6.1.0",
"pt": "pronto para importar KNX-Projetos com ETS-Version 6.1.0",
"nl": "quality over Quantity (QoQ) Releases Vertaling:",
"fr": "prêt à importer KNX-Projects avec ETS-Version 6.1.0",
"it": "pronto a importare KNX-Projects con ETS-Version 6.1.0",
"es": "listo para importar KNX-Projects con ETS-Version 6.1.0",
"pl": "propozycja KNX-Projects z ETS-Version 6.1.0",
"uk": "готовий імпортувати KNX-Проекти з ETS-Version 6.1.0",
"zh-cn": "准备与经济、社会、文化权利委员会进口KNX-Project。"
},
"2.0.18": {
"en": "many small changes, bug fixing",
"de": "viele kleine änderungen, fehlerbehebung",
Expand Down Expand Up @@ -419,4 +445,4 @@
"native": {}
}
]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "iobroker.knx",
"version": "2.0.18",
"version": "2.0.20",
"description": "ioBroker knx Adapter ",
"author": {
"name": "K.Ringmann",
"email": "[email protected]"
},
"engines": {
"node": ">=14.15.4"
"node": ">=16.13.1"
},
"contributors": [
{
Expand Down

0 comments on commit 4f0d082

Please sign in to comment.