Skip to content

Releases: gookit/color

v1.2.5

26 Apr 04:33
Compare
Choose a tag to compare
  • fix IsConsole check maybe is error
  • add go 1.14 version tests
  • update readme

v1.2.4

05 Apr 03:48
Compare
Choose a tag to compare

Now, 256-colors and true-colors works on windows CMD and PowerShell:

color-on-cmd-pwsh

v1.2.3

03 Mar 02:30
833e2ed
Compare
Choose a tag to compare
  • Add Lprint function. (thanks @sht )
  • Update readme

v1.2.0

01 Sep 15:35
Compare
Choose a tag to compare
  • feat: support set the message print output
  • update print logic

v1.1.11

30 Aug 13:29
Compare
Choose a tag to compare
  • modify some logic on windows print
  • multi arg don't add space, only add spaces on use Println func
  • feat: now, color html tag support working on windows cmd and powerShell
  • update some color print logic

v1.1.10

16 Aug 10:21
Compare
Choose a tag to compare
  • fix some bugs
  • update some images
  • update readme

v1.1.7

30 Apr 07:48
Compare
Choose a tag to compare
  • update tag exists check
  • format codes. add go mod support
  • fix test error on windows system
  • update README

v1.1.5

14 Oct 15:27
083282f
Compare
Choose a tag to compare

v1.1.4

11 Oct 02:22
Compare
Choose a tag to compare
  • complete unit tests, fix unit test error
  • remove some invalid codes
  • update readme

v1.1.3

23 Aug 05:27
Compare
Choose a tag to compare
  • add 256 color/style support
  • add RGB color/style support
  • add more unit tests
  • update readme