diff --git a/docs/integrations.md b/docs/integrations.md index c836d000..629f7cd2 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -183,6 +183,7 @@ I've added a ⭐ to projects or posts that have a significant following, or had - [ntailfy](https://github.com/leukosaima/ntailfy) - ntfy notifications when Tailscale devices connect/disconnect (Go) - [BRun](https://github.com/cbrake/brun) - Native Linux automation platform connecting triggers to actions without containers (Go) - [Uptime Monitor](https://github.com/Rabbit-Company/UptimeMonitor-Server) - Self-hosted, enterprise-grade uptime monitoring and alerting system (TS) +- [send_to_ntfy_extension](https://github.com/TheDuffman85/send_to_ntfy_extension/) ⭐ - A browser extension to send the notifications to ntfy (JS) ## Blog + forum posts diff --git a/docs/releases.md b/docs/releases.md index 5f030709..9e99d1e8 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1665,6 +1665,13 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release ## Not released yet +### ntfy Android v2.23.x (UNRELEASED) + +**Features:** + +* Search within a topic ([#141](https://github.com/binwiederhier/ntfy/issues/141), [ntfy-android#153](https://github.com/binwiederhier/ntfy-android/pull/153), thanks to [@Copephobia](https://github.com/Copephobia) and [@StoyanYonkov](https://github.com/StoyanYonkov) for reporting and sponsoring) +* Add "reconnecting to N topics ..." to foreground notification ([#1101](https://github.com/binwiederhier/ntfy/issues/1101), thanks to [@milosivanovic](https://github.com/milosivanovic) for reporting) + ### ntfy server v2.17.x (UNRELEASED) **Bug fixes + maintenance:**