Skip to content

Releases: projg2/libtinynotify

0.2.1

29 Jun 21:33
Compare
Choose a tag to compare
  • fixed possible uninitialized value uses.

0.0.1

29 Jun 21:28
Compare
Choose a tag to compare
  • basic notification properties,
  • urgency, category hints,
  • sending, updating, closing.

0.2

29 Jun 21:29
Compare
Choose a tag to compare
0.2
  • introduced actions support.

0.1.0

29 Jun 21:29
Compare
Choose a tag to compare
  • re-establishing D-Bus connections,
  • event API with notification closed event.

0.0.2

29 Jun 21:29
Compare
Choose a tag to compare
  • fixed incorrect use of variadic arguments for vasprintf(),
  • added support for vasprintf() fallback using libstrl.