Skip to content

Releases: thomassamoth/ansiconverter

v2.0.0

09 Sep 17:03
0144ec2
Compare
Choose a tag to compare

ANSI converter v2.0.0

Changes in v2.0.0

  • 💥 New and easier way to import and use the styles and conversion functions.
    ⚠️ WARNING : the previous way to import the functions has been deprecated.

  • Update of the doc and the examples accordingly to the new update.

  • Update the tests and add the new ones that were missing on the previous version

Changelog

Full Changelog: v1.0.0...v2.0.0

v1.0.0

16 Sep 21:01
17886de
Compare
Choose a tag to compare

ANSI converter v1.0.0

Changes in v1.0.0

  • 💥 New way to use the converter module for a better specific import if needed.

  • 📝 Updated and improved documentation.

  • New organization by @thomassamoth in #1

Full Changelog: v0.0.2...v1.0.0

v0.0.2

06 Sep 17:34
51d33db
Compare
Choose a tag to compare

ANSI converter v0.0.2

Changes in v0.0.2

  • Fix the config files to add python file in the build.
  • Minor additions to config files to be more precise on pypi.
  • Add github actions to automatically publish a new release on PyPi. - Test

v0.0.1

05 Sep 13:52
083e034
Compare
Choose a tag to compare

ANSI Converter v0.0.1

Content

  • Convert any color in either RGB or hexadecimal to the ANSI format.
  • Additional RGB to HEX | HEX to RGB converter.

Full Changelog: https://github.com/thomassamoth/ansiconverter/commits/v0.0.1