All Versions
5
Latest Version
Avg Release Cycle
132 days
Latest Release
2263 days ago

Changelog History

  • v3.1.0 Changes

    February 14, 2018
    • ๐Ÿš€ 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 Changes

    January 27, 2018
    • ๐Ÿš€ 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!

  • v2.1 Changes

    May 28, 2017
    • ๐Ÿš€ 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 Changes

    December 11, 2016
    • ๐Ÿš€ 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 Changes

    September 03, 2016
    • ๐Ÿš€ 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.