From a87128b37699b8ce7816e6d93f62902657006ed6 Mon Sep 17 00:00:00 2001 From: pdbjjens Date: Sat, 24 Feb 2024 18:28:12 +0100 Subject: [PATCH] chore: release v0.0.7 - (pdbjjens) Fix: VBus write fixed - (pdbjjens) Fix: Password logging removed --- CHANGELOG_OLD.md | 3 +++ README.md | 6 +----- io-package.json | 15 ++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 21 insertions(+), 9 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index abb18d9..bf274d0 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1 +1,4 @@ # Older changes +## 0.0.2 (2023-09-21) + +- (pdbjjens) initial release diff --git a/README.md b/README.md index 5df13ca..09aade2 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ If you only want to connect to a single serial port it is recommended to configu Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.0.7 (2024-02-24) - (pdbjjens) Fix: VBus write fixed - (pdbjjens) Fix: Password logging removed @@ -85,10 +85,6 @@ If you only want to connect to a single serial port it is recommended to configu - (pdbjjens) Fix: Disable SENTRY -### 0.0.2 (2023-09-21) - -- (pdbjjens) initial release - ## License MIT License diff --git a/io-package.json b/io-package.json index 27b991e..d4ede0a 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "vbus-gw", - "version": "0.0.6", + "version": "0.0.7", "news": { + "0.0.7": { + "en": "Fix: VBus write fixed\nFix: Password logging removed", + "de": "Fix: VBus-Schreiben gefixed\nFix: Passwort-Logging entfernt", + "ru": "Fix: VBus пишет фиксированный\nFix: удалена регистрация паролей", + "pt": "Fix: VBus escrever fixo\nCorrigir: Registro de senha removido", + "nl": "Fix: VBus schrijf vast\nFix: Wachtwoord logging verwijderd", + "fr": "Correction: VBus écrire corrigé\nCorrection : suppression de l'enregistrement du mot de passe", + "it": "Fisso: VBus scrivere fisso\nFisso: Registrazione password rimosso", + "es": "Corrección: VBus escribe fijo\nCorrección: Se retira el registro de contraseña", + "pl": "Fix: VBus pisać stałe\nFix: Hasło logowanie usunięte", + "uk": "Виправлення: VBus запис фіксований\nВиправлення: Видалення пароля", + "zh-cn": "修正: VBus 写入固定\n修正: 密码记录已删除" + }, "0.0.6": { "en": "New: Use resol-vbus v0.29.0\nNew: Logging of denied connection events", "de": "Neu: Verwendung von resol-vbus v0.29.0\nNeu: Protokollierung von verwehrten Verbindungsereignissen", diff --git a/package-lock.json b/package-lock.json index 2863986..32b25e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.vbus-gw", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.vbus-gw", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index e8bae9c..d9ed5fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.vbus-gw", - "version": "0.0.6", + "version": "0.0.7", "description": "Allows TCP access to serial port based VBus devices", "author": { "name": "Jens-Peter Jensen",