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

Adds a plugin update checker #1119

Closed
wants to merge 12 commits into from

Conversation

Neuheit
Copy link
Contributor

@Neuheit Neuheit commented Dec 9, 2024

Adds a plugin update checker function to PluginManager.kt that runs on application startup

Closes #1044

The function checks the maven repository of each plugin declaration and searches the maven metadata file for the latest version. If then compares the latest version and current version installed and writes to the console if the user needs to update. The 3rd party library "semver" is used as a dependency to compare versions.

@Neuheit Neuheit changed the base branch from master to dev December 9, 2024 23:45
@Neuheit Neuheit closed this Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Plugins] Automatic Update Checking
2 participants