Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

Releases: lualatex/luaotfload

Luaotfload v2.8-fix-2

11 Feb 17:17
v2.8-fix-2
ad48092
Compare
Choose a tag to compare
  • Fix regression in TeX “ligature” emulation (#397).
  • Fix crash in basemode handler (#388).
  • Support addressing TTC subfonts in path lookups (#392).

Luaotfload v2.8-fix-1

04 Feb 12:42
v2.8-fix-1
0842c37
Compare
Choose a tag to compare

First round of fixes for v2.8.

  • Patch by Hans for #391
  • Fix design size handling, by Yan Zhou (#398)
  • Fix duplicate indexing of files (#394)
  • Remove stray features of the “tlig” set (#397)

Luaotfload v2.8

29 Jan 20:22
v2.8
616b907
Compare
Choose a tag to compare

Changes since v2.7:

  • Support Luatex 1.0 (tested with 1.0.3 from SVN).
  • Fix issues #382, #389, #390, #393.
  • New configuration option designsize-dimen.
  • Improvements to the assignment of complex font families.

Luaotfload v2.8-rc3 (the testing hasn’t finished)

21 Oct 18:49
b409613
Compare
Choose a tag to compare

New loader and fixes.

Luaotfload v2.8-rc2 (still testing)

30 Sep 07:25
c0dabc6
Compare
Choose a tag to compare
Pre-release

Use with caution.

Luaotfload v2.8-rc1 (testing)

20 Sep 06:20
v2.8-rc1
83b27d3
Compare
Choose a tag to compare
Pre-release

Early release with lots of bugs just for testing.

Luaotfload v2.7-fix-3

16 Jun 20:27
v2.7-fix-3
46415b8
Compare
Choose a tag to compare

This marks the third follow-up to the TeX Live 2016 edition of Luaotfload.

  • Fontloader in sync with Context as of 2016-06-16. Highlight: Improvements
    in the support for Type1 fonts.
  • Addresses issues #356 / #363, #359 / #325, #358, #357, #349, #344, #361.

Many thanks to Hans Hagen, @dohyunkim, @grizzilus, @ralessi, @u-fischer, and
@jfbu for contributing or reporting bugs, respectively.

Luaotfload v2.7-fix-2

04 May 19:58
v2.7-fix-2
0ba7124
Compare
Choose a tag to compare

This is the second round of bug fixes to the TeX Live 2016 edition of Luaotfload.

  • Update the fontloader with Context version 2016-05-01 09:57:00.

  • Fix a number of crashes in letterspacing and font handling.

  • Allow configuration of the default (anonymous) lookups.

  • Handle unsupported versions of Luatex gracefully instead of crashing.

    As always, the fontloader improvements were by Hans Hagen. A number of
    contributors on Github also deserve thanks: @schlcht, @ralessi, @7Z0t99, @jfbu,
    and @hvoss49.

Luaotfload v2.7-fix-1

27 Apr 21:02
v2.7-fix-1
23ff1b0
Compare
Choose a tag to compare

Apart from updating the Fontloader code to the state of 2016-04-27,
this release addresses a number of flaws in the initial 2.7 release.

All fontloader improvements courtesy of Hans Hagen. Thanks to users
@dohyunkim, @h-kitagawa, @schlcht, @aminophen, and @u-fischer for
the numerous bug reports and contributions.

Luaotfload v2.7

21 Apr 06:09
v2.7
b1a1ee5
Compare
Choose a tag to compare

Release for this year’s TeX Live. Apart from the usual bugfixes, small improvements, pruning
of legacy code and general maintenance, the most important changes are:

  • Update the fontloader code to Context 2016.04.19 17:16. As a consequence, Luatex’s
    builtin fontloader library is not used anymore because all the font handling has been
    moved to the Lua end.
  • Font combinations: Using a new request syntax, virtual fonts can now be created on the
    fly from other fonts by importing glyph sets A special case of this is specifying a fallback
    font.

Many thanks to Hans Hagen for the smooth cooperation; also the input of @dohyunkim and
others on Github proved very valuable.