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.
#10
: Flag--libraries
to print dependency tree
- Workflow added to publish binaries for Linux, Windows and macOS every time a new version is released
- Improved documentation and tests
1bab356
: Fix false version (the version in the CLI is now automatically kept up to date)
This release revamps the CLI arguments, adds the --size
argument and fixes a few bugs.
#3
: Add--size
/-s
argument to specify the size of the color square
-
#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
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 ;)
Initial release