You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
A "Check for Updates" button would be useful to let users know if a newer version of teaBASE is available. If an update is found, there could be an "Update Now" button to apply it easily.
Benefit:
Makes staying up to date simple and ensures users always have the latest features and fixes.
The text was updated successfully, but these errors were encountered:
I have just check the code and it seems there is already a self update feature in place
So I installed an older version 0.5.0, and check the log with the system Console app, it will check for Github release and know 0.6.0 is the latest version:
Although it is not reflected in real time, but after a few restarts it has upgraded successfully from 0.5.0 to 0.6.0
It could be silently failed sometimes, or just need time to reload the prefpane, not sure.
We do indeed already self-update, there is no UI or notifications for this however and I agree there should be. Just haven’t gotten to it yet. Not sure how this should be displayed etc.
Additionally, the update needs to be safe. Currently if System Settings Quits during update it will result in a partial update that is thus corrupted.
Atomically updating the prefPane is maybe possible. Currently we rsync over the top of the running prefPane. Moving the open prefPane may be ok, but I dunno if the system is going to like that.
Description:
A "Check for Updates" button would be useful to let users know if a newer version of teaBASE is available. If an update is found, there could be an "Update Now" button to apply it easily.
Benefit:
Makes staying up to date simple and ensures users always have the latest features and fixes.
The text was updated successfully, but these errors were encountered: