| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-09 | Replace atty with std | Laurenz | |
| 2023-05-24 | Use chrono instead of time in the CLI (#1300) | Laurenz Stampfl | |
| 2023-05-23 | Add support for date & time handling (#435) | Laurenz Stampfl | |
| 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-17 | Bump comemo | Laurenz | |
| 2023-04-13 | Reduce amount of hashing | Laurenz | |
| 2023-04-12 | Read font path from environment variables (#649) | Michael Lohr | |
| 2023-04-11 | Version bumpv0.2.0 | Laurenz | |
| 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-03-30 | Rewrite of CLI using clap (#468) | Sébastien d'Herbais de Thun | |
| 2023-03-27 | Bump dependencies | Laurenz | |
| 2023-03-21 | Embed standard fonts in binaryv23-03-21-2 | Laurenz | |
| 2023-02-06 | Set Typst versions to `0.0.0` | Laurenz | |
| 2022-12-02 | Introduce virtual typesetter | 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 | |
