Skip to content

Commit

Permalink
Bump Version, Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Tzschucke committed Apr 28, 2024
1 parent 491279c commit 102a8aa
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
![Logo](admin/ntfy.png)
# ioBroker ntfy.sh adapter

[![NPM version](https://img.shields.io/npm/v/iobroker.ntfy.svg)](https://www.npmjs.com/package/iobroker.ntfy) [![Downloads](https://img.shields.io/npm/dm/iobroker.ntfy.svg)](https://www.npmjs.com/package/iobroker.ntfy) ![Number of Installations](https://iobroker.live/badges/ntfy-installed.svg) ![Current version in stable repository](https://iobroker.live/badges/ntfy-stable.svg)
![Test and Release](https://github.com/sestriel/ioBroker.ntfy/workflows/Test%20and%20Release/badge.svg)
[![NPM version](https://img.shields.io/npm/v/iobroker.ntfy.svg)](https://www.npmjs.com/package/iobroker.ntfy) [![Downloads](https://img.shields.io/npm/dm/iobroker.ntfy.svg)](https://www.npmjs.com/package/iobroker.ntfy) ![Number of Installations](https://iobroker.live/badges/ntfy-installed.svg)

![Current version in stable repository](https://iobroker.live/badges/ntfy-stable.svg) ![Test and Release](https://github.com/sestriel/ioBroker.ntfy/workflows/Test%20and%20Release/badge.svg)

Use your ntfy.sh (free selfhosted) server to send and receive push notifications

* Integrates an Blockly to easily send notifications
- Currently supported: Title, Message, Priority
- Currently supported: Title, Message, Priority, Tags, Click-URL, Actionbuttons (View & HTTP), URL-Attachments
* Subscribe to topics without the need of extra javascript/blockly
- messages will be pushed to the corresponding, auto-created ioBroker object
* Send and receive from as many topics as you want
Expand All @@ -20,6 +21,13 @@ Use your ntfy.sh (free selfhosted) server to send and receive push notifications
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 0.3.0 (2024-04-28)
* (sestriel) Added URL-Attachments
* (sestriel) Added Click-URL
* (sestriel) Added Actionbuttons (View & HTTP)
* (sestriel) Added Tags
* (sestriel) Removed wrong error messages
* (sestriel) Restructuring
### 0.2.2 (2024-04-12)
* (sestriel) Bump version to 0.2.2
### 0.2.1 (2024-04-12)
Expand Down
15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "ntfy",
"version": "0.2.2",
"version": "0.3.0",
"news": {
"0.3.0": {
"en": "Added URL-Attachments\nAdded Click-URL\nAdded Actionbuttons (View & HTTP)\nAdded Tags\n\nRemoved wrong error messages\nRestructuring.",
"de": "URL-Anhänge hinzugefügt\nClick-URL hinzugefügt\nActionbuttons hinzugefügt (View & HTTP)\nTags hinzugefügt\n\nEntfernen falscher Fehlermeldungen\nUmstrukturierung.",
"ru": "Добавить URL-адреса\nДобавлено Click-URL\nДобавлены кнопки Действия (View & HTTP)\nДобавленные теги\n\nУдаление сообщений об ошибках\nРеструктуризация.",
"pt": "Adicionado URL-Attachments\nAdicionado Click-URL\nAdicionado botões de ação (Ver & HTTP)\nTags adicionadas\n\nMensagens de erro erradas removidas\nReestruturação.",
"nl": "URL-attachments toegevoegd\nToegevoegd Click-URL\nToegevoegde actieknoppen (Bekijk & HTTP)\nToegevoegde tags\n\nVerkeerde foutmeldingen verwijderd\nHerstructurering.",
"fr": "Ajout d'adresses URL\nAjouté Click-URL\nAjout de boutons d'action (View & HTTP)\nTags ajoutés\n\nSupprimé les messages d'erreur erronés\nRestructuration.",
"it": "Aggiunto URL-allegato\nAggiunto Click-URL\nPulsanti di azione aggiunti (Visualizza & HTTP)\nAggiunto Tags\n\nRimozione dei messaggi di errore sbagliati\nRistrutturazione.",
"es": "Añadido URL-Apegos\nAñadido Click-URL\nBotones de acción añadidos (Ver \" HTTP)\nAñadido\n\nEliminar mensajes equivocados de error\nReestructuración.",
"pl": "Dodano dodatki URL\nDodano Click- URL\nDodano przyciski aktywacji (Widok & HTTP)\nDodano znaczniki\n\nUsunięto złe komunikaty błędów\nRestrukturyzacja.",
"uk": "Додано URL-адреси\nДодати Click-URL\nДодано Actionbuttons (Переглянути та HTTP)\nДодати теги\n\nВидалити неправильні повідомлення про помилку\nРеструктуризація.",
"zh-cn": "添加的 URL 附加\n已添加的点击- URL\n添加的动作按钮( View & HTTP)\n添加标记\n\n删除错误消息\n重组."
},
"0.2.2": {
"en": "Bump version to 0.2.2",
"de": "Bump-Version auf 0,2.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.ntfy",
"version": "0.2.2",
"version": "0.3.0",
"description": "Use your ntfy.sh (free self hosted) server for Push Notifications",
"author": {
"name": "sestriel",
Expand Down

0 comments on commit 102a8aa

Please sign in to comment.