Skip to content

Commit

Permalink
chore: release v0.3.0-0
Browse files Browse the repository at this point in the history
implement offset functionality
Technical re-factoring of state management !BREAKING CHANGES! (see above)
  • Loading branch information
HGlab01 committed May 19, 2021
1 parent bca2456 commit 1a82b01
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ If you like my work, please feel free to provide a personal donation
[![Donate](https://raw.githubusercontent.com/DrozmotiX/ioBroker.tado/main/admin/button.png)](http://paypal.me/DutchmanNL)

## Breaking changes in v0.3.x
Upgrade from 0.2.x to v0.3.x includes a technical re-factioring with braking changes (e.g. temperature setting is now located at tado.[x]].[yyyyy]].Rooms.[z].setting.temperature.celsius).
Upgrade from 0.2.x to v0.3.x includes a technical re-factioring with breaking changes (e.g. temperature setting is now located at tado.[x]].[yyyyy]].Rooms.[z].setting.temperature.celsius).

## Changelog
<!--
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->

### __WORK IN PROGRESS__
### 0.3.0-0 (2021-05-19)
* (HGlab01) implement offset functionality
* Technical re-factoring of state management !BREAKING CHANGES! (see above)
* (HGlab01) Technical re-factoring of state management !BREAKING CHANGES! (see above)

### 0.2.7 (2021-05-11)
* (HGlab01) prepare for js-controller v3.3.x (has wrong type "xxxx" but has to be "yyyy") (#214)
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": "tado",
"version": "0.2.7",
"version": "0.3.0-0",
"news": {
"0.3.0-0": {
"en": "implement offset functionality\nTechnical re-factoring of state management !BREAKING CHANGES! (see above)",
"de": "Offset-Funktionalität implementieren\nTechnisches Re-Factoring der staatlichen Verwaltung! BREAKING CHANGES! (siehe oben)",
"ru": "реализовать функциональность смещения\nТехнический рефакторинг госуправления! ГРОМКИЕ ИЗМЕНЕНИЯ! (см. выше)",
"pt": "implementar funcionalidade de deslocamento\nRefatoração técnica da gestão do estado! QUEBRANDO MUDANÇAS! (Veja acima)",
"nl": "offset-functionaliteit implementeren\nTechnische re-factoring van het staatsbeheer! BREKENDE VERANDERINGEN! (zie hierboven)",
"fr": "mettre en œuvre la fonctionnalité de décalage\nRéaffacturage technique de la gestion de l'État! (voir au dessus)",
"it": "implementare la funzionalità offset\nRi-factoring tecnico della gestione statale! CAMBIAMENTI ROTTURANTI! (vedi sopra)",
"es": "implementar la funcionalidad de compensación\n¡Refactorización técnica de la gestión estatal! ¡CAMBIOS IMPORTANTES! (véase más arriba)",
"pl": "wdrożyć funkcję offsetu\nTechniczne ponowne faktoring zarządzania państwem! PRZEŁOMOWE ZMIANY! (patrz wyżej)",
"zh-cn": "实现偏移功能\n状态管理的技术重构!BREAK更改! (看上面)"
},
"0.2.7": {
"en": "prepare for js-controller v3.3.x (has wrong type \"xxxx\" but has to be \"yyyy\") (#214)\nimprove state creation by using iobroker-jsonexplorer\nimprove CPU usage (#192)\nadd attribute enabledFeatures (#226)",
"de": "bereite dich auf js-controller v3.3.x vor (hat den falschen Typ \"xxxx\", muss aber \"yyyy\" sein) (# 214)\nVerbessern Sie die Statuserstellung mithilfe von iobroker-jsonexplorer\nVerbesserung der CPU-Auslastung (# 192)\nAttribut enabledFeatures hinzufügen (# 226)",
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.tado",
"version": "0.2.7",
"version": "0.3.0-0",
"description": "Tado cloud connector to control Tado devices",
"author": {
"name": "DutchmanNL",
Expand Down

0 comments on commit 1a82b01

Please sign in to comment.