Skip to content

Releases: yvt/img2text

0.2.0

23 Jan 16:14
@yvt yvt
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.2.0

Fixed

  • Breaking: Use actual half block characters in GLYPH_SET_1X2

    GLYPH_SET_1X2 inadvertently used 2x3 blocks from the poorly supported Symbols for Legacy Computing Unicode Unicode block.

    Old New
    🬎 (U+1FB0E) (U+2580)
    🬹 (U+1FB39) (U+2584)

0.1.1

27 Jun 13:34
@yvt yvt
Compare
Choose a tag to compare

Full Changelog: 0.1.0...0.1.1

Fixed

  • The library crate failing to build when default features are turned off