summaryrefslogtreecommitdiff
path: root/crates/typst-cli/src/compile.rs
AgeCommit message (Expand)Author
2025-04-01Switch PDF backend to `krilla` (#5420)Laurenz Stampfl
2025-02-24Bump MSRV to 1.83 and Rust in CI to 1.85 (#5946)Laurenz
2025-02-18--make-deps fixes (#5873)Matthew Toohey
2025-01-08Embed files associated with the document as a whole (#5221)Niklas Eicker
2024-12-17Add timezone to PDF's default timestamp. (#5564)Zhuofeng Wang
2024-12-05Put HTTP server behind on-by-default feature flag (#5532)Laurenz
2024-12-05Live reloading HTTP server for `typst watch` and HTML export (#5524)Laurenz
2024-12-04Clean up CLI argument parsing (#5521)Laurenz
2024-12-04Add HTML export formatLaurenz
2024-12-04Rename `Document` to `PagedDocument`Laurenz
2024-10-01Check that an output format is available before compiling (#5080)emilylime
2024-10-01Minimal PDF/A support (#5075)Laurenz
2024-09-30PDF export diagnostics (#5073)Laurenz
2024-07-20Support transparent page fill (#4586)Laurenz
2024-07-14Change the signature of `World::main` (#4531)Myriad-Dreamin
2024-07-06Open with (detached) custom viewers and raise error on failure (#4430)Yip Coekjan
2024-06-10Remove `Tracer` (#4365)Laurenz
2024-06-04Improving error message for invalid file types (#4216)PepinhoJp
2024-05-13Factor out `typst-utils` crate (#4125)Laurenz
2024-05-10Add parameter to select pages to be exported by CLI (#4039)PgBiel
2024-04-19CLI: Support more page number templates in output file name (#3933)Karthik Nishanth
2024-04-09Add --make-deps CLI argument (#2877) (#3890)Matthew Toohey
2024-04-04Remove SOURCE_DATE_EPOCH CLI argument (#3859)frozolotl
2024-04-03Read `SOURCE_DATE_EPOCH` for better reproducibility (#3809)frozolotl
2024-04-01Support writing document to stdout (#3632)Ilia
2024-03-09Generate PDF ID automatically unless we really have a stable ID (#3591)Laurenz
2024-02-14Fix watches on moves and removes (#3371)frozolotl
2024-02-05Support reading input from stdin (#3339)spore
2024-01-31Use alternate screen and refactor terminal output. (#2665)frozolotl
2024-01-17Add `Page` structLaurenz
2023-12-30New performance timings (#3096)Sébastien d'Herbais de Thun
2023-12-18Parallel export (#2989)Sébastien d'Herbais de Thun
2023-12-08Move export cacheLaurenz
2023-11-29Don't exit watcher on invalid utf-8 (#2795)He Li
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-08Extract `typst-pdf` crateLaurenz
2023-11-08Extract `typst-svg` crateLaurenz
2023-11-08Extract `typst-render` crateLaurenz
2023-10-27Add IDs and creation date to PDFs (#2374)Martin Haug
2023-10-17Cached export for incremental (#2400)Sébastien d'Herbais de Thun
2023-09-19Incremental parsing in CLILaurenz
2023-09-18Use inferred format extension for the output path (#2166)LU Jialin
2023-09-13Bump dependenciesLaurenz
2023-09-11Forward third-party errorsLaurenz
2023-08-29Add a bit more docs to `compile`Laurenz
2023-08-29More type safety for spansLaurenz
2023-08-23Add format arg to CLI (#1985)Matt Fellenz
2023-08-22Virtual path typeLaurenz
2023-08-08Refactor SVG export a bitLaurenz
2023-08-08Add SVG export (#1729)Wenzhuo Liu