Skip to content

Releases: YtoTech/latex-on-http

2026-04-10-3

10 Apr 17:05
013c152

Choose a tag to compare

  • Add CHANGELOG link

2026-04-10-2

10 Apr 16:59
4e393db

Choose a tag to compare

  • Option options.compiler.force as default to match old behavior

2026-04-10-1

10 Apr 16:03
1b4c6b1

Choose a tag to compare

  • Add options.compiler.force to try to fore compilation (Latexmk -f option)
    and always return the generated PDF
  • Remove options.bibliography.command, as Latexmk select automatically either bibtex or biber
  • Add options.compiler.bibliography to enable or disable automatic Latexmk bibliography compilation step (default to true)
  • Add commands property on error output when options.response.commands is enabled, which detail of each command runned and its outputs

2026-03-17-1

17 Mar 05:19
3a7ad8e

Choose a tag to compare

  • TeXLive 2026 base image

2025-09-23-3

23 Sep 22:18
48a196d

Choose a tag to compare

  • Bump Python dependencies

2025-09-23-2

23 Sep 20:19
c1fa550

Choose a tag to compare

  • 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

23 Sep 16:06
eeceaeb

Choose a tag to compare

  • 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

06 Aug 22:09
45b13ec

Choose a tag to compare

  • Switch to TexLive 2025
  • Use latexmk as default runner instead of latexrun
  • Add PostgreSQL database in prevision of job status

2025-02-13-1

13 Feb 15:58
86d0d28

Choose a tag to compare

  • Fix build with XelaTeX #43

2024-06-28-2

28 Jun 12:33
1263144

Choose a tag to compare

  • Run all commands in same directory to simplify path resolution for filecontents and uploaded resources