Ntfy Versions Save

🖥️📱🔔 A utility for sending notifications, on demand and when commands finish.

v2.0.2

7 years ago
  • fix shell integration bug (bash only for now)
  • fix pushover priority bug

v2.0.1

8 years ago
  • 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.

v2.0.0

8 years ago

New features:

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

v2.0.0-beta0

8 years ago

New features:

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

v1.3.2

8 years ago

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

v1.3.1

8 years ago

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

v1.2.0

8 years ago

Changes:

  • Shell Integration
  • Fix :bug: introduced with introduction of --longer-than option
  • Nicer error message when calling ntfy done with out any arguments

v0.5.0

8 years ago

Thanks @danryder. See wiki for docs.

v0.4.0

8 years ago

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.

v0.3.1

8 years ago
  • also makes config argument optional for backends that don't require it (desktop backends)