Skip to content

Commit

Permalink
chore: release v3.19.2
Browse files Browse the repository at this point in the history
* (Apollon77) Fix Alarm creation when just providing time and it is for next day
  • Loading branch information
Apollon77 committed Aug 6, 2022
1 parent 727c139 commit 2ff2cb7
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.2 (2022-08-06)
* (Apollon77) Fix Alarm creation when just providing time and it is for next day

### 3.19.1 (2022-08-04)
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.1",
"version": "3.19.2",
"blockedVersions": [
"~3.14.0",
"~3.15.0",
Expand Down Expand Up @@ -38,6 +38,18 @@
},
"platform": "Javascript/Node.js",
"news": {
"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"
},
"3.19.1": {
"en": "Fix retry handling",
"de": "Retry Handling",
Expand Down Expand Up @@ -109,18 +121,6 @@
"es": "Activar comandos de nuevo para aplicaciones con tipo A2TF17PFR55MTB - sólo funcionará a veces como parece",
"pl": "Wznowione polecenia z A2TF17PFR55MTB mogą działać niekiedy tylko w przypadku, gdy wydaje się to być",
"zh-cn": "对A2 TF17PFR55B等类型的申请,连带的指挥将只是在似乎看来工作。"
},
"3.18.1": {
"en": "Optimize Handling when push connection could not be established",
"de": "Optimieren Sie die Handhabung, wenn keine Push-Verbindung hergestellt werden konnte",
"ru": "Оптимизация обработки при нажатии соединения не может быть установлена",
"pt": "Otimizar o manuseio quando a conexão push não pôde ser estabelecida",
"nl": "Optimiliseer Handling wanneer de verbinding niet kan worden vastgesteld",
"fr": "Optimiser la manipulation lorsque la connexion push ne peut être établie",
"it": "Ottimizzare la gestione quando la connessione di spinta non potrebbe essere stabilita",
"es": "Optimize Handling cuando la conexión de empuje no se puede establecer",
"pl": "Optimizację Handlingu, gdy nie można było utworzyć połączenia push",
"zh-cn": "如果不建立推动联系,就能减少浪费"
}
},
"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.1",
"version": "3.19.2",
"description": "Remote control for Alexa (Amazon Echo)",
"author": {
"name": "Apollon77",
Expand Down

0 comments on commit 2ff2cb7

Please sign in to comment.