version 4.3.0.7

This commit is contained in:
nicolargo 2025-01-03 10:20:15 +01:00
parent c711a63322
commit 372380bdb9
6 changed files with 346 additions and 343 deletions

View File

@ -13,7 +13,7 @@ VENV_UPG := $(VENV_TYPES:%=venv-%-upgrade)
VENV_DEPS := $(VENV_TYPES:%=venv-%)
VENV_INST_UPG := $(VENV_DEPS) $(VENV_UPG)
IMAGES_TYPES := full minimal dev
IMAGES_TYPES := full minimal
DISTROS := alpine ubuntu
alpine_images := $(IMAGES_TYPES:%=docker-alpine-%)
ubuntu_images := $(IMAGES_TYPES:%=docker-ubuntu-%)

View File

@ -2,6 +2,14 @@
Glances ChangeLog
============================================================================
===============
Version 4.3.0.7
===============
Bug corrected:
* WebUI if is notresponsive on mobile #3059
===============
Version 4.3.0.6
===============

View File

@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = ../venv-dev/bin/sphinx-build
SPHINXBUILD = ../venv/bin/sphinx-build
PAPER =
BUILDDIR = _build

File diff suppressed because it is too large Load Diff

View File

@ -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" "Dec 28, 2024" "4.3.0.5" "Glances"
.TH "GLANCES" "1" "Jan 03, 2025" "4.3.0.7" "Glances"
.SH NAME
glances \- An eye on your system
.SH SYNOPSIS
@ -945,6 +945,6 @@ If you do not want to see the local Glances Web Server in the browser list pleas
.sp
Nicolas Hennion aka Nicolargo <\X'tty: link mailto:contact@nicolargo.com'\fI\%contact@nicolargo.com\fP\X'tty: link'>
.SH COPYRIGHT
2024, Nicolas Hennion
2025, Nicolas Hennion
.\" Generated by docutils manpage writer.
.

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.3.1_dev07"
__version__ = "4.3.0.7"
__apiversion__ = '4'
__author__ = 'Nicolas Hennion <nicolas@nicolargo.com>'
__license__ = 'LGPLv3'