Skip to content

0.7.2

Compare
Choose a tag to compare
@jparise jparise released this 30 Dec 20:08
· 196 commits to main since this release

Added

  • encode_text()'s valign argument can be set to None to disable row padding. (#21)

Changed

  • encode()'s error handling has been improved. A ValueError will now be raised for all unsupported character codes, including those within the [0, 69] range such as 57, 58, and 61. (#22)