koreader / koreader-base

Base framework offering a Lua scriptable environment for creating document readers
http://koreader.rocks/
GNU Affero General Public License v3.0
131 stars 105 forks source link

bump crengine: various fixes and optimizations #1859

Closed poire-z closed 1 month ago

poire-z commented 1 month ago

bump crengine: various fixes and optimizations

Includes:

cre.cpp: isLinkToFootnote: say no if target has empty content

Frontend code would not display the footnote popup if the footnote content fetched is empty, leaving the link highlighted and the user confused. See https://github.com/koreader/koreader/issues/12102#issuecomment-2192491660. Should allow closing https://github.com/koreader/koreader/issues/12102.


This change is Reviewable