Skip to content

Commit

Permalink
chore: release v0.0.7
Browse files Browse the repository at this point in the history
- (pdbjjens) Fix: VBus write fixed
- (pdbjjens) Fix: Password logging removed
  • Loading branch information
pdbjjens committed Feb 24, 2024
1 parent 0c58cd6 commit a87128b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Older changes
## 0.0.2 (2023-09-21)

- (pdbjjens) initial release
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -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",
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.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",
Expand Down

0 comments on commit a87128b

Please sign in to comment.