summaryrefslogtreecommitdiff
path: root/crates/typst-cli/src
AgeCommit message (Expand)Author
2024-07-08Allow non-utf8 values for `input` and `output` (#4517)T0mstone
2024-07-06Open with (detached) custom viewers and raise error on failure (#4430)Yip Coekjan
2024-06-22Better error message when package version not exists (#4429)Yip Coekjan
2024-06-22Add message when trying to access a field that is not set (#4399)+merlan #flirora
2024-06-10Basic multi-threading (#4366)Laurenz
2024-06-10Remove `Tracer` (#4365)Laurenz
2024-06-06Add more environment control parameters to CLI (#4227)LuizAugustoPapa
2024-06-04Refactor casts to use `HintedStrResult` (#4229)PgBiel
2024-06-04Improving error message for invalid file types (#4216)PepinhoJp
2024-05-30Improve CLI help doc about input & output (#4282)Yip Coekjan
2024-05-29Add ability to choose between minified and pretty-printed JSON (#4161)Ilia
2024-05-13Replace all `Prehashed` with `LazyHash` (#4127)Laurenz
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-13Better test runner (#3922)Laurenz
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-23Escape path and entrypoint in `typst init` output (#3753)frozolotl
2024-03-22Fix warnings introduced by rust 1.77 (#3754)frozolotl
2024-03-14Revert use of alternate screen (#3648)Laurenz
2024-03-09Generate PDF ID automatically unless we really have a stable ID (#3591)Laurenz
2024-03-07Bump our crates (#3573)Laurenz
2024-03-06Add `typst init` command (#3544)Laurenz
2024-02-28Externalize assets (#3515)Laurenz
2024-02-21Added `LazyHash` (#3451)Sébastien d'Herbais de Thun
2024-02-18Introduce `SyntaxSet` (#3450)Laurenz
2024-02-14Fix typo (#3412)frozolotl
2024-02-14Fix watches on moves and removes (#3371)frozolotl
2024-02-08Do not enter alternate screen if colors are disabled (#3366)frozolotl
2024-02-05Support reading input from stdin (#3339)spore
2024-02-04Fix error swallowing (#3338)tingerrr
2024-01-31Use alternate screen and refactor terminal output. (#2665)frozolotl
2024-01-26Configure ureq to use sytem-native TLS (#3258)Laurenz
2024-01-17Add `Page` structLaurenz
2024-01-05fix: removed typo from http client user agent. (#3134)didier amyot
2024-01-02Add a `--color` flag (#3060)tingerrr
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-18Key/Value data from CLI (#2894)Laurenz
2023-12-14Make `World` thread-safeLaurenz
2023-12-08Less interior mutability in system worldLaurenz
2023-12-08Move export cacheLaurenz
2023-11-30Drop dependency on `DashMap`Laurenz
2023-11-30Optimized labels & introspector (#2801)Sébastien d'Herbais de Thun
2023-11-29Don't exit watcher on invalid utf-8 (#2795)He Li
2023-11-27Use clippy workspace lints and inline format args (#2771)danieleades
2023-11-27Run clippy on all features (#2767)danieleades