Changelog from 0.8.0 to 0.8.1
* Fixed some power management issues

Changelog from 0.7.1 to 0.8.0
* Added standard methods for battery, brightness and volume, allowing the pixmaps to
  be kept in memory, which avoids hard disk reads and makes the OSD more responsive

Changelog from 0.7.0 to 0.7.1
* Fixed a possible crash, if no mixer control named "Master" exists

Changelog from 0.6.2 to 0.7.0
* Changed KOSD Keys Service to use ALSA directly instead of relying on KMix

Changelog from 0.6.1 to 0.6.2
* Fixed CMakeLists.txt not to link against libsolidcontrol which is no longer used

Changelog from 0.6.0 to 0.6.1
* Made KOSD Keys Service compatible with KDE SC 4.6

Changelog from 0.5.1 to 0.6.0
* Added support for (Plasma-themed) SVG icons
* Many improvements throughout the code

Changelog from 0.5.0 to 0.5.1
* Fixed the mixer to always use the correct master channel

Changelog from 0.4.2 to 0.5.0
* Split up the monolithic application into a KDED module for the OSD, a KDED
  module for the key listener, a system settings module and a simple access
  library allowing any application to use the OSD
* Replaced the old OSD by new, fully Plasma based OSDs. There's now a
  "standard" OSD similar to the old one and a "compact" OSD similar to the OSDs
  provided by KMix and Powerdevil

Changelog from 0.4.1 to 0.4.2
* Improved OSD rendering (should hopefully work with all plasma themes now, including KDE 4.3's Air)
* Automatically switch to fake transparency if compositing is disabled
* Fixed a typo in the mixer class
* Better battery handling
* Fixed CMakeLists.txt to allow compiling in a build directory

Changelog from 0.4 to 0.4.1
* Exposed actions via D-Bus
* Added "showCustom" action (D-Bus only)
* Make sure the volume step can't be smaller than what is supported by the sound card

Changelog from 0.2.3 to 0.4
* Ported to KDE 4

Changelog from 0.2.2 to 0.2.3
* Fixed a bug in Xinerama handling
* Added an option to select the screen to place the OSD on

Changelog from 0.2.1 to 0.2.2
* Fixed misbehavior and/or crash when run before KMix has been started

Changelog from 0.2 to 0.2.1
* Added mixer channel selection
* Some code cleaning

Changelog from 0.1.3 to 0.2
* Added icon theme support
* Added mixer device selection
* Added volume step option
* Added separate icons for Up/Down actions
* Some code improvements

Changelog from 0.1.2 to 0.1.3
* Fixed a regression that caused the font on the value bar not to scale
* Added some new actions and DCOP functions 
