ntfy - Package Updates
-
[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
latest
subscription param for grabbing just the most recent message (#1216, thanks to @wunter8) - Allow using
NTFY_PASSWORD_HASH
inntfy user
command instead of raw password (#1340, thanks to @Tom-Hubrecht for implementing) - You can now change passwords via
v1/users
API (#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!)