Skip to content

Releases: Pyromagne/ColorEscape

ColorEscape v0.1.1

19 May 02:34
5a9d2e8
Compare
Choose a tag to compare

Release Note for ColorEscape v0.1.1:

A lightweight C++ library for easily adding colored text output to your console applications.

This version add the following features:

  • Add enums for Basic Colors
  • Add Simple-Error Handling
  • Change namespace
  • Code Cleaning

We hope you find this library helpful in adding color to your console applications. Feel free to contribute to the project on GitHub and submit any issues or feature requests.

ColorEscape v0.1.0

14 May 09:17
035e69b
Compare
Choose a tag to compare

Release Note for ColorEscape v0.1.0:

A lightweight C++ library for easily adding colored text output to your console applications.

This version includes the following features:

Ability to set foreground and background colors
Ability to reset to default colors
Ability to colorize specific text within a string
Ability to apply both foreground and background colors to specific text within a string
It also includes a function to enable Virtual Terminal Processing for Windows consoles, allowing for improved color support.

We hope you find this library helpful in adding color to your console applications. Feel free to contribute to the project on GitHub and submit any issues or feature requests.