pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
108 stars 46 forks source link

Have the update status of each VM in the VM list view #626

Open labordep opened 10 months ago

labordep commented 10 months ago

My requests are about this panel:

image

When I select a VM and I click on "Update" button, the column "Last update" changed. image || V image

But the problem is: I doesn't know if this action have really updated my VM or not, because each time then I click the update button, the time in the column is changed.

The second time:

image || V image

The user can believe that the VM is up to date, or this is not the case, I think that this column represent just when the user have used the "Update" button for the last time.

I need to know theses informations:

:)

labordep commented 9 months ago

I add a suggestion : this should be cool to select VM version as an advanced feature. For example in my project have a old image, I update the VM and my image cannot start (may be a crash due to the VM version). With this fonctionnality I will change the VM version to re load a previous version to start my image.

labordep commented 5 months ago

@demarey I confirm my use-case: actually I have an application A running on a old Pharo image which is working only with an old specific VM version. And additionaly I have an application B on latest Pharo image with latest VM.