| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-14 | Revert use of alternate screen (#3648) | Laurenz | |
| 2024-03-09 | Generate PDF ID automatically unless we really have a stable ID (#3591) | Laurenz | |
| 2024-03-07 | Bump our crates (#3573) | Laurenz | |
| 2024-03-06 | Add `typst init` command (#3544) | Laurenz | |
| 2024-02-28 | Externalize assets (#3515) | Laurenz | |
| 2024-02-21 | Added `LazyHash` (#3451) | Sébastien d'Herbais de Thun | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2024-02-18 | Introduce `SyntaxSet` (#3450) | Laurenz | |
| 2024-02-14 | Fix typo (#3412) | frozolotl | |
| 2024-02-14 | Fix watches on moves and removes (#3371) | frozolotl | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2024-02-08 | Do not enter alternate screen if colors are disabled (#3366) | frozolotl | |
| 2024-02-05 | Support reading input from stdin (#3339) | spore | |
| 2024-02-04 | Fix error swallowing (#3338) | tingerrr | |
| 2024-01-31 | Use alternate screen and refactor terminal output. (#2665) | frozolotl | |
| 2024-01-26 | Configure ureq to use sytem-native TLS (#3258) | Laurenz | |
| 2024-01-17 | Add `Page` struct | Laurenz | |
| To get rid of the Meta hack where numbering and things like that are stored in the frame. | |||
| 2024-01-05 | fix: removed typo from http client user agent. (#3134) | didier amyot | |
| 2024-01-02 | Add a `--color` flag (#3060) | tingerrr | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-12-30 | New performance timings (#3096) | Sébastien d'Herbais de Thun | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-12-18 | Parallel export (#2989) | Sébastien d'Herbais de Thun | |
| 2023-12-18 | Key/Value data from CLI (#2894) | Laurenz | |
| 2023-12-14 | Make `World` thread-safe | Laurenz | |
| 2023-12-08 | Less interior mutability in system world | Laurenz | |
| 2023-12-08 | Move export cache | Laurenz | |
| 2023-11-30 | Drop dependency on `DashMap` | Laurenz | |
| DashMap doesn't work in multi-threaded WebAssembly in Safari: https://bugs.webkit.org/show_bug.cgi?id=265581 | |||
| 2023-11-30 | Optimized labels & introspector (#2801) | Sébastien d'Herbais de Thun | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-11-29 | Don't exit watcher on invalid utf-8 (#2795) | He Li | |
| 2023-11-27 | Use clippy workspace lints and inline format args (#2771) | danieleades | |
| 2023-11-27 | Run clippy on all features (#2767) | danieleades | |
| 2023-11-24 | Merge `typst` and `typst-library` | Laurenz | |
| 2023-11-24 | Allow multiple font paths in `TYPST_FONT_PATHS` (#2746) | frozolotl | |
| 2023-11-21 | Tidy up some imports | Laurenz | |
| 2023-11-19 | Streamline imports | Laurenz | |
| 2023-11-19 | Disable default features of `zip` crate | Laurenz | |
| 2023-11-19 | Use proxy for fetching release metadata | Laurenz | |
| 2023-11-19 | Watching fixes (#2706) | Laurenz | |
| 2023-11-08 | Extract `typst-pdf` crate | Laurenz | |
| 2023-11-08 | Extract `typst-svg` crate | Laurenz | |
| 2023-11-08 | Extract `typst-render` crate | Laurenz | |
| 2023-11-06 | Content rework 2 - Electric Boogaloo (#2504) | Sébastien d'Herbais de Thun | |
| 2023-10-27 | Add IDs and creation date to PDFs (#2374) | Martin Haug | |
| 2023-10-25 | Use fontdb to search fonts, with basic fontconfig support (#2472) | 7sDream | |
| 2023-10-19 | Clear screen instead of resetting the terminal (#2431) | frozolotl | |
| Resetting the terminal can change color themes and other settings. This commit changes the behavior to just clear the screen. | |||
| 2023-10-17 | Cached export for incremental (#2400) | Sébastien d'Herbais de Thun | |
| 2023-10-02 | Add capability to get current compiler version (#2016) | T0mstone | |
| 2023-09-25 | Fix warning when compiling without embedded fonts | Laurenz | |
| 2023-09-19 | Incremental parsing in CLI | Laurenz | |
| Reparses files in the CLI incrementally and also uses the file modification timestamp to completely skip reparsing if possible. | |||
| 2023-09-18 | Use inferred format extension for the output path (#2166) | LU Jialin | |
| 2023-09-13 | Bump dependencies | Laurenz | |
| 2023-09-12 | Gracefully handle error if field was not defined (#2110) | frozolotl | |
| 2023-09-11 | Forward third-party errors | Laurenz | |
| Better to know something even if it isn't always formatted in the prettiest way | |||
