Rang Versions Save

A Minimal, Header only Modern c++ library for terminal goodies 💄✨

v3.2

2 years ago

Summary

This is a minor release to add support for a better CMake file which has been in long demand by lots of users.

Support

You can file issues here. And Pull Requests are always welcome.

This release is entirely possible due to @amirmasoudabdol for their contributions.

v3.1.0

6 years ago

  • Release date: 2018-02-14
  • Md5: 29539c60e2c0bfc8874c9da476de15c8

Summary

This is a minor release for rang which aims at delegating a potential UB on windows platform(note that even without this change it should be working fine since UB is present in winapi and supported by the platform itself).

Support

You can file issues here. And Pull Requests are always welcome.

Once again, thanks to @kingseva for valuable contributions!

v3.0

6 years ago
  • Release date: 2018-01-28
  • Md5: 83cf6f86968457b5797e1ba5cdb2760b

Summary

This is the third release for rang - a Minimal, single header, Modern c++ library for colors in your terminal. Apart from a single removal, the rest of the interface is kept similar to last two releases. This release brings a few bug fixes, removal of <versionhelpers.h> dependency(credits to @vladimirgamalyan), better testing framework and ease of installation thanks to @conan-io. Newly written documentation has been added to project README.md as well!

This release was possible due to significant contributions by @kingseva!

2.1

6 years ago

  • Release date: 2017-05-28
  • Md5: ab029d8e257d17ea4ea9f5552619f6d0

Summary

This is a minor release for rang which aims at fixing minor issues like correcting escape code, std::string optimizations, adding fg::reset and bg::reset options and building rang library on windows properly.

Support

Everything else you need to know is inside the wiki. You can file issues here. And Pull Requests are always welcome.

Thanks to @SuperV1234, @blastrock and @tatjam for their significant contributions to this release.

v2.0

7 years ago

  • Release date: 2016-12-11
  • Md5: 5bcac3439faf5e8ce0fc2eb5d10c0e44

Summary

This is the second release for rang - a simple, modern & header only c++11 library for colors in your terminal. The much-awaited windows support is finally here. Since it only needs a single header to get integrated with your project, no custom build system is required. However support for conan & meson build system is also provided.

Support

Everything else you need to know is inside the wiki. You can file issues here. And Pull Requests are always welcome.

Thanks to @AxelStrem, @benni012, @zeokav and others for their significant contributions to this release.

v1.0

7 years ago

  • Release date: 2016-09-03
  • Md5: 3f6c3243ca9d32ae00504cfffd2f4c1e

Summary

This is the first release for rang - a simple, modern & header only c++11 library for colors in your terminal. Since it only needs a single header to get integrated with your project, no custom build system is required. However support for meson build system is also provided so you can use wrapdb.

Support

Everything else you need to know is inside the wiki. You can file issues here. And Pull Requests are always welcome.