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.11 #356

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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +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.11 (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.10",
"version": "1.15.11",
"news": {
"1.15.11": {
"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.10": {
"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": "stały problem przy ustawianiu częstotliwości tunera (zamyka # 328)",
"uk": "виправлено проблему на встановлення частоти тюнера (закривається no328)",
"zh-cn": "设定调制器频率的固定期( 关闭 # 328)"
},
"1.15.4": {
"en": "fixed detection of display content if content does not contain `NULL` (closes #323)",
"de": "feste Erkennung von Anzeigeinhalten, wenn Inhalt NULL nicht enthält (schließt #323)",
"ru": "фиксированное обнаружение содержимого дисплея, если содержимое не содержит NULL (заметки #323)",
"pt": "detecção fixa de conteúdo de exibição se o conteúdo não contém NULL (fecha #323)",
"nl": "vertaling:",
"fr": "détection fixe de contenu d'affichage si le contenu ne contient pas de NULL (ferme #323)",
"it": "rilevamento fisso del contenuto di visualizzazione se il contenuto non contiene NULL (chiude #323)",
"es": "detección fija de contenido de pantalla si el contenido no contiene NULL (cerca #323)",
"pl": "ostateczne wykrywanie treści nie zawiera NULL (oznaczenie #323)",
"uk": "фіксоване виявлення вмісту дисплея, якщо вміст не містить NULL (закриває #323)",
"zh-cn": "如果内容不包含NULL(编号:第323号)的固定识别显示内容"
}
},
"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.10",
"version": "1.15.11",
"engines": {
"node": ">=14.0.0"
},
Expand Down
Loading