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.5.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.5.2
Choose a head ref
  • 9 commits
  • 8 files changed
  • 3 contributors

Commits on May 6, 2024

  1. Bump gautamkrishnar/keepalive-workflow from 1 to 2

    Bumps [gautamkrishnar/keepalive-workflow](https://github.com/gautamkrishnar/keepalive-workflow) from 1 to 2.
    - [Release notes](https://github.com/gautamkrishnar/keepalive-workflow/releases)
    - [Commits](gautamkrishnar/keepalive-workflow@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: gautamkrishnar/keepalive-workflow
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    d998aea View commit details
    Browse the repository at this point in the history
  2. Bump pozetroninc/github-action-get-latest-release from 0.7.0 to 0.8.0

    Bumps [pozetroninc/github-action-get-latest-release](https://github.com/pozetroninc/github-action-get-latest-release) from 0.7.0 to 0.8.0.
    - [Release notes](https://github.com/pozetroninc/github-action-get-latest-release/releases)
    - [Commits](pozetroninc/github-action-get-latest-release@v0.7.0...v0.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: pozetroninc/github-action-get-latest-release
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 6, 2024
    Configuration menu
    Copy the full SHA
    ae4295e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Bump actions/checkout from 4.1.1 to 4.1.5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.1...v4.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    c12f573 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Merge pull request #68 from maxisoft/dependabot/github_actions/pozetr…

    …oninc/github-action-get-latest-release-0.8.0
    
    Bump pozetroninc/github-action-get-latest-release from 0.7.0 to 0.8.0
    maxisoft authored May 11, 2024
    Configuration menu
    Copy the full SHA
    8bc9a01 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from maxisoft/dependabot/github_actions/gautam…

    …krishnar/keepalive-workflow-2
    
    Bump gautamkrishnar/keepalive-workflow from 1 to 2
    maxisoft authored May 11, 2024
    Configuration menu
    Copy the full SHA
    508924e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #69 from maxisoft/dependabot/github_actions/action…

    …s/checkout-4.1.5
    
    Bump actions/checkout from 4.1.1 to 4.1.5
    maxisoft authored May 11, 2024
    Configuration menu
    Copy the full SHA
    0348c31 View commit details
    Browse the repository at this point in the history
  4. Fix KeyNotFoundException for scheduled free game collection (#70)

    This commit resolves the `KeyNotFoundException` encountered during the scheduled free game collection process. The issue was caused by an attempt to access a non-existent key in the bot dictionary, as reported in issue #70.
    
    Changes include:
    - Added a check in `ASFFreeGamesPlugin.cs` to ensure there are viable bots before proceeding with the free game collection command.
    - Modified `FreeGamesCommand.cs` to handle bot collections more robustly, trimming bot names to prevent whitespace issues and using `GetValueOrDefault` to avoid exceptions when a bot name is not found.
    - Updated the `HandleInternalCollectCommand` method to return a more informative response, indicating the number of collected games and the bots involved in the operation.
    
    These updates aim to enhance the stability and reliability of the free game collection feature in ASF.
    maxisoft committed May 11, 2024
    Configuration menu
    Copy the full SHA
    217f5ed View commit details
    Browse the repository at this point in the history
  5. Bump to 1.5.2

    maxisoft committed May 11, 2024
    Configuration menu
    Copy the full SHA
    18172cb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #71 from maxisoft/dev

    Resolve KeyNotFoundException and Enhance Bot Handling in Free Game Collection
    maxisoft authored May 11, 2024
    Configuration menu
    Copy the full SHA
    1e8c529 View commit details
    Browse the repository at this point in the history
Loading