X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=NEWS;h=766d3300c920a1e18c2ed9a31ad92f8a1acebf8e;hb=475b3f68b5fea9bd1d488c0ae88c95579494365c;hp=b918701eef82ac79b3188dce61a4a398c11a8ab7;hpb=c6adc3ed7710f99780729bd9a8c8c20e0ce23070;p=psensor.git diff --git a/NEWS b/NEWS index b918701..766d330 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,42 @@ Psensor NEWS ============ +v1.2.0 +------ + +* Added tooltip explaining why a setting is not available. +* Removed support of old AppIndicator library < 3.0. +* Fixed memory leaks in appindicator support when sensor preferences + are changed. +* Changes of sensors preferences are applied immediately. +* Avoid multiple sensor preferences dialog at the same time. +* Support max/min sensor information from providers. +* Fixed string not translatable. (Closes: #138076). +* Added a default high threshold for temperature. +* Made help2man optional. +* New dconf settings +default-high-threshold-temperature+, + and +default-sensor-alarm-enabled+. +* Fixed memory leaks due to glib GError. + +v1.1.5 +------ + +* Fixed CPU overuse. (LP: 1582930) + +v1.1.4 +------ + +* psensor-server: avoid to retrieve files which are not under the + webserver directory. +* Fixed compilation failure due to MHD_create_response_from_buffer + which has been deprecated + +v1.1.3 +------ + +* Fixed compilation issue with gtk+3.14 due to deprecation + of GtkStatusIcon. (Closes: #763257). + v1.1.2 ------