Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OFFICIAL RELEASE] 1.15.9 #352

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,7 @@ The adapter is tested with an DENON AVR-X1200W and a Marantz SR5009.
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 1.15.9 (2024-07-23)
* (foxriver76) updated dependencies
* (foxriver76) added tier and license information
* (foxriver76) fixed invalid object `denon.0`
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": "denon",
"version": "1.15.8",
"version": "1.15.9",
"news": {
"1.15.9": {
"en": "updated dependencies\nadded tier and license information\nfixed invalid object `denon.0`",
"de": "aktualisierte abhängigkeiten\nzusätzliche tier- und lizenzinformationen\nungültiges objekt `denon.0`",
"ru": "обновленные зависимости\nдобавленный уровень и лицензионная информация\nнедействительными",
"pt": "dependências atualizadas\nadicionada informação de nível e licença\nobjeto inválido fixo `denon.0`",
"nl": "bijgewerkte afhankelijkheden\ntoegevoegde niveau- en licentieinformatie\nvast ongeldig object ",
"fr": "dépendances actualisées\nles informations de niveau et de licence ajoutées\nobjet non valide corrigé `denon.0`",
"it": "dipendenze aggiornate\ninformazioni aggiuntive di livello e licenza\noggetto non valido fisso `denon.0`",
"es": "dependencias actualizadas\ninformación de nivel añadido y licencia\nobjeto no válido fijo `denon.0`",
"pl": "zaktualizowane zależności\ndodane informacje dotyczące poziomu dokładności i licencji\nustawiony niepoprawny obiekt 'denon.0'",
"uk": "оновлені залежності\nдодано ярус та ліцензія\n`denon.0`",
"zh-cn": "更新的依赖关系\n增加了分层和许可证信息\n固定无效对象`denon.0'"
},
"1.15.8": {
"en": "updated dependencies\nadded tier and license information\nfixed invalid object `denon.0`",
"de": "aktualisierte abhängigkeiten\nzusätzliche tier- und lizenzinformationen\nungültiges objekt `denon.0`",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "stworzona wersja logna, w której ustawione są stany kanałowe (zamknia #321)",
"uk": "фіксований запис журналу при встановленні об'ємних станів каналу (закривається #321)",
"zh-cn": "配量国时的固定标志(第321号)"
},
"1.15.2": {
"en": "fixed crash case with controller v5",
"de": "fester crashfall mit controller v5",
"ru": "фиксированный случай аварии с контроллером v5",
"pt": "caso de acidente fixo com controlador v5",
"nl": "vertaling:",
"fr": "boîtier de crash fixe avec controller v5",
"it": "caso di crash fisso con controller v5",
"es": "caso de accidente fijo con controlador v5",
"pl": "sprawa rozruchowa kontrolera v5",
"uk": "фіксований випадок з контролером v5",
"zh-cn": "a. 固定事故案件"
}
},
"title": "DENON AVR",
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.denon",
"version": "1.15.8",
"version": "1.15.9",
"engines": {
"node": ">=14.0.0"
},
Expand Down
Loading