From 4952f0fbd29f3a2e0b9f9780b013bbd0f7cd6ebf Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Wed, 16 Mar 2022 21:05:51 -0400 Subject: [PATCH] Tiny fixes to release notes --- docs/releases.md | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 67fff22c..c6272bd1 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -2,23 +2,6 @@ Binaries for all releases can be found on the GitHub releases pages for the [ntfy server](https://github.com/binwiederhier/ntfy/releases) and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/releases). -## ntfy server v1.18.0 -Released Mar 16, 2022 - -**Features:** - -* Publish messages as JSON ([#133](https://github.com/binwiederhier/ntfy/issues/133), thanks [@cmeis](https://github.com/cmeis) for reporting) - -**Bug fixes:** - -* rpm: do not overwrite server.yaml on package upgrade ([#166](https://github.com/binwiederhier/ntfy/issues/166), thanks [@waclaw66](https://github.com/waclaw66) for reporting) -* Typo in [ntfy.sh/announcements](https://ntfy.sh/announcements) topic ([#170](https://github.com/binwiederhier/ntfy/pull/170), thanks to [@sandebert](https://github.com/sandebert)) -* Readme image URL fixes ([#156](https://github.com/binwiederhier/ntfy/pull/156), thanks to [@ChaseCares](https://github.com/ChaseCares)) - -**Deprecations:** - -* Removed the ability to run server as `ntfy serve` as per [deprecation](deprecations.md) - + +## ntfy server v1.18.0 +Released Mar 16, 2022 + +**Features:** + +* [Publish messages as JSON](https://ntfy.sh/docs/publish/#publish-as-json) ([#133](https://github.com/binwiederhier/ntfy/issues/133), + thanks [@cmeis](https://github.com/cmeis) for reporting, thanks to [@Joeharrison94](https://github.com/Joeharrison94) and + [@Fallenbagel](https://github.com/Fallenbagel) for testing) + +**Bug fixes:** + +* rpm: do not overwrite server.yaml on package upgrade ([#166](https://github.com/binwiederhier/ntfy/issues/166), thanks [@waclaw66](https://github.com/waclaw66) for reporting) +* Typo in [ntfy.sh/announcements](https://ntfy.sh/announcements) topic ([#170](https://github.com/binwiederhier/ntfy/pull/170), thanks to [@sandebert](https://github.com/sandebert)) +* Readme image URL fixes ([#156](https://github.com/binwiederhier/ntfy/pull/156), thanks to [@ChaseCares](https://github.com/ChaseCares)) + +**Deprecations:** + +* Removed the ability to run server as `ntfy serve` as per [deprecation](deprecations.md) + ## ntfy server v1.17.1 Released Mar 12, 2022