Skip to content

Commit

Permalink
version 4.3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Jan 3, 2025
1 parent c711a63 commit 372380b
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 257 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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-%)
Expand Down
8 changes: 8 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
===============
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit 372380b

Please sign in to comment.