fix: Update gratitude submodule to latest (v1.2.1) which fixes steam licenses page changes#208
Open
BlythT wants to merge 1 commit into
Open
fix: Update gratitude submodule to latest (v1.2.1) which fixes steam licenses page changes#208BlythT wants to merge 1 commit into
BlythT wants to merge 1 commit into
Conversation
Contributor
Author
|
Tested: #201 (comment) |
Contributor
Author
|
Tested No. 2: #205 (comment) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://github.com/BlythT/Gratitude-Millennium-Plugin/releases/tag/v1.2.1
Gratitude - Gifted Games Reminder
Steam updated their licenses page (https://store.steampowered.com/account/licenses/) to be paginated (100 entries per page) where it listed all entries before.
Gratitude scrapes this page to get license information (as there is no official or undocumented licenses API I can find). As such, this is a breaking change for Gratitude (only the first 100 most recent licenses were being cached). I have updated the plugin to use the new paginated licenses page.
Alongside this, a bunch of other tidy-up and improvements that hadn't made it into a release are now in.
Task Checklist
Developer
Plugin Functionality
Backend Configuration
Community Contribution
Testing Instructions
Basic usage:
a. You will be redirected to the store page (as described by the consent modal), which will automatically fetch your licenses the the background
a. For non-gifted games you should see no change
b. For gifted games you should see a "Gifted" tooltip near Playtime and Achievements with a present icon
Advanced use (optional):