view NEWS @ 13:eb97cafe34e5

Try to prevent messages from being chopped up into multiple notifications Read data into a buffer and only send a notification when 250ms have passed since the first read instead of sending a notification immediately after each read. This is an attempt to prevent messages from being chopped up into multiple notifications. A (rather negligible) downside of this approach is that multiple messages rapidly following each other are coalesced into a single notification.
author Guido Berhoerster <guido+xwrited@berhoerster.name>
date Mon, 16 Mar 2015 23:54:20 +0100
parents 92f5322e77c9
children 129f316b99aa
line wrap: on
line source

News
====

xwrited 1 (2014-06-26T13:00:26+02:00)
-------------------------------------

- Add missing prototype
- Add Indonesian translation
- Add manpage
- Add README file
- Support FreeBSD > 9.0
- Make use of GDBus for glib >= 2.25.5
- Add support for newer glib versions
- Initial revision