Hello Hans, Thank you, the latest version seems to works ok. But a little thing -- the interline spacing become slightly greater in the whole document (comparing to xetex and first luatex). I don't think that it is bad, just to let you know. ;)
After updating I have the following problem. The first section sticks to contents. This effect was not present until update.
%engine=luatex \starttext \placecontent
\section{Background}
Bla-bla-bla
Bla-bla-bla
\section{Features Overview}
Bla-bla-bla \stoptext
seems that the collapser is too eager; you can test this with:
\ctxlua { callback.register('vpack_filter', nil) callback.register('buildpage_filter', nil) }
i fixed it, but this is one of the areas where testing is needed;
-- Best regards, Vyatcheslav Yatskovsky