From 4578835a8f049dc7e7d859b9a1dc2c426f78aeb5 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Mon, 7 Jul 2025 11:04:33 +0200 Subject: [PATCH] stdin --- docs/releases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases.md b/docs/releases.md index dca68cc8..266f68e6 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1439,6 +1439,7 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release * Full support for IPv6 ([#519](https://github.com/binwiederhier/ntfy/issues/519)/[#1380](https://github.com/binwiederhier/ntfy/pull/1380)/[ansible#4](https://github.com/binwiederhier/ntfy-ansible/pull/4)) * Support `X-Client-IP`, `X-Real-IP`, `Forwarded` headers for [rate limiting](config.md#ip-based-rate-limiting) via `proxy-forwarded-header` and `proxy-trusted-hosts` ([#1360](https://github.com/binwiederhier/ntfy/pull/1360)/[#1252](https://github.com/binwiederhier/ntfy/pull/1252), thanks to [@pixitha](https://github.com/pixitha)) +* Add STDIN support for `ntfy publish` ([#1382](https://github.com/binwiederhier/ntfy/pull/1382), thanks to [@srevn](https://github.com/srevn)) ### ntfy Android app v1.16.1 (UNRELEASED)