Skip to content

Commit

Permalink
Switched version to 1.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
XHunter74 committed Jun 14, 2024
1 parent 365102b commit def6cf4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ All devices which can be controlled via EWPE Smart app should be supported, incl
**This adapter uses Sentry libraries to automatically report exceptions and code errors to the developers.** For more details and for information how to disable the error reporting see [Sentry-Plugin Documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry)! Sentry reporting is used starting with js-controller 3.0.

## Changelog
### 1.0.6 (2024-06-14)
- Added button titles and translation.
### 1.0.5 (2024-06-12)
- Added time field.
### 1.0.4 (2024-06-12)
Expand Down
17 changes: 15 additions & 2 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "gree-hvac",
"version": "1.0.5",
"version": "1.0.6",
"news": {
"0.0.14": {
"en": "initial release",
Expand Down Expand Up @@ -81,7 +81,7 @@
"uk": "Оптимізація коду Виправлення помилок.",
"zh-cn": "代码优化. 错误修正 ."
},
"1.0.5":{
"1.0.5": {
"en": "Added time field",
"de": "Zeitfeld hinzugefügt",
"ru": "Добавлено поле времени",
Expand All @@ -93,6 +93,19 @@
"pl": "Dodano pole czasu",
"uk": "Додано поле часу",
"zh-cn": "添加时间字段"
},
"1.0.6": {
"en": "Added button titles and translation",
"de": "Hinzugefügte Schaltflächentitel und Übersetzung",
"ru": "Добавлены заголовки кнопок и перевод",
"pt": "Adicionado títulos de botões e tradução",
"nl": "Knop titels en vertaling toegevoegd",
"fr": "Ajout de titres de boutons et de traduction",
"it": "Aggiunti titoli dei pulsanti e traduzione",
"es": "Añadido títulos de botones y traducción",
"pl": "Dodano tytuły przycisków i tłumaczenie",
"uk": "Додано заголовки кнопок та переклад",
"zh-cn": "添加按钮标题和翻译"
}
},
"titleLang": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.gree-hvac",
"version": "1.0.5",
"version": "1.0.6",
"description": "Adapter for Gree and C&H conditioners",
"author": {
"name": "Serhiy Krasovskyy",
Expand Down

0 comments on commit def6cf4

Please sign in to comment.