Auto updater system - #62
Open
bennyscripts wants to merge 10 commits into
Open
Conversation
Adds an updating system that grabs the latest release from GitHub and prompts the user there is a new update and allows them to install if they want.
bennyscripts
commented
Jul 27, 2026
bennyscripts
left a comment
Member
Author
There was a problem hiding this comment.
FYI: The version is currently set to 4.2.1 for testing. When ready for merge remember to change version back to 4.2.3
…th the new update and then quits old process and runs new one!
…hout sacraficing changelog height
…ly after downloading update
feat(updater): add file logging for update operations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an updating system that grabs the latest release from GitHub and prompts the user there is a new update and allows them to install if they want. Adds #60 .