Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 896 Bytes

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 896 Bytes

Changelog

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

[unreleased]

Bug Fixes

  • Excluding masterpiece and giftbox sets if include-promos is not enabled

Documentation

  • Added changelog
  • Updated changelog
  • Updated changelog

Features

  • Added card prices to output
  • Added no-promos flag
  • Added unit tests for most functions and made api more testable
  • Implemented first rudimentary GUI

Refactor

  • Added anyhow crate for easier error handling

[0.2.0-alpha] - 2022-05-23

Features

  • Implemented ordering by set release date
  • Added additional options to the cli crate

Refactor

  • Built multiple crates, started implementing multiple ordering algorithms

[0.1.0-alpha] - 2022-05-20

Documentation

  • Added README.md and example output file

Refactor

  • Started extracting into modules