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

Important improvements to the updater #2982

Merged
merged 12 commits into from
Nov 17, 2024
Merged

Important improvements to the updater #2982

merged 12 commits into from
Nov 17, 2024

Conversation

marticliment
Copy link
Owner

@marticliment marticliment commented Nov 15, 2024

Reimplement the UniGetUI autoupdater from scratch.
This will allow for:

  • Pre-Release/beta channel for the autoupdater
  • Better communication of the update to the user
  • Allow for manual update check
  • Less disturbing/interrupting update processes
  • More reliable version checks
  • No more command-prompt jumpscares when autoupdating
  • No more random crashes when autoupdating

TODO:

  • Migrate VersionNumber to BuildNumber on build script, autoincrement build number

@mrixner
Copy link
Contributor

mrixner commented Nov 16, 2024

Just as you've linked #1942 to manually check for UniGetUI updates, I think #2047 is relevant to this PR.

@marticliment
Copy link
Owner Author

Yes, it is, I didn't see the issue when looking for related issues.

@marticliment marticliment marked this pull request as ready for review November 17, 2024 09:47
@marticliment marticliment merged commit bbb5c49 into main Nov 17, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment