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

Commits on May 17, 2024

  1. Bump actions/checkout from 4.1.5 to 4.1.6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4.1.5...v4.1.6)
    
    ---
    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 17, 2024
    Configuration menu
    Copy the full SHA
    8e1c12c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge pull request #73 from maxisoft/dependabot/github_actions/action…

    …s/checkout-4.1.6
    
    Bump actions/checkout from 4.1.5 to 4.1.6
    maxisoft authored May 22, 2024
    Configuration menu
    Copy the full SHA
    fd19f93 View commit details
    Browse the repository at this point in the history
  2. Fix crash on Reddit request failure

    This commit introduces error handling for scenarios where a Reddit request fails due to a 403 Forbidden response or other server errors. The changes fix the retry mechanism with exponential backoff and improved exception handling to ensure that the plugin does not crash and can handle Reddit server errors gracefully.
    maxisoft committed May 22, 2024
    Configuration menu
    Copy the full SHA
    06de112 View commit details
    Browse the repository at this point in the history
  3. Enhance error handling in CommandDispatcher

    Refactored the CommandDispatcher to better handle unexpected exceptions during command execution.
    The changes include a try-catch block that logs detailed information about the exception based on the VerboseLog setting in ASFFreeGamesOptions.
    maxisoft committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e95b41b View commit details
    Browse the repository at this point in the history
  4. Refactor error handling in FreeGamesCommand

    Moved the exception handling for Reddit JSON loading into the FreeGamesCommand to centralize error management. This change ensures that any exceptions thrown during the retrieval of games from Reddit are caught and logged appropriately, depending on the VerboseLog setting. Simplified the GetPayload method in RedditHelper by removing redundant try-catch blocks.
    maxisoft committed May 22, 2024
    Configuration menu
    Copy the full SHA
    a3a5226 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #74 from maxisoft/dev

    Enhanced Error Handling
    maxisoft authored May 22, 2024
    Configuration menu
    Copy the full SHA
    2185314 View commit details
    Browse the repository at this point in the history
  6. Bump to 1.5.3

    maxisoft committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1a19be0 View commit details
    Browse the repository at this point in the history
Loading