Releases: esiqveland/notify
Releases · esiqveland/notify
Release list
v0.14.0
What's Changed
breaking changes:
- library will now be silent by default. This means no log output by default. You will need to override the WithLogger option to get the logs.
Full Changelog: v0.13.3...v0.14.0
v0.13.3
Full Changelog: v0.13.2...v0.13.3
v0.13.2
- removed unused type Hints. this was only present for about a day
- align the int type with the dbus spec as int32 values.
Full Changelog: v0.13.1...v0.13.2
v0.13.1
v0.13.0
v0.12.0
What's Changed
- Renamed Variant to Hint
- Renamed SoundWithName to HintSoundWithName
- New:
Urgency+n.SetUrgency - Fix panic on dbus signal channel close by @diamondburned in #16
New Contributors
- @diamondburned made their first contribution in #16
Full Changelog: v0.11.2...v0.12.0
v0.11.1
v0.11.0
v0.10.0
Breaking changes:
- Some changes to Notification:
ExpireTimeoutis now of typetime.DurationActionsare now a list of typed objects
v0.9.1
- change channel buffer size back to 10 due to a recommendation in dbus, see discussion in:
#2 (comment)