Skip to content

Commit

Permalink
chore: release v3.0.5
Browse files Browse the repository at this point in the history
* (bluefox) Updated packages
  • Loading branch information
GermanBluefox committed Oct 24, 2023
1 parent 6c84b7c commit dbfd82b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 22 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Older changes
## 2.1.0 (2022-02-20)
* Important: js-controller 3.0+ required!
* (Apollon77) Remove some legacy code
* (Apollon77) Prevent potential crash case when error occurs

## 2.0.5 (2021-06-29)
* (bluefox) Corrected error with token

Expand Down
7 changes: 1 addition & 6 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.5 (2023-10-24)
* (bluefox) Updated packages

### 3.0.4 (2023-08-08)
Expand All @@ -54,11 +54,6 @@ iobroker add pushover
* (klein0r) Updated logo
* (klein0r) Updated testing

### 2.1.0 (2022-02-20)
* Important: js-controller 3.0+ required!
* (Apollon77) Remove some legacy code
* (Apollon77) Prevent potential crash case when error occurs

## 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.4",
"version": "3.0.5",
"news": {
"3.0.5": {
"en": "Updated packages",
"de": "Aktualisierte Pakete",
"ru": "Обновленные пакеты",
"pt": "Pacotes atualizados",
"nl": "Verouderde pakketten",
"fr": "Forfaits mis à jour",
"it": "Pacchetti aggiornati",
"es": "Paquetes actualizados",
"pl": "Pakiet upoważniony",
"uk": "Оновлені пакети",
"zh-cn": "最新一揽子计划"
},
"3.0.4": {
"en": "Added new ttl parameter to blockly",
"de": "Neue ttl-Parameter blockweise hinzugefügt",
Expand Down Expand Up @@ -75,18 +88,6 @@
"es": "Error corregido con token",
"pl": "Poprawiony błąd z tokenem",
"zh-cn": "更正了令牌错误"
},
"2.0.4": {
"en": "Blockly input value for attachments\nimplemented the \"glances\"",
"de": "Block-Eingabewert für Anhänge\ndie \"Blicke\" umgesetzt",
"ru": "Блочно вводимое значение для вложений\nреализованы «взгляды»",
"pt": "Valor de entrada em bloco para anexos\nimplementou os \"olhares\"",
"nl": "Geblokkeerde invoerwaarde voor bijlagen\nimplementeerde de \"blik\"",
"fr": "Valeur d'entrée en bloc pour les pièces jointes\nmis en œuvre les \"coups d'œil\"",
"it": "Valore di input a blocchi per gli allegati\nimplementato gli \"sguardi\"",
"es": "Valor de entrada en bloque para archivos adjuntos\nimplementó las \"miradas\"",
"pl": "Blokowo wprowadzana wartość dla załączników\nwdrożył „spojrzenia”",
"zh-cn": "附件的块输入值\n实施“一瞥”"
}
},
"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.4",
"version": "3.0.5",
"author": "bluefox <dogafox@gmail.com>",
"contributors": [
"bluefox <dogafox@gmail.com>"
Expand Down

0 comments on commit dbfd82b

Please sign in to comment.