Skip to content

Releases: projg2/libtinynotify

0.2.1

Choose a tag to compare

@mgorny mgorny released this 29 Jun 21:33
  • fixed possible uninitialized value uses.

0.0.1

Choose a tag to compare

@mgorny mgorny released this 29 Jun 21:28
  • basic notification properties,
  • urgency, category hints,
  • sending, updating, closing.

0.2

0.2

Choose a tag to compare

@mgorny mgorny released this 29 Jun 21:29
  • introduced actions support.

0.1.0

Choose a tag to compare

@mgorny mgorny released this 29 Jun 21:29
  • re-establishing D-Bus connections,
  • event API with notification closed event.

0.0.2

Choose a tag to compare

@mgorny mgorny released this 29 Jun 21:29
  • fixed incorrect use of variadic arguments for vasprintf(),
  • added support for vasprintf() fallback using libstrl.