X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=NEWS;h=e2af3a5e469ca4f1cb411d8107467f637ef6bdb3;hb=9f0b66b6c8beccb8b27225576453de3989c06cc7;hp=1feb9c4c3cbf56458cb172470062c321e72c5e5b;hpb=f74fc7ffb2d5b1a6e95e79340eec47f970597883;p=psensor.git diff --git a/NEWS b/NEWS index 1feb9c4..e2af3a5 100644 --- a/NEWS +++ b/NEWS @@ -1,23 +1,49 @@ 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. + v1.1.1 ------ -* sensor properties stored in +$HOME/.psensor/psensor.cfg+ instead of +* 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. -* fixed check of sensors/error.h. +* 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 ------ -* fixed bug: psensor not autostarted when $HOME/.config/autostart does +* Fixed bug: psensor not autostarted when $HOME/.config/autostart does not exist. +* Fixed few swedish translations (Josef Andersson). +* 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 ------