GNOME Sensors Applet Version 1.6.2
Major changes are the addition of support for NVIDIA GPUs through the use of libNVCtrl (this is supplied with the nvidia-settings package from NVIDIA), as well as the ability to reorder sensors within the panel.
To enable support for NVIDIA GPUs GNOME Sensors Applet requires the standard X11 headers as well as libNVCtrl (supplied by nvidia-settings), and needs to be compiled with support for NVIDIA GPUs as:
./configure --with-nvidia
If your X11 headers are in a non-standard location, these can also be specified as:
./configure --with-nvidia --with-x11=PATH_TO_X11_LIBRARIES
where PATH_TO_X11_LIBRARIES is the path to your X11 libraries (such as /usr/include/X11), although in most cases this should not be needed.