Releases: wimglenn/advent-of-code-data
Releases · wimglenn/advent-of-code-data
v1.2.2
What's Changed
- Fix race condition between write and query of cached data by @patrickxia in #87
New Contributors
- @patrickxia made their first contribution in #87
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
v1.1.4
v1.1.3
v1.1.2
v1.1.1
- fixed regression where
aoc --timeout t ...
was not being correctly passed through to workers. - fixed regression where using a session token from environment variable would not work if the cache dir was not already existing.
aocd-token --check
will print dead tokens in red colored text.
v1.1.0
- By default, your token files are also stored under
~/.config/aocd
. If you want the token(s) and cached inputs/answers to exist in separate locations, you can set the environment variableAOCD_CONFIG_DIR
to specify a different location for the token(s). - Added option
--quiet
to suppress any output from plugins so it doesn't mess up theaoc
runner's display.
v1.0.0
- Cache the user's data based off the user id (integer found on https://adventofcode.com/settings) rather than the auth token, which expires