Releases: YtoTech/latex-on-http
Releases · YtoTech/latex-on-http
2026-04-10-3
- Add CHANGELOG link
2026-04-10-2
- Option
options.compiler.forceas default to match old behavior
2026-04-10-1
- Add
options.compiler.forceto try to fore compilation (Latexmk-foption)
and always return the generated PDF - Remove
options.bibliography.command, as Latexmk select automatically eitherbibtexorbiber - Add
options.compiler.bibliographyto enable or disable automatic Latexmk bibliography compilation step (default to true) - Add
commandsproperty on error output whenoptions.response.commandsis enabled, which detail of each command runned and its outputs
2026-03-17-1
- TeXLive 2026 base image
2025-09-23-3
- Bump Python dependencies
2025-09-23-2
- Kill all children processes on timeout
- Do not return partial PDF on timeout
- Add option
options.compiler.halt_on_error - Add option
options.compiler.silent
2025-09-23-1
- Fix timeout for compilation, with proper error return
- Return compilation log files on failure (default true with option
options.response.log_files_on_failure)
2025-08-06-1
- Switch to TexLive 2025
- Use
latexmkas default runner instead oflatexrun - Add PostgreSQL database in prevision of job status
2025-02-13-1
- Fix build with XelaTeX #43
2024-06-28-2
- Run all commands in same directory to simplify path resolution for
filecontentsand uploaded resources