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] #341

Closed
wants to merge 1 commit into from
Closed
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.6 (2024-07-23)
* (foxriver76) updated dependencies

### 1.15.5 (2024-01-06)
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.5",
"version": "1.15.6",
"news": {
"1.15.6": {
"en": "updated dependencies",
"de": "aktualisierte abhängigkeiten",
"ru": "обновленные зависимости",
"pt": "dependências atualizadas",
"nl": "bijgewerkte afhankelijkheden",
"fr": "dépendances actualisées",
"it": "dipendenze aggiornate",
"es": "dependencias actualizadas",
"pl": "zaktualizowane zależności",
"uk": "оновлені залежності",
"zh-cn": "更新的依赖关系"
},
"1.15.5": {
"en": "fixed issue on setting tuner frequency (closes #328)",
"de": "feste ausgabe zur einstellung der thunfischfrequenz (geschlossen #328)",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "brak danych dotyczących strefy głównej (okrążeń #307)",
"uk": "впроваджено відсутні обсяги каналів для основної зони (закривається no307)",
"zh-cn": "各主要区(编号:第307号)执行的缺失渠道"
},
"1.14.0": {
"en": "typescript port\nfixed issues with decoding of input state",
"de": "typscript port\nfeste probleme mit der decodierung des eingangszustands",
"ru": "типскрипт порт\nфиксированные вопросы с расшифровкой входного государства",
"pt": "porta do tipo\nproblemas fixos com decodificação do estado de entrada",
"nl": "type\nvertaling:",
"fr": "typescript port\nproblèmes fixes avec le décodage de l'état d'entrée",
"it": "porta del tipo\nproblemi fissi con decodifica dello stato di input",
"es": "port tiposcript\ncuestiones fijas con decodificación del estado de entrada",
"pl": "port\nrzeczywiste problemy z dekodowaniem stanów wejściowych",
"uk": "портфоліо\nвиправлені питання з декодуванням вхідного стану",
"zh-cn": "港口\na. 固定问题,有投入的国家"
}
},
"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.5",
"version": "1.15.6",
"engines": {
"node": ">=14.0.0"
},
Expand Down