5* Fix a bug introduced in v1.3.0 where getting colours for non-animated WebP images would fail with an assertion error.
9* `dominant_colours` will now skip printing terminal colours if it detects it's not running in a tty. This makes it slightly easier to use in automated environments, because you don't need to pass the
`--no-palette` flag.
13* Add support for animated WebP images.
14* Improve the error messages, especially when dealing with malformed images.
20* Add support for WebP images.
21* Add an experimental new flag
`--best-against-bg=[HEX_COLOUR]` that will print the single colour which will look best against this background.
25Bump the version of all the dependency libraries, and try to get the release process working again.
27This has no feature changes.
31More internal refactoring to use newer versions of kmeans-colors and palette.
33This has no feature changes.
37Some internal refactoring to use a newer versions of clap.
39This has no feature changes.
43Provide precompiled binaries for more targets, so the following targets are now supported:
45* Macs on Intel and Apple Silicon
47* Linux on Intel, both GNU and MUSL (Alpine-compatible) binaries
49There are no feature/bugfix changes from v1.1.3.
51(Note: v1.1.4 and v1.1.5 were abortive releases to get the new binaries working, and have been removed to avoid confusion.
55Fix a bug when finding the dominant colour of some animated GIFs.
59Add support for TIFF images.
63Publish binaries as part of the GitHub releases.
65This has no feature changes.
69Allow finding the dominant colour of GIFs.
71This includes animated GIFs, and dominant_colours looks at multiple frames.
75Use uppercase text for variables in the help text.
79dominant_colours <PATH> --max-colours <MAX-COLOURS>
85dominant_colours <path> --max-colours <max-colours>