Skip to content

Commit

Permalink
chore: release v3.19.9
Browse files Browse the repository at this point in the history
* (Apollon77) Receive the correct player status again when musik is stopped
  • Loading branch information
Apollon77 committed Sep 12, 2022
1 parent dc1eebd commit e0db49c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,7 @@ If the Push connection is never established then you can try to use the followin
Then it should work again

## Changelog

### __WORK IN PROGRESS__
### 3.19.9 (2022-09-12)
* (Apollon77) Receive the correct player status again when musik is stopped

### 3.19.8 (2022-09-07)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "alexa2",
"version": "3.19.8",
"version": "3.19.9",
"blockedVersions": [
"~3.14.0",
"~3.15.0",
Expand Down Expand Up @@ -38,6 +38,18 @@
},
"platform": "Javascript/Node.js",
"news": {
"3.19.9": {
"en": "Receive the correct player status again when musik is stopped",
"de": "Erhalten Sie den richtigen Spielerstatus wieder, wenn die Musik gestoppt wird",
"ru": "Получить правильный статус игрока снова, когда musik остановлен",
"pt": "Receba o status do jogador correto novamente quando musik for parado",
"nl": "Ontvang de juiste spelersstatus als Musik stopt",
"fr": "Recevez à nouveau le statut correct du joueur lorsque le musik est arrêté",
"it": "Ricevi nuovamente lo stato del giocatore corretto quando musik viene fermato",
"es": "Recibe el estado correcto del jugador cuando se detiene el musik",
"pl": "Odpowiedzialny status gracza ponownie, gdy musik został zatrzymany",
"zh-cn": "在Cmusik被阻止后再次获得正确的角色身份"
},
"3.19.8": {
"en": "Add safeguard for too high intervals",
"de": "Schutz für zu hohe Intervalle hinzufügen",
Expand Down Expand Up @@ -109,18 +121,6 @@
"es": "Control de fallo fijo con múltiples instancias de adaptador",
"pl": "Fix sprawdza się z wieloma aplikacjami",
"zh-cn": "Fix 事故检查"
},
"3.19.2": {
"en": "Fix Alarm creation when just providing time and it is for next day",
"de": "Alarm-Erstellung, wenn nur Zeit zur Verfügung gestellt und es ist für den nächsten Tag",
"ru": "Исправьте создание тревоги когда как раз обеспечивая время и оно на следующий день",
"pt": "Corrigir a criação de alarme ao fornecer tempo e é para o dia seguinte",
"nl": "Vertaling:",
"fr": "Réparer la création d'alarme quand il suffit de fournir du temps et c'est pour le lendemain",
"it": "Fissare la creazione di allarme quando solo fornire il tempo ed è per il giorno successivo",
"es": "Fijar la creación de Alarma cuando sólo proporciona tiempo y es para el día siguiente",
"pl": "Fix Alarm - tworzenie, kiedy tylko daje czas i jest przez następne dni",
"zh-cn": "在提供时间时,创设ix Alarm"
}
},
"keywords": [
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.alexa2",
"version": "3.19.8",
"version": "3.19.9",
"description": "Remote control for Alexa (Amazon Echo)",
"author": {
"name": "Apollon77",
Expand Down

0 comments on commit e0db49c

Please sign in to comment.