Skip to content

v0.1.0

Choose a tag to compare

@Apsurt Apsurt released this 01 Nov 00:12
· 18 commits to main since this release

Changelog

v0.1.0

Core Functionality

  • Implemented init, run, submit, clear, and bind commands.
  • Added solution loading and execution.

Input Handling

  • Implemented input fetching from Advent of Code website.
  • Added input parsing and caching for improved performance.

Configuration

  • Added an interactive configuration wizard (aoc init).
  • Implemented session cookie handling for authentication.

Context Management

  • Added automatic retrieval of year and day from the environment.
  • Implemented context validation.

Fixes & Improvements

  • Numerous bug fixes and stability improvements.
  • Improved type hinting and code quality.