X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=NEWS;h=a5502eb7cc2cfb99388e5ed28a8765c39e318a3d;hb=766834bbf8c235713d9e7a00dd265a4c25c85e32;hp=a92d0d42ef4ac08479de45974bb1bb88bceb650a;hpb=04db0d226d48cb3b0df79745af3260be0279267b;p=psensor.git diff --git a/NEWS b/NEWS index a92d0d4..a5502eb 100644 --- a/NEWS +++ b/NEWS @@ -1,17 +1,50 @@ Psensor NEWS ============ +v1.1.2 +------ + +* Fixed missing description in psensor manpage. +* All mouse buttons can be used to raise color settings in the list of + sensors. +* All mouse buttons can be used to popup menu in the list of sensors. +* List of sensors UI defined in glade file instead of code. +* Fixed graph enabled setting not saved when toggle in the list of + sensors. +* Added NVidia GPU graphics, memory, PCIe and video usage. +* Fixed message when the configuration file is missing. +* Added NVidia fan support. +* Added 'Hide' menu item in the contextual menu of the list of + sensors. +* Added free memory support. +* Added alarm support of sensors expressed as percent. +* Smoother curves (using Bezier algo). +* Added translator credits in the about dialog. +* Added Crotian translation from LP (gogo). +* Merged all translations from LP. +* Included the full list of contributors from LP, available throw the + about dialog. + v1.1.1 ------ * Sensor properties stored in +$HOME/.psensor/psensor.cfg+ instead of GConf. -* psensor settings stored with dconf. -* Fixed bug: psensor not autostarted when $HOME/.config/autostart does - not exist. -* Added menu separator for the application indicator menu between - sensor items and preferences. +* psensor settings stored with dconf, removed dependency to gconf2. * Fixed check of sensors/error.h. +* Made asciidoc optional. +* Hide/show sensors in the main window. +* Added TODO in the source tarball. +* Merged Hungarian translation from LP (Richard Somlói). +* Merged Italian translation from LP (Gabriele). +* Merged Latvian translation from LP (tuxmaniack). +* Merged Swedish translation from LP (Josef Andersson). +* Meged Turkish translation from LP (İbrahim Çelik). + +v1.0.4 +------ + +* Fixed menu separators of the appindicator. v1.0.3 ------ @@ -22,6 +55,7 @@ v1.0.3 * Fixed psensor does not start: Attempt to unlock mutex that was not locked during startup with glib 2.41.2. (LP: #1346299). * Fixed FTBFS with clang instead of gcc. (Closes: #753061). +* Fixed notification script call (wrong allocation of command string). v1.0.2 ------