Skip to content

Releases: wimglenn/advent-of-code-data

v1.2.2

30 Nov 04:59
d24b4e9
Compare
Choose a tag to compare

What's Changed

  • Fix race condition between write and query of cached data by @patrickxia in #87

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1

20 Nov 19:45
87b65ba
Compare
Choose a tag to compare

What's Changed

  • User.get_stats() works even if no stars collected yet. closes #85 by @wimglenn in #86

Full Changelog: v1.2.0...v1.2.1

v1.2.0

12 Nov 03:38
7007017
Compare
Choose a tag to compare

What's Changed

  • separate token extraction logic from cookies CLI by @wimglenn in #83

Full Changelog: v1.1.4...v1.2.0

v1.1.4

01 Nov 03:37
Compare
Choose a tag to compare
  • User.get_stats() has a better error message if the auth token is expired or not functioning

v1.1.3

09 Oct 16:05
c7fe7d3
Compare
Choose a tag to compare
  • Added support for creating a user from a cached user ID, e.g. User.from_id("google.wim.123456"), instead of from the token.

v1.1.2

21 Jun 07:03
184ba07
Compare
Choose a tag to compare
  • The structure of settings page changed, minor fix to aocd.utils.get_owner to successfully find the unique user ID again.

v1.1.1

01 Dec 17:53
2ed6f93
Compare
Choose a tag to compare
  • 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

09 Nov 04:06
9075622
Compare
Choose a tag to compare
  • 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 variable AOCD_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 the aoc runner's display.

v1.0.0

01 Oct 02:07
06f6338
Compare
Choose a tag to compare

v0.9.8

19 Feb 09:27
3778c39
Compare
Choose a tag to compare
  • Fixed the aocd-token discovery for Chrome on Linux
  • Allow workers to use multiprocessing