diff --git a/README.md b/README.md index 25a9e7d..762ff5d 100644 --- a/README.md +++ b/README.md @@ -35,19 +35,18 @@ Report any bug, issue or request as a GitHub-Issue: https://github.com/DEV2DEV-D https://www.jablotron.com/de/katalog-produktu/alarme/jablotron-100/ ## Release Notes -### 0.0.5 -The storage of sensitive data in the instance config has been changed. - -You need to re-enter your password in the instance settings if you already used an older version < 0.0.5 - -## Changelog -### **WORK IN PROGRESS** +### 0.0.5 (2023-12-06) * Fixed typo * Encrypt sensitive data in instance config * Add min and max for poll interval * Removed unused code * Do not create static states in code +### 0.0.5 +The storage of sensitive data in the instance config has been changed. + +You need to re-enter your password in the instance settings if you already used an older version < 0.0.5 + ### 0.0.4 (2023-12-03) * Fixed wrong state type for data type 'object' diff --git a/io-package.json b/io-package.json index 60f8970..4e8d75d 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "jablotron", - "version": "0.0.4", + "version": "0.0.5", "news": { + "0.0.5": { + "en": "Fixed typo\nEncrypt sensitive data in instance config\nAdd min and max for poll interval\nRemoved unused code\nDo not create static states in code", + "de": "Fester Typo\nVerschlüsseln sensible Daten zum Beispiel config\nMin und max für das Umfrageintervall hinzufügen\nUnbenutzter Code entfernt\nErstellen Sie keine statischen Zustände im Code", + "ru": "Фиксированная typo\nЗашифровать чувствительные данные в примере config\nДобавьте мин и макс для интервала опроса\nУдаленный неиспользованный код\nНе создавать статические состояния в коде", + "pt": "Tipopo fixo\nCriptografar dados confidenciais em instância config\nAdicionar min e max para intervalo de pesquisa\nRemovido código não utilizado\nNão crie estados estáticos no código", + "nl": "Vertaling:\nVertaling:\nVoeg min en max toe voor poll interval\nVerwijder onbruikbare code\nMaak geen statische staten in code", + "fr": "Typo fixe\nDécrypter les données sensibles dans la configuration\nAjouter min et max pour l'intervalle de poll\nSupprimer le code inutilisé\nNe créez pas d'états statiques dans le code", + "it": "Tipo fisso\nCrittografare i dati sensibili in caso di configurazione\nAggiungere min e max per intervallo di poll\nCodice inutilizzato rimosso\nNon creare stati statici in codice", + "es": "Tipo fijo\nEncriptar datos sensibles en configuración de instancia\nAñadir min y max para intervalo de encuesta\nEliminado código no utilizado\nNo crear estados estáticos en código", + "pl": "Fixed typo\nWskaźnik wrażliwych danych na przykład\nAdd min and max for poll interval interval (ang.)\nRemove nieużywany kod\nNie tworzy stanów statycznych w kodeksie", + "uk": "Фіксований тип\nЗашифрувати конфіденційні дані в налаштуваннях екземпляра\nДодати хв і максимум для інтервалу опитування\nВидалити невикористаний код\nНе створювати статичні стани в коді", + "zh-cn": "固定型号\n例如,加密敏感数据\n投票间隔增加分钟\n取消未使用的守则\n不要造成守则静态状态" + }, "0.0.4": { "en": "Fixed wrong state type for data type 'object'", "de": "Fester falscher Zustandstyp für Datentypobjekt", @@ -108,8 +121,12 @@ "password": "", "pollInterval": 10 }, - "encryptedNative": ["password"], - "protectedNative": ["password"], + "encryptedNative": [ + "password" + ], + "protectedNative": [ + "password" + ], "objects": [], "instanceObjects": [ { diff --git a/package-lock.json b/package-lock.json index 5cf8c60..4a15a9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.jablotron", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.jablotron", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index 8794421..9ab7bf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.jablotron", - "version": "0.0.4", + "version": "0.0.5", "description": "Connects to the Jablotron cloud to access your security system", "author": { "name": "DEV2DEV-DE",