Skip to content

Commit

Permalink
Switched to version 1.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
XHunter74 committed Jul 3, 2024
1 parent 4ad0ce7 commit 0cd3e83
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 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.7 (2024-07-03)
- Host Google icons locally. Updated dependencies.
### 1.0.6 (2024-06-14)
- Added button titles and translation.
### 1.0.5 (2024-06-12)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "gree-hvac",
"version": "1.0.6",
"version": "1.0.7",
"news": {
"0.0.14": {
"en": "initial release",
Expand Down Expand Up @@ -106,6 +106,19 @@
"pl": "Dodano tytuły przycisków i tłumaczenie",
"uk": "Додано заголовки кнопок та переклад",
"zh-cn": "添加按钮标题和翻译"
},
"1.0.7": {
"en": "Host Google icons locally. Updated dependencies.",
"de": "Hosten Sie Google-Symbole lokal. Aktualisierte Abhängigkeiten.",
"ru": "Локальные иконки Google. Обновленные зависимости.",
"pt": "Hospede ícones do Google localmente. Dependências atualizadas.",
"nl": "Host Google-pictogrammen lokaal. Bijgewerkte afhankelijkheden.",
"fr": "Hébergez les icônes Google localement. Dépendances mises à jour.",
"it": "Ospita le icone di Google localmente. Dipendenze aggiornate.",
"es": "Hospede los iconos de Google localmente. Dependencias actualizadas.",
"pl": "Hostuj lokalnie ikony Google. Zaktualizowane zależności.",
"uk": "Локальні іконки Google. Оновлені залежності.",
"zh-cn": "在本地托管 Google 图标。更新的依赖项。"
}
},
"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.6",
"version": "1.0.7",
"description": "Adapter for Gree and C&H conditioners",
"author": {
"name": "Serhiy Krasovskyy",
Expand Down

0 comments on commit 0cd3e83

Please sign in to comment.