ntfy - Package Updates
-
[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)
-
[1.13.0]
- Update base image to 5.0.0
-
[1.14.0]
- Update ntfy to 2.12.0
- Full Changelog
- Add username/password auth to email publishing (#1164, thanks to @bishtawi)
- Write VAPID keys to file in
ntfy webpush --output-file(#1138, thanks to @nogweii) - Add
latestsubscription param for grabbing just the most recent message (#1216, thanks to @wunter8) - Allow using
NTFY_PASSWORD_HASHinntfy usercommand instead of raw password (#1340, thanks to @Tom-Hubrecht for implementing) - You can now change passwords via
v1/usersAPI (#1267, thanks to @wunter8 for implementing) - Make WebPush subscription warning/expiry configurable, increase default to 55/60 days (#1212, thanks to @KuroSetsuna29)
- Support systemd user service
ntfy-client.service(#1002, thanks to @dandersch) - Security updates for dependencies and Docker images (#1341)
- Upgrade to Vite 6 (#1342, thanks Dependabot)
- Fix iOS delivery issues for read-protected topics (#1207, thanks a lot to @barart!)
-
[1.15.0]
- Update ntfy to 2.13.0
- Full Changelog
-
[1.16.0]
- checklist added to manifest
-
[1.17.0]
- Update ntfy to 2.14.0
- Full Changelog
- Declarative users, declarative ACL entries and declarative tokens (#464, #1384, #1413, thanks to pinpox for reporting, to @wunter8 for reviewing and implementing parts of it)
- Pre-defined templates and custom templates for enhanced JSON webhook support (#1390)
- Support of advanced template functions based on the Sprig library (#1121, thanks to @davidatkinsondoyle for reporting, to @wunter8 for implementing, and to the Sprig team for their work)
-
[1.18.0]
- Update ntfy to 2.15.0
- Full Changelog
- Add
require-loginflag to redirect to login page if not logged in (#1434/#238/#1329, thanks to @theatischbein for implementing most of this) - The official ntfy.sh Debian/Ubuntu repository has moved to archive.ntfy.sh (#1357/#1401, thanks to @skibbipl and @lduesing for reporting)
- Add mutex around message cache writes to avoid
database lockederrors (#1397, #1391, thanks to @timofej673) - Add build tags
nopayments,nofirebaseandnowebpushto allow excluding external dependencies, useful for packaging in Debian (#1420, discussion in #1258, thanks to @thekhalifa for packaging ntfy for Debian/Ubuntu) - Make copying tokens, phone numbers, etc. possible on HTTP (#1432/#1408/#1295, thanks to @EdwinKM, @xxl6097 for reporting)