You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,16 @@ mkdir -p ./data
49
49
50
50
## Usage
51
51
52
+
# ⚠️ Database Change Notice
53
+
54
+
**As of the 9/18/2025 version, the way redeemed keys are tracked has changed.**
55
+
Redemption status is now tracked in a separate table for each key and platform combination.
56
+
57
+
**On first run after upgrade, all keys will be retried to ensure the database is properly marked. This may take a long time if you have a large key database.**
58
+
This is expected and only happens once; subsequent runs will be fast.
59
+
60
+
## Usage Instructions
61
+
52
62
You can now specify exactly which platforms should redeem which games' SHiFT codes using the `--redeem` argument.
53
63
**Recommended:** Use `--redeem` for fine-grained control.
54
64
**Legacy:** You can still use `--games` and `--platforms` together, but a warning will be printed and all games will be redeemed on all platforms.
0 commit comments