15
0

Accepting request 991579 from home:stroeder:branches:devel:languages:python

Update to version 3.2.7

OBS-URL: https://build.opensuse.org/request/show/991579
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=37
This commit is contained in:
2022-07-28 20:38:11 +00:00
committed by Git OBS Bridge
parent aeeef9c166
commit 68419cbb40
5 changed files with 60 additions and 19 deletions

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Thu Jul 28 18:12:36 UTC 2022 - Michael Ströder <michael@stroeder.com>
- Update to version 3.2.7
* Version 3.2.7
+ Enhancements:
* Config to disable all plugins by default (or enable an exclusive list) #2089
* Keybind(s) for modifying nice level #2081
* [WEBUI] Reorganize help screen #2037
* Add a Json stdout option #2060
* Improve error message when export error occures
* Improve error message when MQTT error occures
* Change the way core are displayed
* Remove unused key in the process list
* Refactor top menu of the curse interface
* Improve Irix display for the load plugin
+ Bug corrected:
* In the sensor plugin thresholds in the configuration file should overwrite system ones #2058
* Drive names truncated in Web UI #2055
* Correct issue with CPU label
+ Documentation and CI:
* Improve makefile help #2078
* Add quote to the update command line (already ok for the installation). Related to #2073
* Make Glances (almost) compliant with REUSE #2042
* Update README for Debian package users
* Update documentation for Docker
* Update docs for new shortcut
* Disable Pyright on the Git actions pipeline
* Refactor comments
* Except datutil import error
* Another dep issue solved in the Alpine Docker + issue in the outdated method
* Version 3.2.6
+ Enhancement requests:
* Create a Show option in the configuration file to only show some stats #2052
* Use glances.conf file inside docker-compose folder for Docker images
* Optionally disable public ip #2030
* Update public ip at intervals #2029
+ Bug corrected:
* Unitary tests should run loopback interface #2051
* Add python-datutil dep for Focker plugin #2045
* Add venv to list of .PHONY in Makefile #2043
* Glances API Documentation displays non valid json #2036
-------------------------------------------------------------------
Sun Apr 10 14:40:49 UTC 2022 - Michael Ströder <michael@stroeder.com>