# 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*)
