iongion / container-desktop

Podman desktop companion
https://container-desktop.com/
MIT License
1.32k stars 34 forks source link

[feature] Update version of app #65

Closed rtritto closed 4 weeks ago

rtritto commented 2 years ago

Add a selective option (I think enabled by default) that checks, on startup, if a new version of app is available. Then show a popup (to choose if update) or show in UI (to update manually) or other.

iongion commented 2 years ago

Yes, this is probably now as important as adding testing everywhere. It is extremely tedious to quickly deploy fixes, wait for builds.

Electron has a facility to auto-update, but considering there are deployment formats for distributions, one wouldn't prefer code swapping just like that, needs a good approach.

Of course, starting at least with a minimal "there is an update" should be the way

iongion commented 4 weeks ago

Added in current main branch, solved!

image