Skip to content

v0.8.0 - CLI Overhaul!

Compare
Choose a tag to compare
@ozwaldorf ozwaldorf released this 10 Jul 19:57
· 73 commits to main since this release
5248e77

What's Changed

Functionality in the cli has been moved entirely within subcommands now:

  • generate: generate a hald clut for external use
  • apply: generate or use a hald clut, and apply it to an image
  • completions: generates shell completions

This fixes issues where the completion scripts parse the subcommand as a custom color, and suggests to type the subcommand twice.

Custom colors also now need to be separated with a -- at the end of the command


Full Changelog: v0.7.0...v0.8.0