Skip to content

Commit

Permalink
chore: release v0.5.6
Browse files Browse the repository at this point in the history
* (HGlab01) Improve AccessToken Management
* (HGlab01) Bump axios to 1.7.3
* (HGlab01) Add attribute 'language'
* (HGlab01) Add attribute 'isHeatPumpInstalled'
  • Loading branch information
HGlab01 committed Aug 6, 2024
1 parent 1f17f2b commit 1c49c8c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 18 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ 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__
-->
### 0.5.6-alpha.1 (2024-08-04)
### 0.5.6 (2024-08-06)
* (HGlab01) Improve AccessToken Management
* (HGlab01) Bump axios to 1.7.3
* (HGlab01) Add attribute 'language'
* (HGlab01) Add attribute 'isHeatPumpInstalled'

### 0.5.5 (2024-06-25)
* (HGlab01) Bump axios to 1.7.2
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-alpha.1",
"version": "0.5.6",
"news": {
"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 '",
"ru": "Улучшение управления доступом\nBump axios to 1.7.3\nДобавить атрибут \"язык \"\nДобавить атрибут 'isHeatPumpInstalled \"",
"pt": "Melhorar o gerenciamento do AccessToken\nBump axios para 1.7.3\nAdicionar atributo 'linguagem '\nAdicionar atributo 'isHeatPumpInstalado '",
"nl": "AccessToken Management verbeteren\nBump axios naar 1.7.3\nVoeg attribuut 'taal' toe '\nVoeg attribuut 'isHeatPumpGeïnstalleerd' toe '",
"fr": "Améliorer la gestion AccessToken\nAxios bouffés à 1.7.3\nAjouter l'attribut 'langue '\nAjouter l'attribut 'isHeatPumpInsbalted '",
"it": "Migliorare la gestione di AccessToken\nAssio di bump a 1.7.3\nAggiungi attributo 'language '\nAggiungi attributo 'isHeatPumpInstalled '",
"es": "Mejorar el accesoToken Management\nBump axios a 1.7.3\nAgregar atributo 'idioma '\nAgregar atributo 'esHeatPumpInstalado '",
"pl": "Poprawa zarządzania akcesoriami Token\nAksykony bumpy do 1.7.3\nDodaj język atrybutu '\nDodaj atrybut 'isHeatPumpInstalled'",
"uk": "Покращення управління доступом\nБампер аксіос до 1.7.3\nДодати атрибут 'language Р\nДодати атрибут 'isHeatPumpInstalled Р",
"zh-cn": "改进访问端口管理\n横轴改为1.7.3\n添加属性语言 '\n添加属性“ 是恒温泵已安装 ” '"
},
"0.5.6-alpha.1": {
"en": "Improve AccessToken Management\nBump axios to 1.7.3",
"de": "Verbessern Sie das AccessToken Management\nBump axios bis 1.7.3",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Poprawa obsługi aksjow\nAxios Bump do 1.6.7",
"uk": "Поліпшення обробки осей\nБампер аксіос до 1.6.7",
"zh-cn": "改进轴式处理\n横轴改为1.6.7"
},
"0.5.2": {
"en": "Improve axios handling\nBump axios to 1.6.2",
"de": "Verbessern Sie die Handhabung von Axios\nBump axios zu 1.6.2",
"ru": "Улучшить обработку аксиоса\nBump axios to 1.6.2",
"pt": "Melhorar o manuseio de axios\nBump axios para 1.6.2",
"nl": "Verbetering van de behandeling van axio's\nBump axios to 1.6.2",
"fr": "Améliorer la manipulation des axios\nAxios à bouffées à 1.6.2",
"it": "Migliorare la gestione degli assi\nAssio di bump a 1.6.2",
"es": "Mejorar el manejo de axios\nAxios de bomba a 1.6.2",
"pl": "Poprawa obsługi aksjow\nAxios bump do 1.6.2",
"uk": "Поліпшення обробки осей\nБампер аксіос до 1.6.2",
"zh-cn": "改进轴式处理\n横轴至1.6.2"
}
},
"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-alpha.1",
"version": "0.5.6",
"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 1c49c8c

Please sign in to comment.