From ab58c13e0df28dcee485aa7fb63427658c8b3127 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 18 Jun 2023 14:32:58 +0200 Subject: [PATCH] Prepare release v0.2.8 --- Cargo.toml | 2 +- README.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2668da1..5417bf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ members = [ ] [workspace.package] -version = "0.2.7" +version = "0.2.8" edition = "2018" publish = false diff --git a/README.md b/README.md index 55829e5..349c2ec 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,18 @@ This project is not affiliated or endorsed by Cherry GmbH. ## Changelog +### v0.2.8 - 18/06/2023 + +* deps: Migrated from StructOpt+clap v2.x to clap v4.x. +* Fixed #52 +* Added xtask for generating docs, manpages and shell completion scripts +* Added woraround in service for handling newer Firmware 0105 +* Refactored socket I/O and command handling in service +* Implemented `--keep-existing-colors` option for `color-profile-file` subcommand (fixes #14) +* Relaxed parsing of color-profiles + * Allow comments using `//` + * Allow trailing comma after last key-value pair + ### v0.2.7 - 03/06/2023 * deps: Bump binrw to v0.11.2 (thx @felfert once again :))