# 0.2.5
## Improvements
- Added support for the dbusmenu functions from libindicate.

# 0.2.4
## Improvements
- Added getIndicatorPropertyAsVariant() which replaces getIndicatorProperty()
  (now deprecated).

# 0.2.3
## Improvements
- Ported to libindicate 0.3. Note that libindicate-qt 0.2.2 and 0.2.3 are
  binary compatible even if libindicate 0.2 and libindicate 0.3 are not.
- Added property getters for int, bool and QDateTime types.
- Added README.

# 0.2.2
## Improvements
- Added support for server count.

## Fixes
- Use defines from libindicate for property names in convenience methods.

# 0.2.1
## Improvements
- Ported to libindicate 0.2.0.
- Added convenience methods to get/set these common properties:
  name, time, icon, count, draw_attention
- Added bool and int versions of setIndicatorProperty().
- Moved all value decoding functions to QIndicate::Decode namespace.
- Removed QIndicate::Indicator::display() signal.
- Removed QIndicate::IndicatorMessage class, matching libindicate changes.

## Fixes
- Renamed property() to indicatorProperty() and setProperty() to
  setIndicatorProperty() to avoid hiding QObject methods.
- Honor ${LIB_SUFFIX} variable.

# 0.2.0
## Fixes
- Fixed handling of time properties to properly include the time part.

## Improvements
- Added methods:
 - void Listener::dateTimeFromValue(const QByteArray&)
 - void Indicator::setProperty(const QString&, const QDateTime&)
- Added signals:
 - void Indicator::display(QIndicate::Indicator*)
