diff --git a/README.md b/README.md index 398d1b2..2459ae9 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@ or any associated subsidiaries, logos or trademarks. Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> - -### **WORK IN PROGRESS** +### 0.5.4 (2024-07-29) * (foxriver76) fixed the pairing process due to changes in json config * (foxriver76) stability improvements diff --git a/io-package.json b/io-package.json index 07f5e69..664b2fb 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "philips-tv", - "version": "0.5.3", + "version": "0.5.4", "news": { + "0.5.4": { + "en": "fixed the pairing process due to changes in json config\nstability improvements", + "de": "festlegen des paarungsprozesses durch änderungen in json config\nstabilitätsverbesserungen", + "ru": "фиксирует процесс парирования из-за изменений в конфигурации json\nулучшение стабильности", + "pt": "corrigiu o processo de emparelhamento devido a alterações na configuração json\nmelhoria da estabilidade", + "nl": "het koppelingsproces als gevolg van wijzigingen in json-configuratie vast te stellen\nstabiliteitsverbeteringen", + "fr": "fixe le processus d'appariement en raison de changements dans la configuration de json\namélioration de la stabilité", + "it": "fisso il processo di accoppiamento a causa delle modifiche in json config\nmiglioramento della stabilità", + "es": "fija el proceso de emparejamiento debido a cambios en json config\nmejora de la estabilidad", + "pl": "naprawić proces parowania z powodu zmian w json config\npoprawa stabilności", + "uk": "виправлено процес паріння через зміни в json config\nпідвищення стійкості", + "zh-cn": "由于 json 配置的改变而固定配对过程\n稳定改善" + }, "0.5.3": { "en": "update lib", "de": "aktualisierung lib", @@ -78,18 +91,6 @@ "es": "fijar", "pl": "zbudować", "zh-cn": "f 固定建筑" - }, - "0.4.3": { - "en": "try to fix `ESOCKETTIMEDOUT`", - "de": "versuchen, ESOCKETTIMEDOUT zu beheben", - "ru": "попробуйте исправить ESOCKETTIMEDOUT", - "pt": "tentar corrigir ESOCKETTIMEDOUT", - "nl": "probeer ESOCKETTIMEDOUT", - "fr": "essayez de réparer ESOCKETTIMEDOUT", - "it": "cercare di risolvere ESOCKETTIMEDOUT", - "es": "tratar de arreglar ESOCKETTIMEDOUT", - "pl": "próbuje naprawić ESOCKETTIMEDOUT", - "zh-cn": "试图确定ESOCKETTIMEDOUT" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 704f8b4..e225789 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.philips-tv", - "version": "0.5.3", + "version": "0.5.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.philips-tv", - "version": "0.5.3", + "version": "0.5.4", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.1.6", diff --git a/package.json b/package.json index 9490ecc..c544c6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.philips-tv", - "version": "0.5.3", + "version": "0.5.4", "engines": { "node": ">=14.0.0" },