KSensors-0.5
-------------------------

15/01/2001

 * Now sensors panels blinks on alarm values.

14/01/2001

 * Added Czech translation (thanks to Michal Cihar)
 * Applied patch to procinfo.cpp (thanks to Aurelien Jarno), now works better the swap info panel ;)

13/01/2001

 * Added Voltage Sensors panels
 * Added Cpu state and Uptime panels
 * Temperatures in celsius, farenheit or kelvin scales
 * Configurable update intervals for sensors and system info panels
 * English, spanish, french, german and dutch translations
 * Configuration dialog redesign
 * Dial arcs in clockwise direction.

KSensors-0.4
-------------------------

18/12/2001

 Bug #492495 Fixed: no sensors listed when only one temp sensor exists.

17/12/2001

 Added Swap Memory info panel.

16/12/2001

 Added German translation (thanks to Michael v.Ostheim )

13/12/2001

 Added French translation (thanks to Aurelien Jarno)

KSensors-0.3
-------------------------


04/12/2001

 Added CPU Speed and Used memory info widgets.
 Recoded QLCDString class.


KSensors-0.2
-------------------------


17/11/2001

  Aesthetic changes in configuration widget.

  Now works alarms configuration:
    Run command or play sound when reached alarm value.
    Possibility to pass $SENSOR_NAME and $SENSOR_VALUE environment variables
    to the command, for example:
     echo "Sensor: $SENSOR_NAME value: $SENSOR_VALUE warning." | mail admin@foo.com"

  Possibility to adjust sensor value (Value=  Value_Read * multiplier + addition )


14/11/2001

  Changed configure dialog, new alarm configuration.

10/11/2001

  Changed sensors reading method, now use libsensors instead of get
  values directly from /proc/sys/dev/sensors/*
  (Need install libsensors-devel to compile)

  Added new Abstract class Display to allow easy programing diferent
  widgets in main window.

