Skip to content

v1.1.0

Compare
Choose a tag to compare
@xqq xqq released this 28 Sep 16:33
· 4 commits to master since this release
360ac76

Features

  • Added support for providing replaced halfwidth Japanese characters (punctuation marks or halfwidth Kana) by calling Decoder::SetReplaceMSZFullWidthJapanese() #9, contributed by @aimoff
  • Improved halfwidth character rendering that avoids horizontal scaling for most cases #9, by @aimoff
  • Improved halfwidth character rendering by utilizing half-width glyph substitution for FreeType and DirectWrite #12, by @otya128
  • Added library version macros in headers like ARIBCC_VERSION, ARIBCC_VERSION_MAJOR, ARIBCC_VERSION_MINOR, etc.

Bugfixes

  • Improved font selection logic in Windows DirectWrite #6, by @otya128
  • Fixed possible out-of-range memory access in the decoder #10, by @xtne6f
  • Fixed build & install problem on NixOS #7, by @vroad
  • Fixed incorrect Latin special character set #11

Special thanks

This version comes from many great contributions from these people: (in alphabetical order)
@aimoff @otya128 @vroad @xtne6f