Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

54 lines (30 loc) · 1.94 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.2] - 2020-10-31

Additions

  • #10: Flag --libraries to print dependency tree

Internal

  • Workflow added to publish binaries for Linux, Windows and macOS every time a new version is released
  • Improved documentation and tests

[0.2.1] - 2020-10-29

Bug fixes:

  • 1bab356: Fix false version (the version in the CLI is now automatically kept up to date)

[0.2] - 2020-10-29

This release revamps the CLI arguments, adds the --size argument and fixes a few bugs.

Additions:

  • #3: Add --size/-s argument to specify the size of the color square

Breaking changes:

  • #3: Input color spaces are now entered with the --in or -i argument.

    There are now 5 flags (-R, -C, -K, -V, -L) as abbreviations for --in rgb, --in cmy, --in cmyk, --in hsv, --in hsl.

  • #3: The shortcut for --version is now -v (lowercase) instead of -V

Bug fixes:

  • #1: Fix colo -t not working
  • #2: Fix OS-specific lifetime error

Internal

This release adds a GitHub workflow to test pull requests on Windows, Linux and macOS. Of course, this is no substitute for real-world testing, so please report any issues you encounter!

This release also adds some documentation, but the code quality is still not too good. If you want to help by writing tests or documenting code, just file a PR ;)

[0.1] - 2020-10-28

Initial release