Skip to content

Commit

Permalink
chore: release v0.2.0-beta.1
Browse files Browse the repository at this point in the history
* (DutchmanNL) Refactor code
* (DutchmanNL) Allow control of pitmaster & system settings
  • Loading branch information
DutchmanNL committed Jun 3, 2022
1 parent e39aedc commit 7df6d83
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ If you like my work, please feel free to provide a personal donation


## Changelog
### 0.2.0-beta.1 (2022-06-03)
* (DutchmanNL) Refactor code
* (DutchmanNL) Allow control of pitmaster & system settings

### 0.2.0-beta.0 (2022-06-02) - Adapter rebuild to TypeScript
* (DutchmanNL) Support multiple devices
* (DutchmanNL) Error/debug logging Improved
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "wlanthermo-nano",
"version": "0.2.0-beta.0",
"version": "0.2.0-beta.1",
"news": {
"0.2.0-beta.1": {
"en": "Refactor code\nAllow control of pitmaster & system settings",
"de": "Refactor-Code\nErmöglicht die Steuerung von Pitmaster- und Systemeinstellungen",
"ru": "Код рефакторинга\nРазрешить управление pitmaster и системными настройками",
"pt": "Refatorar código\nPermitir o controle das configurações do pitmaster e do sistema",
"nl": "Refactorcode\nControle over pitmaster- en systeeminstellingen toestaan",
"fr": "Refactoriser le code\nAutoriser le contrôle des paramètres du pitmaster et du système",
"it": "Codice di refactoring\nConsenti il controllo del pitmaster e delle impostazioni di sistema",
"es": "Código de refactorización\nPermitir el control de pitmaster y la configuración del sistema",
"pl": "Kod refaktoryzacji\nZezwalaj na kontrolę nad pitmasterem i ustawieniami systemu",
"zh-cn": "重构代码\n允许控制pitmaster和系统设置"
},
"0.2.0-beta.0": {
"en": "Support multiple devices\nError/debug logging Improved\nAdapter rebuild to TypeScript\nTest & Release workflow updated\nAdded indicator for connection status\nReconnecting to offline devices improved\nEnsure support of all WLANThermo-Nano Devices",
"de": "Unterstützt mehrere Geräte\nFehler-/Debug-Protokollierung Verbessert\nUmbau des Adapters auf TypeScript\nTest- und Release-Workflow aktualisiert\nIndikator für den Verbindungsstatus hinzugefügt\nWiederverbinden mit Offline-Geräten verbessert\nStellen Sie sicher, dass alle WLANThermo-Nano-Geräte unterstützt werden",
Expand Down
2 changes: 1 addition & 1 deletion 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.wlanthermo-nano",
"version": "0.2.0-beta.0",
"version": "0.2.0-beta.1",
"description": "WLANThermo Nano, the digital advantage for your barbecue sport",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit 7df6d83

Please sign in to comment.