Skip to content

Releases: binwiederhier/ntfy

v1.18.0

16 Mar 23:42

Choose a tag to compare

Features:

Bug fixes:

Deprecations:

  • Removed the ability to run server as ntfy serve as per deprecation

v1.17.1

12 Mar 13:39

Choose a tag to compare

This is a bugfix release for #157

Bugfixes

  • Replace crypto.subtle with hashCode to errors with Brave/FF-Windows (#157, thanks for reporting @arminus)

v1.17.0

11 Mar 21:08

Choose a tag to compare

Features & bug fixes:

  • Replace web app with a React/MUI-based web app from the 21st century (#111)
  • Web UI broken with auth (#132, thanks for reporting @arminus)
  • Send static web resources as Content-Encoding: gzip, i.e. docs and web app (no ticket)
  • Add support for auth via ?auth=... query param, used by WebSocket in web app (no ticket)

v1.16.0

27 Feb 20:54

Choose a tag to compare

Features & Bug fixes:

Documentation:

Technical notes:
As of this release, message IDs will be 12 characters long (as opposed to 10 characters). This is to be able to
distinguish them from Unix timestamps for #151.

v1.15.0

15 Feb 00:27

Choose a tag to compare

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 for X-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

  • ce9e9f3 Add test for IP exempt setting
  • da4cf04 Compress binary with upx, closes #137
  • eed233a Double requests/sec limit; update docs
  • 2ad0802 Rate limit exemption; relates to #144
  • 0677b3b Re-add OPTIONS:
  • 0df8aa9 Replace \n with \n in X-Message header

v1.14.1

10 Feb 00:24

Choose a tag to compare

Highlights

  • Fix ARMv8 Docker build (#113, thanks to @djmaze)
  • No other significant changes

Changelog

v1.14.0

04 Feb 04:03

Choose a tag to compare

Features:

Bug fixes:

  • Binary UnifiedPush messages should not be converted to attachments (part 1, #101)

Docs:

  • Clarification regarding attachments (#118, thanks @xnumad)

v1.13.0

17 Jan 03:02

Choose a tag to compare

v1.12.1

14 Jan 17:27

Choose a tag to compare

Features:

Bug fixes:

  • Make postinst script work properly for rpm-based systems (#83, thanks @cmeis)
  • Truncate FCM messages longer than 4000 bytes (#84)
  • Fix listen-https port (no ticket)
  • Fix security issue with attachment peaking (#93)

v1.12.0

13 Jan 22:20

Choose a tag to compare

Features:

Bug fixes:

  • Make postinst script work properly for rpm-based systems (#83, thanks @cmeis)
  • Truncate FCM messages longer than 4000 bytes (#84)
  • Fix listen-https port (no ticket)