Skip to content
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

Built-in Updater #361

Closed
darklinkpower opened this issue Jun 25, 2024 · 4 comments
Closed

Built-in Updater #361

darklinkpower opened this issue Jun 25, 2024 · 4 comments
Labels
enhancement New feature or request
Milestone

Comments

@darklinkpower
Copy link

What's your idea?

I think it would be really useful for Ludusavi to have a built-in updater for the application itself. This would be helpful to eliminate the need to manually update the software each new version, and would also help people that don't keep track of new releases, which could cause people to remain in old versions unknowingly.

@darklinkpower darklinkpower added the enhancement New feature or request label Jun 25, 2024
@mainrs
Copy link

mainrs commented Jun 25, 2024

Bringing in some more perspective. I am a Linux user. Concerning me, updates are a distribution problem, not an application problem. Whether I install the package through the OS' package manager or using flatpak, I'd expect updates to be installed via the same channel. Self-updating applications on Linux are rare.

I was wondering which OS you use. Since on Windows, apps are expected to update themselves most of the time. Nowadays there is the official Windows package manager winget. Which could also be leveraged for automatic update distribution.

On macOS most apps are installed from the app store. And the ones that are installed manually do self-update.

@darklinkpower
Copy link
Author

I see, I was not familiar with how it worked in those OSes. I'm on Windows as you deducted and generally software provide update functionality either in the form of a self-updater or at least functionality to check if a new version is available on startup and direct the user to the download page if that's the case.

@mtkennerly
Copy link
Owner

Yeah, I wouldn't want to implement auto-updating for the reasons @mainrs mentioned. Even on Windows, Ludusavi doesn't know if you used Winget, Scoop, or Cargo to install it - and if you did, then updates should go through those tools.

I wouldn't mind adding something on startup that just says there's a new version available, though.

@mtkennerly mtkennerly added this to the v0.25.0 milestone Jul 19, 2024
@mtkennerly
Copy link
Owner

Other screen:

Screenshot 2024-07-19 001258

On startup:

Screenshot 2024-07-18 232422

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants