mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-12 10:56:53 -04:00
version 3.2.0
This commit is contained in:
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,5 +1,7 @@
|
||||
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.
|
||||
|
||||
7
NEWS.rst
7
NEWS.rst
@@ -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:
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.\" 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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user