Skip to content

Releases: dschep/ntfy

Version 2.0.2 - Bug Fixes

19 May 17:58
Compare
Choose a tag to compare
  • fix shell integration bug (bash only for now)
  • fix pushover priority bug

Version 2.0.1

13 May 18:00
Compare
Choose a tag to compare
  • updated python dependencies
  • update bash-preexec (Thanks @rcaloras!)
  • move version into codebase for single file exe

NOTE the single file binary does not work with remote notifications (eg pushover & pushbullet). See #59 for details.

Version 2.0!

12 May 02:58
Compare
Choose a tag to compare

New features:

  • single file binary
  • Shell integration detects if your shell is focused and doesn't notify if it's in the foreground

Version 2.0 Beta

15 Apr 01:22
Compare
Choose a tag to compare
Version 2.0 Beta Pre-release
Pre-release

New features:

  • single file binary
  • Shell integration detects if your shell is focused and doesn't notify if it's in the foreground

Version 1.3.2 - Fix Windows suppport

24 Mar 07:19
Compare
Choose a tag to compare

Should install pypiwin32 correctly now and not delete the notification as soon as it's created.

Version 1.3.1 - Watch PID, multiple configs per backend type, and more!

22 Mar 17:53
Compare
Choose a tag to compare

Changes:

  • Broader ignore list for shell integration
  • Config don't require setting default configs
  • Title now configurable from config
  • Mulitple configs per type of backend
  • done now supports watching a pid instead of launching a command

Version 1.2.0 - Shell Integration & Bug fixes

23 Feb 03:30
Compare
Choose a tag to compare

Changes:

  • Shell Integration
  • Fix πŸ› introduced with introduction of --longer-than option
  • Nicer error message when calling ntfy done with out any arguments

XMPP Support!

13 Jan 15:50
Compare
Choose a tag to compare

Thanks @danryder. See wiki for docs.

Unified config/options & included pushover app token

11 Jan 21:23
Compare
Choose a tag to compare

Unified config/options

All config options can now be configured via the CLI -o flag and vis-versa.

Included Pushover Application Token

ntfy now includes an application token for Pushover so it is now an optional config parameter.

Support custom icons!

08 Jan 21:13
Compare
Choose a tag to compare
  • also makes config argument optional for backends that don't require it (desktop backends)