| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-31 | Version bumpv0.9.0 | Laurenz | |
| 2023-09-13 | Version bumpv0.8.0 | Laurenz | |
| 2023-08-25 | Specify resolver | Laurenz | |
| 2023-08-07 | Version bumpv0.7.0 | Laurenz | |
| 2023-07-02 | Move everything into `crates/` directory | Laurenz | |
| 2023-06-30 | Version bumpv0.6.0 | Laurenz | |
| 2023-06-27 | Basic package management | Laurenz | |
| 2023-06-09 | Version bumpv0.5.0 | Laurenz | |
| 2023-06-07 | refactor: Replace once_cell to std lib (#1402) | Yang Hau | |
| 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-20 | Version bumpv0.4.0 | Laurenz | |
| 2023-05-16 | Bump comemo | Laurenz | |
| 2023-05-15 | Switch from unicode_xid to unicode_ident (#1208) | Kevin Stevens | |
| 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-05-03 | Make ligatures copyable and searchable | Laurenz | |
| Fixes #479 Fixes #1040 | |||
| 2023-05-02 | Add ICC profiles to images in PDF and update `usvg`, `svg2pdf` (#822) | Martin Haug | |
| 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-24 | Enable debug symbols in development | Laurenz | |
| 2023-04-24 | Disable stacker on WASM | Laurenz | |
| 2023-04-23 | Add instrumentation (Part 1) (#761) | Sébastien d'Herbais de Thun | |
| 2023-04-18 | Handle SVG with text | Laurenz | |
| 2023-04-17 | Bump comemo | Laurenz | |
| 2023-04-13 | Reduce amount of hashing | Laurenz | |
| 2023-04-11 | Version bumpv0.2.0 | Laurenz | |
| 2023-04-11 | Optimization to `Introspector::extract` (#734) | Daniel Csillag | |
| 2023-04-07 | Update tiny-skia (#166) | Ralph Langendam | |
| 2023-04-05 | Bump versionv0.1.0 | Laurenz | |
| 2023-04-01 | Default workspace members to cli (#484) | figsoda | |
| 2023-03-29 | Make release builds using LTO (#396) | Filip Andersson | |
| 2023-03-27 | Bump dependencies | Laurenz | |
| 2023-03-24 | strip cli target (#143) | arctic-penguin | |
| Stripping `typst-cli` reduces the file size from 24 MB to 18 MB. | |||
| 2023-03-19 | Fix font embedding bugs | Laurenz | |
| 2023-03-01 | Bump `ecow` | Laurenz | |
| 2023-02-23 | Switch to ecow | Laurenz | |
| 2023-02-12 | Add XMP | Martin Haug | |
| 2023-02-06 | Set Typst versions to `0.0.0` | Laurenz | |
| 2023-02-06 | Documentation provider | Laurenz | |
| 2023-01-27 | Symbol values and modules | Laurenz | |
| 2023-01-27 | Small fixes | Laurenz | |
| 2023-01-22 | Remove ReX | Laurenz | |
| 2022-12-14 | Basic autocompletion | Laurenz | |
| 2022-12-14 | Move highlighting into new IDE module | Laurenz | |
| 2022-12-02 | Introduce virtual typesetter | Laurenz | |
| 2022-11-26 | Make content a bit more compact | 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 | |
