Skip to content

Version 0.4.0 - Stable

Compare
Choose a tag to compare
@ShaneSutro ShaneSutro released this 12 Feb 14:40
· 100 commits to master since this release
24b7889

Change Log:

  • Added color parameter to Formatter.convertLine() method
  • Added spaceBuffer parameter to Formatter.convertLine() method
    • Setting spaceBuffer=True will add a single blank space before and after the passed in string, increasing the size of the string by 2
    • Space buffer works in conjunction with the justify='center|left|right' parameter and only adds a buffer between fill colors

Breaking Changes:

  • Formatter.convertLine()
    • center, left, right params deprecated
    • Now use justify='center | left | right' to justify a single line

Bug Fixes:

  • When passing in valid character codes within brackets in the pattern 'code - text - code' (ex: '{63}{63} Test {63}{63}`), you would get an error message that an invalid character had been used. This has been rectified.