Skip to content

Releases: esiqveland/notify

v0.14.0

Choose a tag to compare

@esiqveland esiqveland released this 14 Jul 21:55

What's Changed

  • README: fixed links to freedesktop spec by @gagath in #26

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

Choose a tag to compare

@esiqveland esiqveland released this 09 Jun 13:53

v0.13.2

Choose a tag to compare

@esiqveland esiqveland released this 26 May 10:43
  • 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

Choose a tag to compare

@esiqveland esiqveland released this 26 May 09:35

BUGFIX

  • Fixed example build for go < 1.19

Full Changelog: v0.13.0...v0.13.1

v0.13.0

Choose a tag to compare

@esiqveland esiqveland released this 26 May 09:34

NEW

  • Added Hint helpers for passing image data in notification

Full Changelog: v0.12.0...v0.13.0

v0.12.0

Choose a tag to compare

@esiqveland esiqveland released this 25 May 19:46

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

Full Changelog: v0.11.2...v0.12.0

v0.11.1

Choose a tag to compare

@esiqveland esiqveland released this 07 Oct 17:34
  • #11: Fixed a race during Close(). Thank you to Merovius.

v0.11.0

Choose a tag to compare

@esiqveland esiqveland released this 08 Aug 15:34

Release under BSD license

v0.10.0

Choose a tag to compare

@esiqveland esiqveland released this 08 Aug 11:40

Breaking changes:

  • Some changes to Notification:
    • ExpireTimeout is now of type time.Duration
    • Actions are now a list of typed objects

v0.9.1

Choose a tag to compare

@esiqveland esiqveland released this 13 Feb 23:09
  • change channel buffer size back to 10 due to a recommendation in dbus, see discussion in:
    #2 (comment)