-
-
Notifications
You must be signed in to change notification settings - Fork 8
Comparing changes
Open a pull request
base repository: maxisoft/ASFFreeGames
base: v1.5.2
head repository: maxisoft/ASFFreeGames
compare: v1.5.3
- 7 commits
- 9 files changed
- 3 contributors
Commits on May 17, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 8e1c12c - Browse repository at this point
Copy the full SHA 8e1c12cView commit details
Commits on May 22, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for fd19f93 - Browse repository at this point
Copy the full SHA fd19f93View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 06de112 - Browse repository at this point
Copy the full SHA 06de112View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e95b41b - Browse repository at this point
Copy the full SHA e95b41bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a3a5226 - Browse repository at this point
Copy the full SHA a3a5226View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2185314 - Browse repository at this point
Copy the full SHA 2185314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a19be0 - Browse repository at this point
Copy the full SHA 1a19be0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.5.2...v1.5.3