diff --git a/README.md b/README.md index df3a227..34e602c 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ Examples: ## Changelog +### 1.6.4 (2024-10-06) +* (mattreim) Add "protectedNative" and "encryptedNative" +* (mattreim) Fix websocket connection + ### 1.6.3 (2024-10-04) * (Jey Cee) Fix connection problems diff --git a/io-package.json b/io-package.json index a208a01..dd65996 100755 --- a/io-package.json +++ b/io-package.json @@ -1,23 +1,11 @@ { "common": { "name": "deconz", - "version": "1.6.3", + "version": "1.6.4", "news": { - "1.6.3": { - "en": "Fix connection problems", - "de": "Verbindungsproblem behoben" - }, - "1.6.2": { - "en": "Fix no connection on new installation", - "de": "Keine Verbindung bei Neuinstallation behoben" - }, - "1.6.1": { - "en": "Highlight helper text for authentication", - "de": "Hilfstext für die Authentifizierung hervorgehoben" - }, - "1.6.0": { - "en": "Migrate config to JSONConfig \nRemoved device and group management from config", - "de": "Umstellung der Konfiguration auf JSONConfig \nGeräte- und Gruppenmanagement aus der Config entfernt" + "1.6.4": { + "en": "Fix websocket connection \nEncrypt password in configuration", + "de": "Websocket-Verbindung repariert \nPasswort in der Konfiguration verschlüsseln" }, "1.5.0": { "en": "Dependencies have been updated\n Some translations are updated/added", diff --git a/package.json b/package.json index 1b2d08a..1e39202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.deconz", - "version": "1.6.3", + "version": "1.6.4", "description": "deConz can handle various ZigBee devices, such as Hue, Tradfri, Lightify, etc.", "author": { "name": "Jey Cee",