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

Implement GitHub update checks (v1.8.x) #102

Merged
merged 5 commits into from
Oct 13, 2024
Merged

Implement GitHub update checks (v1.8.x) #102

merged 5 commits into from
Oct 13, 2024

Conversation

maxisoft
Copy link
Owner

@maxisoft maxisoft commented Oct 13, 2024

  • Implemented automatic update check via GitHub: The ASFFreeGamesPlugin now supports checking for updates through GitHub. Note that this feature is currently disabled by default in ASF.
  • 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.

* **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.**
Update the readme to add help on how to enable the automatic updates for the plugin
@maxisoft maxisoft changed the title Implement GitHub update checks for ASFFreeGamesPlugin (v1.8.0.0) Implement GitHub update checks for ASFFreeGamesPlugin (v1.8.0) Oct 13, 2024
@maxisoft maxisoft changed the title Implement GitHub update checks for ASFFreeGamesPlugin (v1.8.0) Implement GitHub update checks for ASFFreeGamesPlugin (v1.8.x) Oct 13, 2024
@maxisoft maxisoft changed the title Implement GitHub update checks for ASFFreeGamesPlugin (v1.8.x) Implement GitHub update checks (v1.8.x) Oct 13, 2024
@maxisoft maxisoft merged commit fa2e98c into main Oct 13, 2024
21 of 23 checks passed
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.

1 participant