Skip to content

Releases: Czaporka/colorize

v1.5.0

15 Jun 12:33
Compare
Choose a tag to compare

general

  • rename argument --include/-i to --comprise/-c
  • add argument --ignore-case/-i
  • always colorize words: true/false/yes/no/null/none

ArgumentParser

  • correctly display metavars in help

v1.4.0

27 May 21:12
Compare
Choose a tag to compare

general

  • use regex.h instead of std::regex so that gcc 4.9.0+ is no longer required
  • make "make install" more cross-platform
  • add an E2E sanity test

ArgumentParser

  • add support for long-only options
  • add support for epilog

v1.3.0

07 Feb 21:23
Compare
Choose a tag to compare
Next version

* add options -e, -i, -h, -p
* remove option --cycle
* make help correctly wrap at 79 characters
* do not colorize stray dots

v1.2.0

03 Jan 20:55
Compare
Choose a tag to compare
Add a bunch of improvements

* a nicer ArgumentParser using getopt
* picking color based on token hash
* argument -s/--salt
* argument -r/--regex
* unit tests

v1.1.1

16 Aug 08:05
Compare
Choose a tag to compare
Also capture tokens with underscores in them

v1.1.0

02 Aug 14:53
Compare
Choose a tag to compare

Not just numerals anymore!

v1.0.1

19 Jul 11:23
Compare
Choose a tag to compare
Add Makefile, increase optimization

v1.0.0

12 Jul 20:25
Compare
Choose a tag to compare
Feature/ci (#1)

* Create build.yml
* Update README.md