From 102a8aa42090702bb743087e597751de03c6240e Mon Sep 17 00:00:00 2001 From: Felix Tzschucke Date: Sun, 28 Apr 2024 09:42:14 +0200 Subject: [PATCH] Bump Version, Updated README --- README.md | 14 +++++++++++--- io-package.json | 15 ++++++++++++++- package.json | 2 +- 3 files changed, 26 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bbf42f1..5377d8f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) diff --git a/io-package.json b/io-package.json index 1648280..83964cc 100644 --- a/io-package.json +++ b/io-package.json @@ -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", diff --git a/package.json b/package.json index e53f9e1..cb97b6c 100644 --- a/package.json +++ b/package.json @@ -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",