diff --git a/README.md b/README.md index a256dac..a40fac0 100644 --- a/README.md +++ b/README.md @@ -112,8 +112,7 @@ Please note: highlighting current playing favorite is not supported. ### **WORK IN PROGRESS** --> ## Changelog - -### __WORK IN PROGRESS__ +### 2.3.1 (2023-03-22) * (Apollon77) Prepare for future js-controller versions ### 2.3.0 (2023-01-11) diff --git a/io-package.json b/io-package.json index 0a23aef..b2a3131 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "sonos", - "version": "2.3.0", + "version": "2.3.1", "news": { + "2.3.1": { + "en": "Prepare for future js-controller versions", + "de": "Bereiten Sie sich auf zukünftige js-Controller-Versionen", + "ru": "Подготовьтесь к будущим версиям js-controller", + "pt": "Prepare-se para futuras versões js-controller", + "nl": "Bereid je voor op toekomstige Js-controller versie", + "fr": "Préparez-vous pour les versions futures de js-controller", + "it": "Prepararsi per le future versioni js-controller", + "es": "Prepararse para futuras versiones js-controller", + "pl": "Prepare for future js-controller version", + "uk": "Підготовка до майбутніх версій js-controller", + "zh-cn": "今后防污版本的编制" + }, "2.3.0": { "en": "Added new states `favorites_list_html` and `queue_html with covers`\nChanged default album art if no cover was found\nConfiguration migrated to JSON-Config", "de": "Neue Zustände favorites_list_html und `queue_html mit Covers hinzugefügt `\nVeränderte Standardalbumkunst, wenn kein Cover gefunden wurde\nKonfiguration migriert zu JSON-Config", @@ -75,18 +88,6 @@ "es": "Error corregido con \"SONOS no encontrado\"", "pl": "Poprawiony błąd „Nie znaleziono SONOS”", "zh-cn": "更正了“找不到 SONOS”的错误" - }, - "2.1.6": { - "en": "Corrected error with \"SONOS not found\"", - "de": "Fehler mit \"SONOS nicht gefunden\" behoben", - "ru": "Исправлена ошибка \"SONOS не найден\".", - "pt": "Erro corrigido com \"SONOS não encontrado\"", - "nl": "Fout gecorrigeerd met \"SONOS niet gevonden\"", - "fr": "Erreur corrigée avec \"SONOS introuvable\"", - "it": "Errore corretto con \"SONOS non trovato\"", - "es": "Error corregido con \"SONOS no encontrado\"", - "pl": "Poprawiony błąd „Nie znaleziono SONOS”", - "zh-cn": "更正了“找不到 SONOS”的错误" } }, "title": "SONOS", diff --git a/package.json b/package.json index 9172dc7..6ac4451 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.sonos", "description": "The adapter lets control SONOS from ioBroker", - "version": "2.3.0", + "version": "2.3.1", "engines": { "node": ">=8.0.0" },