Releases: dschep/ntfy
Releases Β· dschep/ntfy
Version 2.4.4
Version 2.4.2
- readds pyobc dependency on macosx
- fix homedir ~ substitution
- doesn't throw errors if $WINDOWID isn't set
- escape & in linux notifications"
Version 2.4.1
- Disable PyObjC dep to allow install on MacOS 10.12
- use
yaml.safe_load
to avoid warnings.
v2.4.0: Version 2.4.0 - Pushalot support
Thanks to @mlesniew
Version 2.3.0 - Instapush, Slack, Prowl & Syslog!
- Instapush support (@giuseongit)
- Slack support (@juanpabloaj)
- Prowl support (@sambrightman)
- Syslog support (@jlesage)
- MacOS & shell-integration bugfixes (@eykd)
Version 2.2.0: the post-HackerNews release!
- 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)
Version 2.1.1 - updated bash-prexec to 0.3.1
updated bash-prexec to 0.3.1
Version 2.1.0 - Pushjet support & better config errors
- 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)
Version 2.0.4 - Telegram Support
Thanks to @rahiel.
Version 2.0.3
Fully fixes shell-integration regressions. Thanks a lot to @rcaloras.