-
-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change update check frequency ----- (done Tray application and autoupdater) #44
Comments
Huh, that's hard work, but why not |
Thanks! When will I be able to try this out? Also, this supports Scoop too, right? |
Of course (or at least it should)
With the next release, coming in the next week |
Is the auto-updating also implemented? How does it work? |
Auto update won't be possible rn since most installers from winget still invade user's window by showing pop-ups and unattended windows. This is a thing i'm still trying to figure out, though |
Really? What matters is that it runs unattended, right? It's up to the users by now to use the auto update function. |
silent installs run without the user noticing, but unattended installs, while they not require any kind of user input, they still can prompt for UAC and show annoying progressbars in the foreground, interrupting user activity. That's why, for the moment, this is not going to be a thing (atleast until those get fixed) |
There's this for Winget (https://github.com/Romanitho/Winget-AutoUpdate) and for Scoop you can use the task scheduler |
That's exactly what I am looking for, except WingetUI is not aware of changes when updated externally (#82 (comment)) |
Good enough for me, what is the interval for update checking and can I set it? |
For the moment is 1h. You'll be inly notified if any updates were found |
It would also be good to be able to configure the interval. |
Yes, this is a pending thing, though it might not come with 1.3, since 1.3 should come today or tomorrow and i want to finish other things that require to be polished |
Done! |
Co-authored-by: Excel Bot <[email protected]>
It seems like you already have a tray icon, albeit non-functioning. It would be good to make use of it. Additionally, having WingetUI run in the background and automatically notify and install updates unattended is something I think is essential to most package manager UIs.
See microsoft/winget-cli#212 (comment)
The text was updated successfully, but these errors were encountered: