zxcalc / zxlive

A graphical tool for the ZX calculus
Apache License 2.0
45 stars 15 forks source link

Check for updates and optionally auto-update #284

Open RazinShaikh opened 5 days ago

RazinShaikh commented 5 days ago

We should check for new releases in the background and inform the user. It would be even better if we could auto-update the app. This is an important feature in my opinion.

jvdwetering commented 4 days ago

Would the auto-updating work just by calling pip install zxlive --upgrade in the shell?

RazinShaikh commented 4 days ago

I don't expect most people to have installed zxlive via pip so ideally, it should check the GitHub releases.