| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-28 | Watch root directory instead of current one | Laurenz | |
| 2023-03-28 | Return with non-zero status code in case of error | Laurenz | |
| 2023-03-28 | Fix tests on Windows | Laurenz | |
| Fixes #386. | |||
| 2023-03-28 | Also embed oblique monospace fonts | Laurenz | |
| 2023-03-27 | Bump dependencies | Laurenz | |
| 2023-03-26 | Cache eviction helps | Laurenz | |
| Fixes #334. | |||
| 2023-03-25 | Don't let the build script overwrite TYPST_VERSION (#154) | figsoda | |
| 2023-03-25 | Add custom font search path support for typst cli (#270) | 7sDream | |
| 2023-03-24 | Fix index out of bounds error in build script (#173) | figsoda | |
| 2023-03-24 | Changed "ColorChoice::Always" to "ColorChoice::Auto" to honour user setting ↵ | Dave L | |
| of TERM / NO_COLOR (#230) | |||
| 2023-03-22 | Fix build if not on a git checkout (#119) | Felix Obenhuber | |
| Check the exit status of the `git` invocation before parsing the output. If there's no `.git` the output may look like: ``` fatal: not a git repository (or any of the parent directories): .git ``` and the version shall be set to unknown. | |||
| 2023-03-21 | Switch to `Buffer::from_static` for embedded fonts | Laurenz | |
| 2023-03-21 | Fail gracefully if `git` does not exist | Laurenz | |
| 2023-03-21 | Embed standard fonts in binaryv23-03-21-2 | Laurenz | |
| 2023-03-21 | Release action | Laurenz | |
| 2023-03-17 | Hover and autocomplete in show rules | Laurenz | |
| 2023-03-01 | Split up `model` module | Laurenz | |
| 2023-02-06 | Set Typst versions to `0.0.0` | Laurenz | |
| 2022-12-19 | Syntax and example sections | Laurenz | |
| 2022-12-02 | Introduce virtual typesetter | Laurenz | |
| 2022-11-29 | Reorganize library and tests | Laurenz | |
| 2022-11-27 | Switch `StrResult` to `EcoString` | Laurenz | |
| 2022-11-26 | Document metadata | Laurenz | |
| 2022-11-24 | Separate typesetting and compilation | Laurenz | |
| 2022-11-23 | Introduce `Library` | Laurenz | |
| 2022-11-23 | More general evaluation interface | Laurenz | |
| 2022-11-04 | Style changes | Laurenz | |
| 2022-11-03 | Tidy up library | Laurenz | |
| 2022-11-03 | Separate test crate | Laurenz | |
| This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414 | |||
| 2022-11-03 | Split crates | Laurenz | |
