mirror of https://github.com/nicolargo/glances.git
version 4.3.3
This commit is contained in:
parent
218831ecb9
commit
73a01d4c52
12
NEWS.rst
12
NEWS.rst
|
|
@ -1,11 +1,21 @@
|
|||
==============================================================================
|
||||
Glances ChangeLog
|
||||
============================================================================
|
||||
==============================================================================
|
||||
|
||||
=============
|
||||
Version 4.3.3
|
||||
=============
|
||||
|
||||
Bug corrected:
|
||||
|
||||
* Something in 4.3.2 broke the home assistant add-on for Glances #3238
|
||||
|
||||
Thanks to the FastAPI and Home Assistant community for the support.
|
||||
|
||||
=============
|
||||
Version 4.3.2
|
||||
=============
|
||||
|
||||
Enhancements:
|
||||
|
||||
* Add stats about running VMS (qemu/libvirt/kvm support through virsh) #1531
|
||||
|
|
|
|||
747
docs/api.rst
747
docs/api.rst
File diff suppressed because it is too large
Load Diff
|
|
@ -28,7 +28,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|||
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
||||
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
||||
..
|
||||
.TH "GLANCES" "1" "Jul 05, 2025" "4.4.0_dev0" "Glances"
|
||||
.TH "GLANCES" "1" "Jul 09, 2025" "4.3.3" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.SH SYNOPSIS
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: glances
|
||||
version: '4.3.2+build01' # Put the current stable version+buildXX
|
||||
version: '4.3.3+build01' # Put the current stable version+buildXX
|
||||
|
||||
summary: Glances an Eye on your system. A top/htop alternative.
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue