Skip to content

Commit

Permalink
chore: release v0.5.4
Browse files Browse the repository at this point in the history
* (foxriver76) fixed the pairing process due to changes in json config
* (foxriver76) stability improvements
  • Loading branch information
foxriver76 committed Jul 29, 2024
1 parent 8c7b2a6 commit dcbbc81
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
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.philips-tv",
"version": "0.5.3",
"version": "0.5.4",
"engines": {
"node": ">=14.0.0"
},
Expand Down

0 comments on commit dcbbc81

Please sign in to comment.