-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Plugin update #101
Comments
Forgot to include my results for trying the updateplugins command: updateplugins stable ASFFreeGamesPlugin updateplugins stable updateplugins updateplugins stable ASFFreeGames |
Hello, Thank you for bringing this to my attention. You're absolutely right that the current method for updating the ASFFreeGamesPlugin involves manually downloading the latest release and replacing the DLL file. This can be inconvenient, and I understand your desire to use the I'm happy to inform you that I'm actively exploring ways to make the ASFFreeGamesPlugin compatible with the While I can't provide a specific timeframe at this moment, I'm committed to making this update a reality. In the meantime, here are the steps you can follow to manually update the plugin:
I appreciate your patience and understanding. I'll keep you updated on the progress towards |
* **Implemented automatic update check via GitHub:** The `ASFFreeGamesPlugin` now supports checking for updates through GitHub. This feature is currently disabled by default (`CanUpdate` is initially set to `true`). * **Added `GithubPluginUpdater` class:** This class handles communication with GitHub to retrieve the latest release information. * **Updated version number:** The plugin version is bumped to `1.8.0.0`. * **Removed unnecessary dependencies:** The build process now excludes unnecessary DLLs from the final package. **Fixes issue #101.**
I'm happy to announce that automatic update checks via GitHub have been implemented for the ASFFreeGames Plugin in the latest release (v1.8.0)! While this feature maybe disabled by default (by ASF), you can now leverage it to keep your plugin up-to-date. To enable automatic updates, follow these steps:
for reference, minimal {
"PluginsUpdateList": [
"ASFFreeGames"
]
} I hope this update proves helpful! Please don't hesitate to reach out if you have any further questions. |
Hey!
Not sure if this is the correct place to ask this, but wnated to clarify how can I update the plugin?
Only by re-downloading and replacing the .dll file manually?
Or is it possible to update using updateplugins command?
The text was updated successfully, but these errors were encountered: