Skip to content

Commit

Permalink
chore: release v3.0.6
Browse files Browse the repository at this point in the history
* (ticaki) Caught the error by sending of sendToAsync if no configuration exists
  • Loading branch information
GermanBluefox committed Nov 6, 2023
1 parent 5d73825 commit 7c9b743
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 23 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Older changes
## 3.0.0 (2022-07-05)
* (klein0r) Added app limits as states
* (klein0r) Changed to class definition
* (klein0r) Updated logo
* (klein0r) Updated testing

## 2.1.0 (2022-02-20)
* Important: js-controller 3.0+ required!
* (Apollon77) Remove some legacy code
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ iobroker add pushover
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.0.6 (2023-11-06)
* (ticaki) Caught the error by sending of sendToAsync if no configuration exists

### 3.0.5 (2023-10-24)
Expand All @@ -51,12 +51,6 @@ iobroker add pushover
* (bluefox) Added log output of sent messages
* (bluefox) Added custom sound to blockly

### 3.0.0 (2022-07-05)
* (klein0r) Added app limits as states
* (klein0r) Changed to class definition
* (klein0r) Updated logo
* (klein0r) Updated testing

## License

The MIT License (MIT)
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": "pushover",
"version": "3.0.5",
"version": "3.0.6",
"news": {
"3.0.6": {
"en": "Caught the error by sending of sendToAsync if no configuration exists",
"de": "Erwischt den Fehler durch Senden von senden ToAsync wenn keine Konfiguration vorhanden ist",
"ru": "Поймали ошибку, отправив отправку ToAsync если никакая конфигурация не существует",
"pt": "Apanhado o erro enviando de envio ToAsync se nenhuma configuração existe",
"nl": "Greep de fout door te sturen ToAsync als er geen vertrouwen bestaat",
"fr": "Caught the error by sending of send ToAsync si aucune configuration n'existe",
"it": "Cattura l'errore inviando ToAsync se non esiste alcuna configurazione",
"es": "Cogido el error por el envío de envío ToAsync si no existe ninguna configuración",
"pl": "Uszkodził błąd wysyłając wysyłając wysyłając z niego wiadomość. ToAsynsynoza, jeśli żadna konfiguracja nie istnieje",
"uk": "Спіймана похибкою по відправці ToAsync якщо немає конфігурації",
"zh-cn": "D. 发送错误 如果没有组合"
},
"3.0.5": {
"en": "Updated packages",
"de": "Aktualisierte Pakete",
Expand Down Expand Up @@ -76,18 +89,6 @@
"es": "Importante: ¡Se requiere js-controller 3.0+!\nEliminar algún código heredado\nEvitar posibles casos de bloqueo cuando se produce un error",
"pl": "Ważne: wymagany js-controller 3.0+!\nUsuń stary kod\nZapobiegaj potencjalnym przypadkom awarii, gdy wystąpi błąd",
"zh-cn": "重要提示:需要 js-controller 3.0+!\n删除一些遗留代码\n发生错误时防止潜在的崩溃情况"
},
"2.0.5": {
"en": "Corrected error with token",
"de": "Fehler mit Token behoben",
"ru": "Исправлена ошибка токена",
"pt": "Erro corrigido com token",
"nl": "Fout gecorrigeerd met token",
"fr": "Erreur corrigée avec le jeton",
"it": "Errore corretto con token",
"es": "Error corregido con token",
"pl": "Poprawiony błąd z tokenem",
"zh-cn": "更正了令牌错误"
}
},
"title": "Pushover",
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,7 +1,7 @@
{
"name": "iobroker.pushover",
"description": "ioBroker Adapter to send Pushover notifications",
"version": "3.0.5",
"version": "3.0.6",
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>"
Expand Down

0 comments on commit 7c9b743

Please sign in to comment.