提交 e7fa0a4c 编写于 作者: N nicolargo

version 3.2.0

上级 4ed7375a
Before filling this issue, please read the manual (https://glances.readthedocs.io/en/latest/) and search if the bug do not already exists in the database (https://github.com/nicolargo/glances/issues).
For any questions concerning installation or use, please open a discussion (https://github.com/nicolargo/glances/discussions), not an issue.
#### Description
For a bug: Describe the bug and list the steps you used when the issue occurred.
......
......@@ -12,7 +12,7 @@ See roadmap here ==> https://github.com/nicolargo/glances/milestone/49
This release is a major version (but minor number because the API did not change). It focus on
*CPU consumption*. I use `Flame profiling https://github.com/nicolargo/glances/wiki/Glances-FlameGraph`_
and code optimization to reduce CPU consumption from 20% to 50% depending on your system.
and code optimization to *reduce CPU consumption from 20% to 50%* depending on your system.
Enhancement and development requests:
......@@ -47,6 +47,11 @@ Bugs corrected:
* Correct filter
* Correct Flake8 issue in plugins
* Pressing Q to get rid of irq not working #1792
* Spelling correction in docs #1886
* Starting an alias with a number causes a crash #1885
* Network interfaces not applying in web UI #1884
* Docker containers information missing with Docker 20.10.x #1878
* Get system sensors temperatures thresholds #1864
Contibutors for this version:
......
.\" Man page generated from reStructuredText.
.
.TH "GLANCES" "1" "Jun 19, 2021" "3.2.0b3" "Glances"
.TH "GLANCES" "1" "Jul 03, 2021" "3.2.0" "Glances"
.SH NAME
glances \- An eye on your system
.
......
......@@ -29,7 +29,7 @@ import sys
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
__version__ = '3.2.0b3'
__version__ = '3.2.0'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册