ntfy - Package Updates
Pinned
ntfy
-
[1.1.0]
- Update ntfy to 2.1.0
- Full changelog
-
[1.1.2]
- Update ntfy to 2.1.2
- Full changelog
- Support SMTP servers without auth (#645, thanks to @Sharknoon for reporting)
- Token auth doesn't work if default user credentials are defined in client.yml (#650, thanks to @Xinayder)
- Add visitor-subscriber-rate-limiting flag to allow enabling subscriber-based rate limiting (off by default now, #649/#655, thanks to @barathrm for reporting, and to @karmanyaahm and @p1gp1g for help with the design)
- Reject Matrix pushkey after 12 hours of inactivity on a topic, if visitor-subscriber-rate-limiting is enabled (#643, thanks to @karmanyaahm and @p1gp1g for help with the design)
- Additional languages: Danish (thanks to @Andersbiha)
-
[1.2.0]
- Update ntfy to 2.2.0
- Full changelog
- Monitoring: ntfy now exposes a /metrics endpoint for Prometheus if configured (#210, thanks to @rogeliodh for reporting)
- You can now use tokens in client.yml for publishing and subscribing (#653, thanks to @wunter8)
- ntfy sub --poll --from-config will now include authentication headers from client.yml (if applicable) (#658, thanks to @wunter8)
- Docs: Removed dependency on Google Fonts in docs (#554, thanks to @bt90 for reporting, and @ozskywalker for implementing)
- Increase allowed auth failure attempts per IP address to 30 (no ticket)
- Web app: Increase maximum incremental backoff retry interval to 2 minutes (no ticket)
-
[1.3.0]
- Update ntfy to 2.3.0
- Full changelog
- ntfy now supports Go's pprof profiler, if enabled (relates to #677)
- Fix delayed message sending from authenticated users (#679)
- Fixed plural for Polish and other translations (#678, thanks to @bmoczulski)
-
[1.3.1]
- Update ntfy to 2.3.1
- Full changelog
-
[1.4.0]
- Update ntfy to 2.4.0
- Full changelog
- ntfy CLI (ntfy publish and ntfy subscribe only) can now be installed via Homebrew (thanks to @Moulick)
- Added v1/stats endpoint to expose messages stats (no ticket)
- Support RFC 2047 encoded headers (no ticket, honorable mention to mqttwarn and @amotl)
- Hide country flags on Windows (#606, thanks to @cmeis for reporting, and to @pokej6 for fixing it)
- ntfy sub now uses default auth credentials as defined in client.yml (#698, thanks to @CrimsonFez for reporting, and to @wunter8 for fixing it)
-
[1.6.0]
- Update ntfy to 2.6.1
- Full changelog
- With this release, the ntfy web app now contains a progressive web app (PWA) with Web Push support, which means you'll be able to install the ntfy web app on your desktop or phone similar to a native app
- The web app now supports Web Push, and is installable as a progressive web app (PWA) on Chrome, Edge, Android, and iOS (#751, thanks to @nimbleghost)
- Support for dark mode in the web app (#206, thanks to @nimbleghost)
-
[1.6.1]
- Update ntfy to 2.6.2
- Full changelog
- The web app now supports Web Push, and is installable as a progressive web app (PWA) on Chrome, Edge, Android, and iOS (#751, thanks to @nimbleghost)
- Support for dark mode in the web app (#206, thanks to @nimbleghost)
- Support encoding any header as RFC 2047 (#737, thanks to @cfouche3005 for reporting)
- Do not forward poll requests for UnifiedPush messages (no ticket, thanks to NoName for reporting)
- Fix ntfy pub % segfaulting (#760, thanks to @clesmian for reporting)
- Newly created access tokens are now lowercase only to fully support <topic>+<token>@<domain> email syntax (#773, thanks to gingervitiz for reporting)
-
[1.7.0]
- Update ntfy to 2.7.0
- Full changelog
- Add support for Markdown formatting in web app (#310, thanks to @nihalgonsalves)
- Add support for right-to-left languages (RTL) in the web app (#663, thanks to @nimbleghost)
- Security: Fixes issue with access tokens getting deleted (#838)
-
[1.8.0]
- Update base image to 4.2.0
-
[1.9.0]
- Update ntfy to 2.8.0
- Full changelog
- Support for HTML-only emails (#690/#693, thanks to @teastrainer and @CrazyWolf13 for reporting)
- Fix ACL issue with topic patterns containing underscores (#840, thanks to @Joe-0237 for reporting)
- Fix ACL issue with order of read/write rules (#914/#917, thanks to @sandman7920)
- Re-add tzdata to Docker images for amd64 image (#894, #307)
- Add special logic to ignore Priority header if it resembles an RFC 9218 value (#851/#895, thanks to @gusdleon, see also #351, #353, #461)
- PWA: hide install prompt on macOS 14 Safari (#899, thanks to @nihalgonsalves)
- Fix web app crash in Edge for languages with underline in locale (#922/#912/#852, thanks to @imkero)
-
[1.12.0]
- Update ntfy to 2.11.0
- Full changelog
- Re-add database index idx_topic to the messages table to fix performance issues on ntfy.sh (no ticket, big thanks to @tcaputi for finding this issue)
- Do not set rate visitor for non-eligible topics (no ticket)
- Do not cache config.js (#1098, thanks to @wunter8)