Skip to content

Releases: harfbuzz/harfbuzz

2.9.1

07 Sep 11:53
2.9.1
Compare
Choose a tag to compare
  • Final subset API is in place and if no issues are discovered, it will be the stable subset API of HarfBuzz 3.0.0. Old API is kept to ease transition, but will be removed in 3.0.0.
  • Various fuzzer-found bug fixes.
  • hb_buffer_append() now handles the pre- and post-context which previously were left unchanged in the destination buffer.
  • hb-view / hb-shape now accept following new arguments:
    • --unicodes-before/after: takes a list of hex numbers that represent Unicode
      codepoints.
  • Undeprecated API:
    hb_set_invert()

2.9.0

18 Aug 08:00
2.9.0
Compare
Choose a tag to compare
  • Subsetter API is being stabilized, with the first stable API to happen in
    3.0.0 release (#3078).
  • Support multiple variation axes with same tag, aka HOI.
  • The “coretext” testing shaper now passes font variations to CoreText.
  • hb-shape/hb-view does not break line at new lines unless text is read from
    file.
  • hb-view and hb-subset has a --batch now, similar to hb-shape.
  • The --batch mode now uses ; as argument separator instead of : used previously.
  • The --batch in hb-shape does not expect 0th argument anymore. That is, the
    lines read are interpreted as argv[1:], instead of argv[0:].
  • The --batch option has been undocumented. We are ready to document it; send
    feedback if you find it useful.
  • hb-subset got arguments revamps. Added much-requested --gids-file, --glyphs,
    --glyphs-file, --unicodes-file, supporting ranges in --unicodes.
  • Various bug fixes.

2.8.2

08 Jul 21:10
2.8.2
Compare
Choose a tag to compare
  • Shaping LTR digits for RTL scripts now makes the native direction of the
    digits LTR, applying shaping and positioning rules on the same glyph order as
    Uniscribe. (Jonathan Kew, Khaled Hosny).
  • Subsetting COLR v1 and CPAL tables is now supported. (Garret Rieger, Qunxin Liu)
  • Various fixes and improvements to the subsetter. (Garret Rieger, Qunxin Liu, Behdad)
  • When applying morx table, mark glyph widths should not be zeroed. (Jonathan Kew)
  • GPOS is preferred over kerx, if GSUB was applied. (Behdad)
  • Regional_Indicator pairs are grouped together when clustering. (Behdad)
  • New APIs:
    +hb_blob_create_or_fail()
    +hb_blob_create_from_file_or_fail()
    +hb_set_copy()

2.8.1

04 May 00:14
2.8.1
Compare
Choose a tag to compare
  • Subsetter now fully supports GSUB/GPOS/GDEF tables (including variations); as
    such, layout tables are retained by subsetter by default. (Garret Rieger, Qunxin Liu)
  • Build scripts no longer check for FontConfig as HarfBuzz does not use it.
  • hb-view supports iTerm2 and kitty inline image protocols (Khaled Hosny),
    it can also use Chafa for terminal graphics if available (Hans Petter Jansson).

2.8.0

16 Mar 17:38
2.8.0
Compare
Choose a tag to compare
  • Shape joining scripts other than Arabic/Syriac using the Universal Shaping Engine.
    Previously these were shaped using the generalized Arabic shaper. (David Corbett)
  • Fix regression in shaping of U+0B55 ORIYA SIGN OVERLINE. (David Corbett)
  • Update language tags. (David Corbett)
  • Variations: reduce error: do not round each interpolated delta. (Just van Rossum)
  • Documentation improvements. (Khaled Hosny, Nathan Willis)
  • Subsetter improvements: subsets most, if not all, lookup types now. (Garret Rieger, Qunxin Liu)
  • Fuzzer-found fixes and other improvements when memory failures happen. (Behdad)
  • Removed most atomic implementations now that we have C++11 atomic impl. (Behdad)
  • General codebase upkeep; using more C++11 features: constexpr constructors, etc. (Behdad)

2.7.4

27 Dec 00:05
2.7.4
Compare
Choose a tag to compare
  • Fix missing --enable-introspection configure option from previous release tarball.
  • Documentation updates.

2.7.3

23 Dec 21:10
2.7.3
9541671
Compare
Choose a tag to compare
  • Update USE shaper to 2020-08-13 specification, and other improvements.
  • Don’t disable liga feature in myanmar shaper, to match Uniscribe.
  • Improvements to language and script tags handling.
  • Update language system tag registry to OpenType 1.8.4
  • Support for serializing and deserializing Unicode buffers. Serialized buffers
    are now delimited with <> or [] based on whether it is a Unicode or
    glyphs buffer.
  • Increase buffer work limits to handle fonts with many complex lookups.
  • Handle more shaping operations in trace output.
  • Memory access fixes.
  • More OOM fixes.
  • Improved documentation.
  • Build system improvements.
  • New API:
    +hb_buffer_has_positions()
    +hb_buffer_serialize()
    +hb_buffer_serialize_unicode()
    +hb_buffer_deserialize_unicode()

2.7.2

28 Aug 22:46
Compare
Choose a tag to compare
  • Fix a regression in the previous release that caused a crash with Kaithi.
  • More OOM fixes.

2.7.1

13 Aug 16:47
2.7.1
Compare
Choose a tag to compare

Overview of changes leading to 2.7.1
Thursday, Aug 13, 2020

  • ot-funcs now handles variable empty glyphs better when hvar/vvar isn't present.
  • Reverted a GDEF processing regression.
  • A couple of fixes to handle OOM better.

2.7.0

25 Jul 08:30
2.7.0
Compare
Choose a tag to compare

Overview of changes leading to 2.7.0
Saturday, July 25, 2020

  • Use an implementation for round that always rounds up, some minor fluctuations
    are expected on var font specially when hb-ot callback is used.
  • Fix an AAT's kerx issue on broken rendering of Devanagari Sangam MN.
  • Remove AAT's lcar table support from _get_ligature_carets API, not even much
    use on macOS installed fonts (only two files). GDEF support is the recommended
    one and expected to work properly after issues fixed two releases ago.
  • Minor memory fixes to handle OOM better specially in hb-ft.
  • Minor .so files versioning scheme change and remove stable/unstable scheme
    differences, was never used in practice (always default to stable scheme).
  • We are now suggesting careful packaging of the library using meson,
    https://github.com/harfbuzz/harfbuzz/wiki/Notes-on-migration-to-meson
    for more information.
  • Distribution package URL is changed, either use GitHub generated tarballs,
    https://github.com/harfbuzz/harfbuzz/archive/$pkgver.tar.gz
    or, even more preferably use commit hash of the release and git checkouts like,
    git+https://github.com/harfbuzz/harfbuzz#commit=$commit