Skip to content

Commit

Permalink
version 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Jul 3, 2021
1 parent 4ed7375 commit e7fa0a4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
7 changes: 6 additions & 1 deletion NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion docs/man/glances.1
Original file line number Diff line number Diff line change
@@ -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
.
Expand Down
2 changes: 1 addition & 1 deletion glances/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# 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 <[email protected]>'
__license__ = 'LGPLv3'

Expand Down

0 comments on commit e7fa0a4

Please sign in to comment.