Releases: fedora-infra/fedmsg-notify
Releases · fedora-infra/fedmsg-notify
0.5.9 release
- Stub out get_reported_bugs if ABRT's python bindings are unavailable
- Fix method call to get message icons
- Don't use PkgDB, use Pagure's API instead
0.5.8 release
- The
fmn.lib
and fmn.rules
packages have been merged
0.5.7 release
- Fix the daemon's shutdown
- Adapt to a change in the message structure
- Don't crash on package update messages
- Add dependencies to setup.py
0.5.6 release
- Use gsettings to get parameters
- Get preferences from the FMN server
- Port from python-fedora to the packagedb-cli (fixes #23)
- Port from yum to dnf (fixes #22)
- Fail gracefully if abrt-python is not available (fixes #28)
0.5.5 release
- Make the topic grid scrollable (rhbz#1087076)
- Fixed the distro-specific imports
- Uses the abrt python API
0.5.3
- Minor bugfix release that reverts a Notification image-path hint patch.
0.5.4
- Fixed a number of bugs in the pidfile handling
fedmsg-notify 0.5.2
- Distro-specific stuff made more modular (thanks to @olasd)
- Debian-related filters added (thanks to @olasd)
- Added support for notification expiration (issue #5)
- Close notifications upon exit
- Improved icon handling for the gnome-shell
- Enhanced robustability