ntfy
Send push notifications to your phone or desktop using PUT/POST
Alternative to: Pushover, Pushbullet
v2.5.0
2023-05-18This release brings a number of new features, including support for text-to-speech style phone calls, an admin API to manage users and ACL (currently in beta, and hence undocumented), and support for authorized access to upstream servers via the upstream-access-token config option.
❤️ If you like ntfy, please consider sponsoring me via GitHub Sponsors and Liberapay, or by buying a paid plan via the web app (20% off if you use promo code MYTOPIC). ntfy will always remain open source.
Features:
- Support for text-to-speech style phone calls using the
X-Callheader (no ticket) - Admin API to manage users and ACL,
v1/users+v1/users/access(intentionally undocumented as of now, #722, thanks to @CreativeWarlock for sponsoring this ticket) - Added
upstream-access-tokenconfig option to allow authorized access to upstream servers (no ticket)
Bug fixes + maintenance:
- Removed old ntfy website from ntfy entirely (no ticket)
- Make emoji lookup for emails more efficient (#725, thanks to @adamantike)
- Fix potential subscriber ID clash (#712, thanks to @peterbourgon for reporting, and @dropdevrahul for fixing)
- Support for
quoted-printablein incoming emails (#719, thanks to @Aerion) - Attachments with filenames that are downloaded using a browser will now download with the proper filename (#726, thanks to @un99known99 for reporting, and @wunter8 for fixing)
- Fix web app i18n issue in account preferences (#730, thanks to @codebude for reporting)