Skip to content

Commit

Permalink
chore: release v0.0.5
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
DEV2DEV-DE committed Dec 6, 2023
1 parent 3b20acf commit a714c27
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 13 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
23 changes: 20 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -108,8 +121,12 @@
"password": "",
"pollInterval": 10
},
"encryptedNative": ["password"],
"protectedNative": ["password"],
"encryptedNative": [
"password"
],
"protectedNative": [
"password"
],
"objects": [],
"instanceObjects": [
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a714c27

Please sign in to comment.