| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-20 | Version bumpv0.4.0 | Laurenz | |
| 2023-05-19 | cli: Emit escape codes only if output is a tty (#1188) | Johannes Wolf | |
| 2023-05-16 | Bump comemo | Laurenz | |
| 2023-05-11 | Remove 'static bound on `World` | Laurenz | |
| Thanks to improvements in comemo, tracked types don't need to be 'static anymore. This means that the 'static bound on the `World` is now lifted and that the `Route` doesn't need to use unsafe code anymore to manage its lifetime. | |||
| 2023-05-03 | Add rust minimum version in `Cargo.toml` (#902) | HarmoGlace | |
| 2023-04-26 | Version bumpv0.3.0 | Laurenz | |
| 2023-04-26 | Touch up docs | Laurenz | |
| 2023-04-26 | Upgrade a bunch of deps and remove two unused ones (#968) | Alex Saveau | |
| 2023-04-23 | Add instrumentation (Part 1) (#761) | Sébastien d'Herbais de Thun | |
| 2023-04-19 | Change SipHash2-4 -> SipHash1-3 (#780) | Daniel Csillag | |
| This seems to significantly improves performance. Inspired by https://github.com/rust-lang/rust/pull/107925 | |||
| 2023-04-17 | Bump comemo | Laurenz | |
| 2023-04-13 | Reduce amount of hashing | Laurenz | |
| 2023-04-13 | Include embedded fonts in listing | Laurenz | |
| 2023-04-12 | Read font path from environment variables (#649) | Michael Lohr | |
| 2023-04-11 | Version bumpv0.2.0 | Laurenz | |
| 2023-04-11 | Fixes CLI blocking upon opening pdf viewer (#706) | Timme Bethe | |
| Fixes issue typst/typst#704 by making opening a pdf viewer non-blocking. This does remove error reporting when the pdf viewer fails to be opened. This error reporting is difficult to regain since the error happens on a different thread. | |||
| 2023-04-06 | Add shell completions and man pages (#582) | figsoda | |
| 2023-04-06 | embed New Computer Modern into binary (#340) | Charlie Moog | |
| 2023-04-05 | Bump versionv0.1.0 | Laurenz | |
| 2023-04-04 | CLI: open flag (#480) | Sébastien d'Herbais de Thun | |
| 2023-04-01 | Add aliases for subcommands (#485) | figsoda | |
| 2023-04-01 | Needless clone, borrows, casts and lifetimes (#504) | Marek Barvíř | |
| 2023-03-31 | Correct minor typos (#474) | Chris Ohk | |
| 2023-03-30 | Rewrite of CLI using clap (#468) | Sébastien d'Herbais de Thun | |
| 2023-03-30 | cli: Allow reading every path not of type dir (#414) | Johannes Wolf | |
| 2023-03-29 | Fix file watching when only file name is given (#433) | Alexander Korn | |
| Fixes #300 | |||
| 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 | |
