Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: maxisoft/ASFFreeGames
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.1
Choose a base ref
...
head repository: maxisoft/ASFFreeGames
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 10 commits
  • 9 files changed
  • 3 contributors

Commits on Oct 8, 2024

  1. Bump actions/checkout from 4.1.7 to 4.2.1

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.7...v4.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    165298b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Bump actions/upload-artifact from 4.4.0 to 4.4.3

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4.4.0...v4.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d3131f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Implement GitHub update checks for ASFFreeGamesPlugin (v1.8.0.0)

    * **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.**
    maxisoft committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    155352c View commit details
    Browse the repository at this point in the history
  2. GithubPluginUpdated: Skip updates that are too recent

    Update the readme to add help on how to enable the automatic updates for the plugin
    maxisoft committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    387c320 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f867fa0 View commit details
    Browse the repository at this point in the history
  4. fix readme style

    maxisoft committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    e1eea8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    656d0f8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #102 from maxisoft/dev

    Implement GitHub update checks (v1.8.x)
    maxisoft authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    fa2e98c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #98 from maxisoft/dependabot/github_actions/action…

    …s/upload-artifact-4.4.3
    
    Bump actions/upload-artifact from 4.4.0 to 4.4.3
    maxisoft authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    299ff90 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #96 from maxisoft/dependabot/github_actions/action…

    …s/checkout-4.2.1
    
    Bump actions/checkout from 4.1.7 to 4.2.1
    maxisoft authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    8721bf4 View commit details
    Browse the repository at this point in the history
Loading