Skip to content

Tags: ikalnytskyi/termcolor

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
Version 2.1.0

* Add `wchar_t` support.
* Use `GNUInstallDirs` in cmake scripts for install targets.

v2.0.0

Toggle v2.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
Version 2.0.0

* Added `italic` and `crossed` stream manipulators. Kudos to @panzergame
  for the patch.

* Added bright color stream manipulators. Kudos to @yuri-sevatz for the
  patch.

* Added 256 colors support. Kudos to @saghodsipoor for the patch.

* Added true color support.

* Added `underline` support for Windows API. Kudos to @trailfrenzy for
  the patch.

* Added `TERMCOLOR_USE_ANSI_ESCAPE_SEQUENCES` macro to enforce ANSI
  escape code sequences on Windows and unknown platforms.

* Changed build behaviour from failure to no-op on unknown platforms.

v1.0.1

Toggle v1.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
Version 1.0.1

* Some CMakeLists.txt issues have been fixed, and the project can now be
  used via add_subdirectory() call.

* Few CMake usage examples have been added to the project layout.

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ikalnytskyi Ihor Kalnytskyi
Version 1.0.0

It's been a long run! I never thought about giving a tag for this
project. Not until now. Since we hit 200+ stars on GitHub it might be
actually worth invest some time to have a better CI and even more
integrations with popular package managers.

So let's hope v1.0.0 will start a new epoch for termcolor!