Download project files

How do I verify a download?


110 of 35 releases

0.9.34 (multi-monitor bliss) release from the precise series released

Release information
Release notes:

Mostly a bug-fix release intended to be included in upcoming Ubuntu 12.04 LTS. Thanks go out to Ryan Lortie for providing the implementation for suppor of _GNOME_BACKGROUND_REPRESENTATIVE_COLORS to pull in the average background-color for tinting the notification-background. In addition to that notify-osd will now prevent "hiding" in invisible area on multi-monitor setups, when the screens have different vertical resolutions and a bottom-edge aligned.

Changelog:

fixed #716458
added support for _GNOME_BACKGROUND_REPRESENTATIVE_COLORS

File Description Downloads
download icon notify-osd-0.9.34.tar.gz (md5, sig) notify-osd 0.9.34 release 5,164
last downloaded today
Total downloads: 5,164

0.9.33 (tinted bg) release from the precise series released

Release information
Release notes:

To enable notify-osd's logging to ~/.cache/notify-osd.log you have to start it with the environment-variable "LOG" being defined. So the default behaviour now is to not log any incoming notifications (see LP: #904835).

If notify-osd 0.9.33 is running under unity >= 5.4.0 it'll pick up the average color from the selected desktop-wallpaper, computed and exported by unity, to tint the notification background. This is to provide more visual consistency with the Dash and HUD.

Thanks for patches/branches/contributions go to:
 - Sebastien Bacher
 - Luke Yelavich
 - Martin Pitt
 - Vincent Untz
 - Ken VanDine
 - Mirco Müller

Changelog:

Fixed bugs/features:
 - #810325 change background colour to use the same median colour used in the unity dash
 - #827897 should migrate the user gconf keys values to gsettings
 - #856071 accessibility broken due to recent GTK3 changes
 - #904835 keeps on writing to .cache/notify-osd.log and waking up my drive
 - #915389 wakes up for every key/focus event after showing the first bubble

File Description Downloads
download icon notify-osd-0.9.33.tar.gz (md5, sig) notify-osd 0.9.33 release 2,762
last downloaded 18 weeks ago
Total downloads: 2,762

0.9.23 release from the 0.9 series released

Release information
Release notes:

maintainance release addressing bug-fixing exclusively

Changelog:

* updating NEWS file now, fixes LP: #432486
* no long using hard-coded -Werror, fixes LP: #361788
* solved regression regarding throbbing-animation for value-indicator, fixes LP: #435116
* looking up gravity-gconf-key upon startup, fixes LP: #431200
* convert newline characters to spaces, fixes LP: #402247

File Description Downloads
download icon notify-osd-0.9.23.tar.gz (md5, sig) notify-osd 0.9.23 release 821
last downloaded 17 weeks ago
Total downloads: 821

0.9.20 release from the 0.9 series released

Release information
Release notes:

This is an intermediate release introducing a gconf-key for switching between different gravity/position-settings and defaulting back to NorthEast (top-right) positioning. The other gravity-setting, East (vertically centered at right of screen), is available by setting "/apps/notify-osd/gravity" to 2

Changelog:

* added support for integer gconf-key "/apps/notify-osd/gravity"
* supported values are 1 (NorthEast, top-right) and 2 (East, vertically centered at right of screen)
* switch back default positioning to NorthEast (top-right)

File Description Downloads
download icon notify-osd-0.9.20.tar.gz (md5, sig) notify-osd 0.9.20 release 520
last downloaded 18 weeks ago
Total downloads: 520

0.9.19 release from the 0.9 series released

Release information
Release notes:

Major user-visible changes are the new vertically centered positioning of bubbles, the initial fade-prevention (if bubble opens with mouse-pointer over it), tweaked fade-out opacity and updated body-text height.

Changelog:

* updated sizing-factor of body-text height to be 0.9 EMs (of system-wide setting) according to https://wiki.ubuntu.com/NotifyOSD#Body%20text
* implemented fade-prevention when bubble is opened while mouse-pointer is over it/within proximity-fade area
* fade-out value now set to 40% as stated in https://wiki.ubuntu.com/NotifyOSD#Interaction
* added support for automake-1.11's slient output
* added valgrind make-rule
* experiment with centering bubbles vertically, sync. bubble always goes above center-line, async. one always below it
* ensure GErrors are correctly freed

File Description Downloads
download icon notify-osd-0.9.19.tar.gz (md5, sig) notify-osd 0.9.19 release 409
last downloaded 6 days ago
Total downloads: 409

0.9.18 release from the 0.9 series released

Release information
Release notes:

* notification-spam protection added

Changelog:

* code-clean by extracting fallback-dialog from class Bubble
* fixes for i18n unit-tests
* enforce notification-spam protection (part of backlog-feature work), max. 50 allowed in queue
* Python-examples now get included in generated dist. tarball

File Description Downloads
download icon notify-osd-0.9.18.tar.gz (md5, sig) notify-osd 0.9.18 release 258
last downloaded 2 days ago
Total downloads: 258

0.9.17 release from the 0.9 series released

Release information
Changelog:

* added timings-object in preparation for coming "animations and durations" work
* patch from Eitan Isaacson fixing LP: #409810
* patch from Aurélien Gateau extending text-filtering to handle newlines and some HTML-tags

File Description Downloads
download icon notify-osd-0.9.17.tar.gz (md5, sig) notify-osd 0.9.17 release 235
last downloaded 18 weeks ago
Total downloads: 235

0.9.16 release from the 0.9 series released

Release information
Changelog:

* further preparation for refactoring of class Bubble and Stack
* mem-leak fixes and fix for LP: #378193 by Alexander Sack
* much code-refactoring
* adapted to 0.10 fd.o spec
* lots of autotools-related fixes and improvements
* added ATK interface by Eitan Isaacson
* fix by Chow Loong Jin for LP: #401809
* added support for image_data and image_path

File Description Downloads
download icon notify-osd-0.9.16.tar.gz (md5, sig) 0.9.16 release 396
last downloaded 3 days ago
Total downloads: 396

0.9.15 release from the 0.9 series released

Release information
Release notes:

This release introduces the content-blur (in-blubble blur) for mouse-over. Furthermore it comes with numerous rendering and layout fixes making the implementation of notify-osd coming yet closer to its specification.

Changelog:

* fixed wrong default values for bubble-width, margin- and icon-size
* fixed regressions introduced by the move to the surface- and blur-cache
* improved drawing of gauge/indicator
* tweaked rendering of layout-grid, added display of layout-grid to debug-mode of notify-osd
* refactored rendering code for bubble
* migrated rendering of drop-shadow, background, icon, title, body and gauge to surface/blur-cache
* added surface- and blur-cache
* added debug-output for font-size, screen-dpi, pixels/EM and bubble-width in pixels
* fixed rounding errors in pixel-per-em calculation, changed default bubble width to 24 EMs, fixed title- and body-text height, fixes LP: #336110 and LP: #391190

File Description Downloads
download icon notify-osd-0.9.15.tar.gz (md5, sig) notify-osd 0.9.15 release 441
last downloaded 18 weeks ago
Total downloads: 441

notify-osd-0.9.14.1 (ich geb mir die kugel) release from the 0.9 series released

Release information
Release notes:

build fixes that are needed for the deb/ubuntu _orig.tar.gz

File Description Downloads
download icon notify-osd-0.9.14.1.tar.gz (md5, sig) notify-osd 0.9.14.1 release 521
last downloaded 3 days ago
Total downloads: 521

110 of 35 releases