Releases: binwiederhier/ntfy
Releases · binwiederhier/ntfy
v1.15.0
Highlights
- Compress binaries with
upx
(#137) - Add
visitor-request-limit-exempt-hosts
to exempt friendly hosts from rate limits (#144) - Double default requests per second limit from 1 per 10s to 1 per 5s (no ticket)
- Convert
\n
to new line forX-Message
header as prep for sharing feature (see #136) - Reduce bcrypt cost to 10 to make auth timing more reasonable on slow servers (no ticket)
- Docs update to include public test topics (no ticket)
Changelog
v1.14.1
v1.14.0
Features:
- Server-side for authentication & authorization (#19, thanks for testing @cmeis, and for input from @gedw99, @karmanyaahm, @Mek101, @gc-ss, @julianfoad, @nmoseman, Jakob, PeterCxy, Techlosopher)
- Support
NTFY_TOPIC
env variable inntfy publish
(#103)
Bug fixes:
- Binary UnifiedPush messages should not be converted to attachments (part 1, #101)
Docs:
v1.13.0
- Websockets endpoint
- Listen on Unix socket, see config option
listen-unix
v1.12.1
Features:
- Attachments (#25, #15)
- Click action (#85)
- Increase FCM priority for high/max priority messages (#70)
Bug fixes:
v1.12.0
Features:
- Attachments (#25, #15)
- Click action (#85)
- Increate FCM priority for high/max priority messages (#70)
Bug fixes:
v1.11.2
v1.11.1
Highlights
- Increase message limit to 4096 bytes (4k)
- Docs for UnifiedPush
- Increase keepalive interval to 65s
- Increase Firebase keepalive to 3 hours
Changelog
v1.11.0
Highlights
- Increase message limit to 4096 bytes (4k)
- Docs for UnifiedPush
Changelog
- 65a53c1 Bump version
- a53f18c Docs for UnifiedPush, update docs for message limit
- 9752bd7 Fix missing SMTP config options in docs
- 7b37141 Increase message size limit to 4096
- 96ad49f Make
build-simple
work again - 1fd3273 Merge branch 'main' of github.com:binwiederhier/ntfy into main
- 35b2ca5 Merge pull request #74 from ramonsnir/patch-2
- 595ea87 Switch VARCHAR(N) to TEXT, as they are equivalent in SQLite
- 76a28b4 Update Docker installation with a Dockerfile example
v1.10.0
Highlights
- Publish messages via e-mail #66
- Server-side work to support unifiedpush.org #64
- Fixing the Santa bug #65
Changelog
- be17294 Add Arch Linux installation instructions
- 46c0039 Bump version
- 7cfe909 CLI arguments
- eeb378c Change error JSON
- dac8839 Docs docs docs
- 113053a Fix encoding issues
- ec7e58a Fix santa bug, email subject encoding, closes #65
- a46a520 Fix tests
- 04719f8 Flip title and message if message is empty
- 29628a6 Initial
- 7a23779 JSON API errors
- 41514cd Merge branch 'main' into up
- d549790 Merge branch 'main' of github.com:binwiederhier/ntfy into main
- 9a0f1f2 Merge pull request #64 from binwiederhier/up
- b45ca6f Merge pull request #68 from arjan-s/archlinux_instructions
- bcc424f Oops
- d676227 Test
- 43a2acb Typo
- 7eaa92c WIP
- 3001e57 WIP: mail publish
- e7f8fc9 Working prefix
- 01a1d98 fix nil pointer
- 63a2938 up testing