# Changelog

All notable changes to this project will be documented in this file.

## [0.16.4] - 2026-05-29

### ⚙️ Miscellaneous Tasks

- Fixed Compilation warnings for Elixir 1.20

## [0.16.3] - 2025-12-12

### 🚀 Features

- Support retrieving session file in Windows USERPROFILE directory

## [0.16.2] - 2025-12-09

### 🐛 Bug Fixes

- Use correct timezone for default day in CLI options

## [0.16.0] - 2025-11-23

### 🚀 Features

- Limit to day 12 in 2025

### 📚 Documentation

- Fixed command docs in README.md

## [0.15.0] - 2025-04-16

### ⚙️ Miscellaneous Tasks

- Update dependabot config (#11)

## [0.14.0] - 2025-01-08

### 🐛 Bug Fixes

- Ensure aoc.run will run both parts in separate processes

### ⚙️ Miscellaneous Tasks

- Update dependabot config (#3)
- Update CI config (#4)

## [0.13.1] - 2024-11-27

### ⚙️ Miscellaneous Tasks

- Updated readme

## [0.13.0] - 2024-11-22

### 🚀 Features

- Use Elixir config to configure comments generation

### ⚙️ Miscellaneous Tasks

- Upgrade guide in README

## [0.12.0] - 2024-11-18

### 🚀 Features

- Write .gitignore file when downloading inputs
- Generate zero-padded modules names and files
- Mix aoc.set will not reset unspecified values by default
- Generate user modules using modkit mounts
- README guide for newcomers

### 📚 Documentation

- Rewrite documentation of commands
- Generate commands docs in README.md

### ⚙️ Miscellaneous Tasks

- Upgrade all dependencies
- Simplify year/day defaults description
- Fix dialyzer warnings

## [0.11.5] - 2024-01-02

### 🚀 Features

- Added AoC.Permutations tool

## [0.11.4] - 2023-12-31

### 🚀 Features

- Added the AoC.Rect module to work with rectangle in grids

## [0.11.3] - 2023-12-30

### ⚙️ Miscellaneous Tasks

- Fix debug

## [0.11.2] - 2023-12-30

### ⚙️ Miscellaneous Tasks

- Added github URL in user agent
- Use new cli_mate defaults

## [0.11.1] - 2023-12-22

### 🚀 Features

- Added format_map to grid
- The part_two function will be commented out in generated solution

## [0.11.0] - 2023-12-21

### ⚙️ Miscellaneous Tasks

- Fixed error reporting, added test flags

## [0.10.0] - 2023-12-08

### 🚀 Features

- Mix aoc.url
- Print created modules paths on their own line

### ⚙️ Miscellaneous Tasks

- Bump vsn in README.md

## [0.7.0] - 2023-12-05

### ⚙️ Miscellaneous Tasks

- Change generated test ordering

## [0.2.0] - 2023-12-01

