ntfy

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

GPL-3.0 License

Downloads
1.9K
Stars
4.8K
Committers
47

Bot releases are visible (Hide)

ntfy - Version 2.4.4 Latest Release

Published by dschep over 7 years ago

  • termux backend
  • ruamel.yaml > 0.15 support
ntfy - Version 2.4.2

Published by dschep over 7 years ago

  • readds pyobc dependency on macosx
  • fix homedir ~ substitution
  • doesn't throw errors if $WINDOWID isn't set
  • escape & in linux notifications"
ntfy - Version 2.4.1

Published by dschep almost 8 years ago

  • Disable PyObjC dep to allow install on MacOS 10.12
  • use yaml.safe_load to avoid warnings.
ntfy -

Published by dschep almost 8 years ago

ntfy - Version 2.3.0 - Instapush, Slack, Prowl & Syslog!

Published by dschep about 8 years ago

  • Instapush support (@giuseongit)
  • Slack support (@juanpabloaj)
  • Prowl support (@sambrightman)
  • Syslog support (@jlesage)
  • MacOS & shell-integration bugfixes (@eykd)
ntfy - Version 2.2.0: the post-HackerNews release!

Published by dschep about 8 years ago

  • Simplepush backend (@tymm)
  • Fix ntfy done --pid regression (@AilisObrian)
  • Allow specifying title per-backend in the config
  • Notifico! support (@eightnoteight)
  • Fix bug with homedir shortening (@eightnoteight)
  • Disable homedir shortening on Windows (@avamsi)
  • internal cleanup (@avamsi)
  • add missing PyObjC dependency for MacOS (@dcoeurjo)
ntfy - Version 2.1.1 - updated bash-prexec to 0.3.1

Published by dschep about 8 years ago

ntfy - Version 2.1.0 - Pushjet support & better config errors

Published by dschep about 8 years ago

  • docs updates
  • looser ruamel.yaml requirements
  • urgency level for ntfy done (including shell integration) on linux
  • checking of config params via introspection of backends
  • pushjet support (from @schwert)
ntfy - Version 2.0.4 - Telegram Support

Published by dschep over 8 years ago

Thanks to @rahiel.

ntfy - Version 2.0.3

Published by dschep over 8 years ago

Fully fixes shell-integration regressions. Thanks a lot to @rcaloras.

ntfy - Version 2.0.2 - Bug Fixes

Published by dschep over 8 years ago

  • fix shell integration bug (bash only for now)
  • fix pushover priority bug
ntfy - Version 2.0.1

Published by dschep over 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.

ntfy - Version 2.0!

Published by dschep over 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
ntfy - Version 2.0 Beta

Published by dschep over 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
ntfy - Version 1.3.2 - Fix Windows suppport

Published by dschep over 8 years ago

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

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
ntfy - Version 1.2.0 - Shell Integration & Bug fixes

Published by dschep over 8 years ago

Changes:

  • Shell Integration
  • Fix 🐛 introduced with introduction of --longer-than option
  • Nicer error message when calling ntfy done with out any arguments
ntfy - XMPP Support!

Published by dschep almost 9 years ago

Thanks @danryder. See wiki for docs.

ntfy - Unified config/options & included pushover app token

Published by dschep almost 9 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.

ntfy - Support custom icons!

Published by dschep almost 9 years ago

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