From fcc479082f6da29b6a12e66878e41682674f4295 Mon Sep 17 00:00:00 2001 From: Francesc Guasch Date: Tue, 29 Mar 2022 09:31:32 +0200 Subject: [PATCH] doc: changelog for 1.4.0 --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9355cd64a..a658e2ee4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,18 @@ **Implemented enhancements:** -- virtio-vga [\#992] +- video settings for virtio-vga [\#992] - Windows 11 guests [\#1718] - video and sound management [\#1714] - Catalan translation updated [\#1711] +- Button to reopen ports [\#1728] **Refactors** - Hide node row in admin machines when no necessary [\#1684] -- list machines [\#1717] and [\#1721] -- alert messages improved [\#1705] +- List machines [\#1717] and [\#1721] +- Alert messages improved [\#1705] +- Nicer database usage [\#1729] **Bugfixes** @@ -19,5 +21,9 @@ - Wrong selected disk deleted [\#1663] - Clones don't shutdown when disconnected but option selected [\#1535] - Bridged networks in guests [\#1715] -- updated old Debian ISOS [\#1713] & [\#1720] -- work around port conflict on startup [\#1712] +- Updated old Debian ISOS [\#1713] & [\#1720] +- Work around port conflict on startup [\#1712] +- Install constraints failed on Debian Mariadb [\#1730] +- Expose ports only when NAT IP [\#1725] +- Migrate q35 machine [\#1723] +- Filter machines by name [\#1721]