esiqveland / notify

notify is a go dbus implementation for delivering desktop notifications over dbus
BSD 3-Clause "New" or "Revised" License
70 stars 14 forks source link

V1 plan #21

Open esiqveland opened 3 months ago

esiqveland commented 3 months ago

Might as well make a v1 release after 9 years.

v1 releases usually plays nicer with go modules anyway.

Plan:

V1 TODO

notifier.Send(n)


This is not possible today, because the Send() method takes a value object
lordofscripts commented 3 months ago

Great news indeed because this package is useful and practical.

My program makes a wrapper around your package and uses a fluent API.

BTW, I noticed you updated the package very recently.