| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Make workspace inheriting consistent | Laurenz | |
| 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-08 | Switch to workspace dependencies | 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-09 | Bump ecow | Laurenz | |
| 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 | |||
| 2023-09-11 | Support proxy and custom certificate configuration. (#2006) | Zicklag | |
| 2023-08-31 | Display download progress for self-updating and packages (#2031) | jimvdl | |
| 2023-08-29 | Add a bit more docs to `compile` | Laurenz | |
| 2023-08-29 | More type safety for spans | Laurenz | |
| 2023-08-26 | Let the CLI `typst update` itself without a package manager (#1887) | jimvdl | |
| 2023-08-23 | Add format arg to CLI (#1985) | Matt Fellenz | |
| 2023-08-22 | Virtual path type | Laurenz | |
| Fixes #1937 | |||
| 2023-08-22 | Fix some typos in CLI help | Laurenz | |
| 2023-08-21 | Set new minimum serde version | Laurenz | |
| 1.0.184 does not ship with a precompiled binary anymore | |||
| 2023-08-19 | Restrict serde version | Laurenz | |
| 2023-08-08 | Refactor SVG export a bit | Laurenz | |
| 2023-08-08 | Add SVG export (#1729) | Wenzhuo Liu | |
| 2023-08-06 | Query-System for metadata (#1812) | Beiri22 | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-08-04 | Bytes type | Laurenz | |
| - Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function | |||
| 2023-08-03 | Search additional font paths before system/embedded (#1847) | Luke Chambers | |
| 2023-08-03 | fix(cli): include export in compile time (#1816) | Wenzhuo Liu | |
| 2023-08-01 | Fix datetime offset (#1845) | Beiri22 | |
| 2023-08-01 | Change package search and caching path | Laurenz | |
| Brings local packages in line with changes to the package repository. See also: https://github.com/typst/packages/issues/61 | |||
| 2023-07-19 | Add infrastructure for compiler warnings (#1731) | lolstork | |
| 2023-07-18 | Extract syntax module into typst-syntax crate | Laurenz | |
