From 1cb327c700e03ff8af12bb9412d78f035db4249d Mon Sep 17 00:00:00 2001 From: pnetlabrepo <115958905+pnetlabrepo@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:52:32 -0300 Subject: [PATCH] Update CHANGELOG.md --- gui/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gui/CHANGELOG.md b/gui/CHANGELOG.md index cb23ff2..b22b3e0 100644 --- a/gui/CHANGELOG.md +++ b/gui/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog for ishare2 GUI All notable changes to this project will be documented in this file. You can upgrade ishare2 GUI to the latest version using `ishare2 upgrade` and then selecting `option 3` +## [v1.0.4] - 2023-Feb-02 +1) Modified: In this version, when a user looks for installed images, those images are now displayed with correspondant IDs and not with a table starting from 1. This was not causing any bug in previous versions. This upgrade just shows a precise version of installed image IDs. Also, Size and unit columns were added in order to display more information. It applies to bin, dynamips and qemu searches + ## [v1.0.3] - 2023-Feb-02 1) Modified: A bug related to search field was solved. This bug was not retrieving the correct id for every match causing wrong downloads. It applies to bin, dynamips and qemu searches