Skip to content

Releases: xqq/libaribcaption

v1.1.1

29 Sep 15:43
@xqq xqq
0a3a209
Compare
Choose a tag to compare

Features

  • Prefer FreeType renderer by default for auto selection if FreeType is enabled

v1.1.0

28 Sep 16:33
@xqq xqq
360ac76
Compare
Choose a tag to compare

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

v1.0.0

17 Dec 14:32
@xqq xqq
v1.0.0
e7d4cb4
Compare
Choose a tag to compare

First release