Skip to content

Commit

Permalink
chore: release v0.5.4
Browse files Browse the repository at this point in the history
* (foxriver76) updated packages
  • Loading branch information
foxriver76 committed Jun 14, 2024
1 parent 904a9dc commit 820b4ce
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 175 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2022 soef <soef@gmx.net>
Copyright (c) 2015-2024 soef <soef@gmx.net>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,15 @@ The states will be created, when they occur. I.e. use your ir-remote and change
Only one connection is accepted by yamaha devices.

#### Requirements
Yamaha Reciver
Yamaha Receiver

You have to enable "network standby" function in the configuration of your receiver


## Changelog
### 0.5.4 (2024-06-14)
* (foxriver76) updated packages

### 0.5.3 (2022-06-17)
* (Apollon77) Fix crash cases reported by Sentry

Expand Down Expand Up @@ -109,7 +112,7 @@ You have to enable "network standby" function in the configuration of your recei
### License
The MIT License (MIT)
Copyright (c) 2015-2022 soef <soef@gmx.net>
Copyright (c) 2015-2024 soef <soef@gmx.net>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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": "yamaha",
"version": "0.5.3",
"version": "0.5.4",
"news": {
"0.5.4": {
"en": "updated packages",
"de": "aktualisierte pakete",
"ru": "обновления пакетов",
"pt": "pacotes atualizados",
"nl": "bijgewerkte pakketten",
"fr": "paquets mis à jour",
"it": "pacchetti aggiornati",
"es": "paquetes actualizados",
"pl": "zaktualizowane pakiety",
"uk": "оновлені пакети",
"zh-cn": "更新软件包"
},
"0.5.3": {
"en": "Fix crash cases reported by Sentry",
"de": "Reparieren Crashfälle gemeldet von Sentry",
Expand Down Expand Up @@ -74,18 +87,6 @@
"es": "agregó compatibilidad con admin 3 y más cosas de metadatos.\nagregó soporte de modo compacto.",
"pl": "dodał kompatybilność z adminem 3 i więcej metadanych.\ndodano obsługę trybu kompaktowego.",
"zh-cn": "*(Garfonso)添加了admin 3兼容性和更多的元数据内容。\n*(Garfonso)添加了紧凑模式支持。"
},
"0.3.20": {
"en": "fixed crash in lib/soef.js (Garfonso)\nupdated meta information. (Garfonso)",
"de": "Absturz in lib / soef.js (Garfonso) behoben \nupdated meta information. (Garfonso)",
"ru": "исправлен сбой в lib / soef.js (Garfonso) \nupdated метаинформации. (Garfonso)",
"pt": "falha corrigida na lib / soef.js (Garfonso) \nmeta-informações atualizadas. (Garfonso)",
"nl": "crash opgelost in lib / soef.js (Garfonso) \nupdate meta-informatie. (Garfonso)",
"fr": "correction d'un crash dans lib / soef.js (Garfonso) \ndes méta-informations mises à jour. (Garfonso)",
"it": "risolto crash in lib / soef.js (Garfonso) \nmeta informazioni non aggiornate. (Garfonso)",
"es": "Se corrigió el bloqueo en lib / soef.js (Garfonso) \n meta información actualizada. (Garfonso)",
"pl": "naprawiono awarię w lib / soef.js (Garfonso) \naktualizowano meta informacje. (Garfonso)",
"zh-cn": "修复了lib / soef.js(Garfonso)\n更新的元信息中的崩溃。 (加方索)"
}
},
"title": "Yamaha",
Expand Down
202 changes: 47 additions & 155 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 820b4ce

Please sign in to comment.