Skip to content

Commit

Permalink
chore: release v0.5.7-alpha.0
Browse files Browse the repository at this point in the history
* (HGlab01) Change of attribute "light" supported
* (HGlab01) Add attribute 'connection'
* (HGlab01) Add attribute 'supportsFlowTemperatureOptimization'
* (HGlab01) Bump axios to 1.7.7
  • Loading branch information
HGlab01 committed Sep 24, 2024
1 parent 5c12ee8 commit 05ebd15
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 0.5.1 (2023-12-11)
* (HGlab01) Bump json-explorer to 0.1.15
* (HGlab01) Prepare (c) for 2024

## 0.5.0 (2023-11-25)
* (HGlab01) Breaking changes
- Node.js 18.0 or higher
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ If someone is supporting to add Tado X functionality, raise a ticket or send an
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->

### __WORK IN PROGRESS__
### 0.5.7-alpha.0 (2024-09-24)
* (HGlab01) Change of attribute "light" supported
* (HGlab01) Add attribute 'connection'
* (HGlab01) Add attribute 'supportsFlowTemperatureOptimization'
Expand All @@ -74,10 +73,6 @@ If someone is supporting to add Tado X functionality, raise a ticket or send an
* (HGlab01) Improve axios handling
* (HGlab01) Bump axios to 1.6.7

### 0.5.1 (2023-12-11)
* (HGlab01) Bump json-explorer to 0.1.15
* (HGlab01) Prepare (c) for 2024

## License
MIT License

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "tado",
"version": "0.5.6",
"version": "0.5.7-alpha.0",
"news": {
"0.5.7-alpha.0": {
"en": "Change of attribute \"light\" supported\nAdd attribute 'connection'\nAdd attribute 'supportsFlowTemperatureOptimization'\nBump axios to 1.7.7",
"de": "Änderung des Attributs \"light\" unterstützt\nAttribut hinzufügen 'connection '\nAttribut hinzufügen 'supportsFlowTemperaturOptimization '\nBump axios bis 1.7.7",
"ru": "Изменение атрибута \"свет\" поддерживается\nДобавить атрибут \"\nДобавить атрибут \"supportsFlowTemperatureOptimization \"\nBump axios to 1.7.7",
"pt": "Mudança de atributo \"light\" suportada\nAdicionar atributo 'conexão '\nAdicionar atributo 'supportsFlowTemperatureOptimization '\nBump axios para 1.7.7",
"nl": "Wijziging van attribuut \"licht\" ondersteund\nAttribuut 'connectie' toevoegen '\nToevoegen attribuut 'ondersteuntFlowTemperatuurOptimisatie '\nBump axios naar 1.7.7",
"fr": "Changement d'attribut \"lumière\" pris en charge\nAjouter l'attribut 'connection' '\nAjouter l'attribut 'supportsFlowTemperatureOptimisation '\nAxios bouffés à 1.7.7",
"it": "Modifica dell'attributo \"light\" supportato\nAggiungi attributo 'collegamento '\nAggiungi attributo 'supportiFlowTemperatureOptimization '\nAssio di bump a 1.7.7",
"es": "Cambio de atributo \"light\" soportado\nAgregar atributo 'conexión '\nAgregar atributo 'apoyosFlowTemperatureOptimization '\nBump axios a 1.7.7",
"pl": "Zmiana obsługiwanego atrybutu \"light\"\nDodaj połączenie atrybutu '\nDodaj atrybut 'supportsFlowTemperatureOptimization'\nAksykony bumpy do 1.7.7",
"uk": "Зміна атрибуту \"light\"\nДодати атрибут 'connection Р\nДодати атрибут 'supportsFlowTemperatureOptimization Р\nБампер аксіос до 1.7.7",
"zh-cn": "支持更改属性“ 光”\n添加属性“ 连接 '\n添加属性支持FlowTemperature Optimization '\n横轴改为1.7.7"
},
"0.5.6": {
"en": "Improve AccessToken Management\nBump axios to 1.7.3\nAdd attribute 'language'\nAdd attribute 'isHeatPumpInstalled'",
"de": "Verbessern Sie das AccessToken Management\nBump axios bis 1.7.3\nAttribut hinzufügen 'Sprache '\nAttribut 'isHeatPumpInstalliert hinzufügen '",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dodaj atrybut 'runningOfflineSchedule'\nBump aksjos do 1.6.8",
"uk": "Додати атрибут 'runningOfflineSchedule Р\nБампер аксіос до 1.6.8",
"zh-cn": "添加属性“ 运行 Offline 附表 '\n横轴改为1.6.8"
},
"0.5.3": {
"en": "Improve axios handling\nBump axios to 1.6.7",
"de": "Verbessern Sie die Handhabung von Axios\nBump axios zu 1.6.7",
"ru": "Улучшить обработку аксиоса\nBump axios to 1.6.7",
"pt": "Melhorar o manuseio de axios\nBump axios para 1.6.7",
"nl": "Verbetering van de behandeling van axio's\nBump axios naar 1.6.7",
"fr": "Améliorer la manipulation des axios\nAxios à bouffées à 1,6.7",
"it": "Migliorare la gestione degli assi\nAssio di bump a 1.6.7",
"es": "Mejorar el manejo de axios\nAxios de bomba a 1.6.7",
"pl": "Poprawa obsługi aksjow\nAxios Bump do 1.6.7",
"uk": "Поліпшення обробки осей\nБампер аксіос до 1.6.7",
"zh-cn": "改进轴式处理\n横轴改为1.6.7"
}
},
"titleLang": {
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.tado",
"version": "0.5.6",
"version": "0.5.7-alpha.0",
"description": "Tado cloud connector to control Tado devices",
"author": "HGlab01 <myiobrokeradapters@gmail.com> & DutchmanNL <oss@drozmotix.eu>",
"homepage": "https://github.com/DrozmotiX/ioBroker.tado",
Expand Down

0 comments on commit 05ebd15

Please sign in to comment.