summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: e3c5a390145b9d1dc816df9bf2dedfd7133be9ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
KSensors-0.7.3
--------------

 * Fixed too much decimal digits in sensor values 
 * Fixed lock and 100% cpu usage when using hddtemp sensor
 * Ported to tdevelop 3 project and improved config dialog appearance (by Thomas Nagy <>)
 * Fix to support adm1025 chip (patch from Jose Luis Martin) <josel.m@terra.com>)
 * CPU speed panel updated in realtime, usefull in mobile processors ( code from Stefan Gunkler <stegun@yahoo.com> )
 * Added support for reading cpu temperature from /proc/acpi/thermal_zone/THRM/temperature
 * Added a alarm sound (by Aurelien Jarno <aurel32@debian.org>)
 * Fixed a crash when removing info panels (by Aurelien Jarno <aurel32@debian.org>)
 * Correctly remove white space before processor information (by Aurelien Jarno <aurel32@debian.org>)

KSensors-0.7.2
--------------

 * Fixed crash in kde 3.1 when docking sensors
 * Used K sufix instead of º in  Kelvin temperatures.
 * Fixed compilation problems with gcc 3.x
 * Fixed max1617 bug                                      (patch from Aurelien Jarno <aurel32@debian.org>)
 * Updated code for using new version of hddtemp (v0.3b)  (patch from Aurelien Jarno <aurel32@debian.org>)
 * Restore ksensors main window in correct desktop number (patch from Aurelien Jarno <aurel32@debian.org>)
 * Correctly save the configuration when exiting KDE      (patch from Aurelien Jarno <aurel32@debian.org>)
 * Added Autostart option in general configuration tab    (patch from Aurelien Jarno <aurel32@debian.org>)
 * Better panel dragging and main window position fix     (patch from Terry Mohan <tmohan@users.sourceforge.net>)

KSensors-0.7.1
--------------

 * Added support for Dell Inspiron and Latitude laptops SMM BIOS Fan/Temp sensors
   (using i8k kernel module: http://www.debian.org/~dz/i8k/)

KSensors-0.7
-------------

 * Allow docking fan and voltage sensors
 * Configuration dialog redesign (more modular).
 * Several panel sizes
 * Fixed crash at startup in some kde binaries, fixed kcolorbutton compilation problem.


KSensors-0.6.1
--------------

 * Bug Fix release:

   Fixed a problem executing hddtemp to monitor harddisks temperatures.
   (After 1000 executions TDEProcess object don't emit Exited signal and cpu usage jumps to 100%,
    resolved creating and destroying kprocess every time is need)

KSensors-0.6
------------

 * New Hardisks Temperatures sensor panels (need to install HDDtemp program: http://coredump.free.fr)
 * Changed cpu state, swap and ram panels appearance
 * Added splash screen (only on first execution or using --splash parameter).
 * Added --nodock option (don't dock in KDE System tray, useful to execute ksensors without KDE environment).
 * Configurable Panels colors
 * Support for multiple lm-sensors chips.
 * Fixed About Dialog problem in KDE 3.0 (dialog did not show).
 * KSensors works in KDE 2.2.x and 3.0

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.