github applejag/kubectl-klock v0.8.1

latest release: v0.8.2
3 months ago

What's Changed

  • Fix ANSI coloring issue by @applejag in #159

    Issue was that kubectl-klock always converted to (what it thought was the correct) RGB version of the kubecolor color. But the kubecolor color may use ANSI color codes that can be changed via the terminal emulator's theme settings, whereas RGB versions are not changed to fit the terminal emulator theme.

    With this change kubectl-klock will preseve the ANSI color codes correctly.

    Before:

    image

    After:

    image

    So that now it matches kubecolor:

    image

Full Changelog: v0.8.0...v0.8.1

Don't miss a new kubectl-klock release

NewReleases is sending notifications on new releases.