Glances 4.1.0

This commit is contained in:
nicolargo 2024-06-29 09:49:36 +02:00
parent 036eb976e9
commit 582ca07716
5 changed files with 42 additions and 7 deletions

View File

@ -2,13 +2,48 @@
Glances ChangeLog
==============================================================================
===============
Version 4.2.0
===============
Under development, see roadmap here: https://github.com/nicolargo/glances/milestone/73
Contributors are welcome !
===============
Version 4.1.0
===============
Under development, see roadmap here: https://github.com/nicolargo/glances/milestone/68
Enhancements:
Contributors are welcome !
* Call process_iter.clear_cache() (PsUtil 6+) when Glances user force a refresh (F5 or CTRL-R) #2753
* PsUtil 6+ no longer check PID reused #2755
* Add support for automatically hiding network interfaces that are down or that don't have any IP addresses #2799
Bug corrected:
* API: Network module is disabled but appears in endpoint "all" #2815
* API is not compatible with requests containing spcial/encoding char #2820
* 'j' hot key crashs Glances #2831
* Raspberry PI - CPU info is not correct #2616
* Graph export is broken if there is no graph section in Glances configuration file #2839
* Glances API status check returns Error 405 - Method Not Allowed #2841
* Rootless podman containers cause glances to fail with KeyError #2827
* --export-process-filter Filter using complete command #2824
* Exception when Glances is ran with limited plugin list #2822
* Disable separator option do not work #2823
Continious integration and documentation:
* test test_107_fs_plugin_method fails on aarch64-linux #2819
Thanks to all contibutors and bug reporters !
Special thanks to:
* Bharath Vignesh J K
* RazCrimson
* Vadim Smal
===============
Version 4.0.8

View File

@ -217,9 +217,9 @@ hide=docker.*,lo
# Define the list of wireless network interfaces to be show (comma-separated)
#show=docker.*
# Automatically hide interface not up (default is False)
#hide_no_up=True
hide_no_up=True
# Automatically hide interface with no IP address (default is False)
#hide_no_ip=True
hide_no_ip=True
# It is possible to overwrite the bitrate thresholds per interface
# WLAN 0 Default limits (in bits per second aka bps) for interface bitrate
#wlan0_rx_careful=4000000

View File

@ -60,7 +60,7 @@ max_processes_display=25
#cors_headers=*
##############################################################################
# plugins
# Plugins
##############################################################################
[quicklook]

View File

@ -19,7 +19,7 @@ import tracemalloc
# Global name
# Version should start and end with a numerical char
# See https://packaging.python.org/specifications/core-metadata/#version
__version__ = '4.1.0_beta02'
__version__ = '4.1.0'
__apiversion__ = '4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'

View File

@ -1,5 +1,5 @@
name: glances
version: '4.0.8+build2'
version: '4.1.0+build01'
summary: Glances an Eye on your system. A top/htop alternative.
description: |