Skip to content

Tags: PotcFdk/SteamDiscoveryQueueAutoSkipper

Tags

v1.0.0

Toggle v1.0.0's commit message
REFACTOR: Big code rearrangement

META: Add `@homepageURL` and `@supportURL` metadata fields to JS files
ORG: Start using git-flow with a (master/develop) branch layout
ORG: Add ESLint config
FIX: Two instances of `return` being used outside of a function (this should make the script a bit more compatible)

v0.13.0

Toggle v0.13.0's commit message
Release version 0.13.0.

v0.12.0

Toggle v0.12.0's commit message
Bump version to 0.12.0.

Update README.

v0.11.1

Toggle v0.11.1's commit message
Add login state detection to most parts of the script.

When we first visit the website when not yet logged in, and then
proceed to log in, we will have already polluted our "last checked"
timestamps, hence locking ourself out for an hour or so.
Additionally, if we detect a logged out state, delete all stored
timestamps. This should allow for the script to be used when switching
between accounts.

v0.11.0

Toggle v0.11.0's commit message
Update README.md.

v0.10.0

Toggle v0.10.0's commit message
Remove ItemRewards handling.

It does not exist on the page anymore and was erroring.
Cleanup ItemRewards related localStorage data.
Bump version to v0.10.0.

v0.9.1

Toggle v0.9.1's commit message
Fix next_claim_time being stored in the wrong unit.

It should be stored in milliseconds instead of seconds
to ensure we can easily compare with `Date.now()`.

v0.9.0

Toggle v0.9.0's commit message
Release v0.9

v0.8.0

Toggle v0.8.0's commit message
Release v0.8 with a new feature:

A notification about available trading card queues.

v0.7.1

Toggle v0.7.1's commit message