v0.7.0
This release brings major upgrades to TeXlyre's LaTeX compilation pipeline with the integration of texlyre-busytex, powered by TeX Live 2026 and offering full LuaTeX support alongside SyncTeX forward and reverse synchronization for navigating between source and rendered output.
Read more about it in the LaTeX WASM engine upgrade blog post.
What's Changed
- Added detypify hand-drawn symbol recognition by @fabawi in #198
- Added canvas PDF rendering to LaTeX by @fabawi in #200
- Updated tex-fmt and drawio versions by @fabawi in #201
- Updated filepizza-client and other dependencies by @fabawi in #203
- Added LaTeX SyncTeX parser and source map service by @fabawi in ef9633b
- Added source map UI components and floating button by @fabawi in 43a5004
- Added BusyTeX engine integration with TeX Live 2026, LuaTeX, and SyncTeX by @fabawi in 58e84b9
- Added LaTeX engine selection, lazy loading, and caching improvements by @fabawi in 7593055
- Added SyncTeX forward and reverse synchronization with renderers by @fabawi in ef897c5
- Added compile loading spinner and improved stop compilation handling by @fabawi in a389a04
- Added NumberInput component for ranged numeric inputs by @fabawi in 778471c
- Added work directory export option by @fabawi in 439061d
- Added BusyTeX and SwiftLaTeX engine unit tests with mocks by @fabawi in 7fd51c7
- Refactored settings registry to bootstrap outside contexts by @fabawi in 9c6e4c2
- Released updated image viewer, bumped versions, and minor cleanup by @fabawi in #217
Full Changelog: v0.6.0...v0.7.0