summaryrefslogtreecommitdiff
path: root/crates/typst-cli/src
AgeCommit message (Collapse)Author
2024-10-27Split out four new crates (#5302)Laurenz
2024-10-15Docs and changelog improvements (#5147)Laurenz
Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com> Co-authored-by: Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> Co-authored-by: Jeremie Knuesel <knuesel@gmail.com> Co-authored-by: +merlan #flirora <2975203+bluebear94@users.noreply.github.com> Co-authored-by: Anselm Schüler <mail@anselmschueler.com>
2024-10-15Greet users who run `typst` for the first time (#5210)Laurenz
2024-10-03Serialize and Deserialize for `PdfStandard` (#5108)Laurenz
2024-10-01Fix duration formatting precision (#5082)Laurenz
2024-10-01Check that an output format is available before compiling (#5080)emilylime
2024-10-01Minimal PDF/A support (#5075)Laurenz
Co-authored-by: Martin Haug <mhaug@live.de>
2024-09-30PDF export diagnostics (#5073)Laurenz
2024-09-27Don't include "update" in help output if self-update disabled (#4940)Alex Rawson
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-09-26Spelling (#5020)Josh Soref
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-09-26Single thread support (#4988)Sébastien d'Herbais de Thun
2024-09-10Unified and fixed `Duration` formatting in the CLI (#4587)Andrew Voynov
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com>
2024-08-26Improve documents for the `--font-path` arg & `TYPST_FONT_PATHS` env (#4776)Yip Coekjan
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-08-23Add `clap::ValueHint` for input & output CLI arguments (#4765)Yip Coekjan
2024-08-20Share allocations for singletons (#4794)Laurenz
2024-08-09Fix system font loading (#4714)Laurenz
2024-08-05Add typst-kit crate (#4540)tingerrr
2024-07-22Raise error when failing to load & parse the specified certificate (#4554)Yip Coekjan
2024-07-20Support transparent page fill (#4586)Laurenz
Co-authored-by: Martin Haug <mhaug@live.de>
2024-07-14Change the signature of `World::main` (#4531)Myriad-Dreamin
Co-authored-by: Laurenz <laurmaedje@gmail.com>
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
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-06-10Basic multi-threading (#4366)Laurenz
2024-06-10Remove `Tracer` (#4365)Laurenz
2024-06-06Add more environment control parameters to CLI (#4227)LuizAugustoPapa
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> Co-authored-by: Tulio Martins <tulioml240@gmail.com> Co-authored-by: PepinhoJp <pepinho.jp@gmail.com>
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
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-02-18Introduce `SyntaxSet` (#3450)Laurenz
2024-02-14Fix typo (#3412)frozolotl