From c2550dbca9ada1e2e60335e51222cd0556cfaef8 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Mon, 28 Nov 2022 15:15:49 -0500 Subject: [PATCH] Release notes + blog post, thanks Timo --- docs/integrations.md | 1 + docs/releases.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/integrations.md b/docs/integrations.md index 1f2e24f1..54687fe2 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -96,6 +96,7 @@ messages until I finally finish implementing end-to-end encryption. ## Blog + forum posts +- [ntfy - Push Notification Service](https://www.reddit.com/r/ntfy/comments/z6wu6c/ntfy_blog_post_covering_installation_usage_and/) - dizzytech.de - 11/2022 - [Console #132](https://console.substack.com/p/console-132) ⭐ - console.substack.com - 11/2022 - [MeshCentral - Ntfy Push Notifications ](https://www.youtube.com/watch?v=wyE4rtUd4Bg) - youtube.com - 11/2022 - [Changelog | Tracking layoffs, tech worker demand still high, ntfy, ...](https://changelog.com/news/tracking-layoffs-tech-worker-demand-still-high-ntfy-devenv-markdoc-mike-bifulco-Y1jW) ⭐ - changelog.com - 11/2022 diff --git a/docs/releases.md b/docs/releases.md index c04857a3..14872796 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -19,6 +19,7 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release * Upgrade Android dependencies and build toolchain to SDK 33 (no ticket) * Simplify F-Droid build: Disable tasks for Google Services ([#516](https://github.com/binwiederhier/ntfy/issues/516), thanks to [@markosopcic](https://github.com/markosopcic)) * Android 13: Ask for permission to post notifications ([#508](https://github.com/binwiederhier/ntfy/issues/508)) +* Android 13: Do not allow swiping away the foreground notification ([#521](https://github.com/binwiederhier/ntfy/issues/521), thanks to [@alexhorner](https://github.com/alexhorner) for reporting) * Remove timestamp when copying message text ([#471](https://github.com/binwiederhier/ntfy/issues/471), thanks to [@wunter8](https://github.com/wunter8)) * Fix auto-delete if some icons do not exist anymore ([#506](https://github.com/binwiederhier/ntfy/issues/506)) * Fix notification icon color ([#480](https://github.com/binwiederhier/ntfy/issues/480), thanks to [@s-h-a-r-d](https://github.com/s-h-a-r-d) for reporting)