| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-02 | Move everything into `crates/` directory | Laurenz | |
| 2023-07-02 | Move more watching code into `watch.rs` | Laurenz | |
| 2023-07-02 | Modularize CLI | Laurenz | |
| This introduces one small breaking change: `--root` and `--font-paths` can't appear in front of the command anymore. Also fixes #1491. | |||
| 2023-06-28 | Reintroduce `--root` | Laurenz | |
| 2023-06-27 | Basic package management | Laurenz | |
| 2023-06-24 | Tidy up | Laurenz | |
| 2023-06-24 | Display compilation time in status message (#1564) | Joseph Wilson | |
| 2023-06-24 | Watch dependencies that are outside of root (#1523) | Mathieu David | |
| 2023-06-24 | Add infrastructure to enrich errors with hints (#1486) | Mathias Fischler | |
| 2023-06-12 | More `bail!` usage | Laurenz | |
| 2023-06-12 | Fix a bunch of typos + broken link (#1453) | Alex Saveau | |
| 2023-06-09 | Touch up docs | Laurenz | |
| 2023-06-09 | Replace atty with std | Laurenz | |
| 2023-06-08 | Watch root and parent directory | Laurenz | |
| Fixes #1436 | |||
| 2023-06-07 | refactor: Replace once_cell to std lib (#1402) | Yang Hau | |
| 2023-06-06 | Rename `into_u16` to `as_u16` | Laurenz | |
| 2023-05-29 | ignore utf-8 bom (#1317) | Naim A | |
| 2023-05-24 | Use chrono instead of time in the CLI (#1300) | Laurenz Stampfl | |
| 2023-05-23 | CLI option for emitting diagnostics in a unix-style short format (#1176) | erikwastaken | |
| 2023-05-23 | feat(cli): export as png (#1159) | Lino Le Van | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-05-23 | Add support for date & time handling (#435) | Laurenz Stampfl | |
| 2023-05-22 | Don't emit color codes if stderr isn't a TTY | Laurenz | |
| Fixes #521 | |||
| 2023-05-22 | Set exit code for CLI errors | Laurenz | |
| Fixes #1241 | |||
| 2023-05-22 | Tidy up CLI | Laurenz | |
| 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 | |||
