| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-29 | Fix paragraph spacing in Rust 1.82+0.7 | Laurenz | |
| 2023-08-07 | Bump pdf-writer and svg2pdf | Laurenz | |
| 2023-08-07 | Add hint for "access denied" message | Laurenz | |
| 2023-08-07 | Fix autocomplete for functions in modules | Laurenz | |
| 2023-08-07 | Touch up docs | Laurenz | |
| 2023-08-07 | Show warning to user if they use double/empty underscores (italic) (#1871) | Mathias Fischler | |
| 2023-08-07 | Remove outdated docs about toml() not supporting datetimes (#1874) | Gokul Soumya | |
| 2023-08-06 | Query-System for metadata (#1812) | Beiri22 | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-08-05 | Decode image (#1810) | Beiri22 | |
| 2023-08-05 | Add support for opacities (#1844) | Laurenz Stampfl | |
| 2023-08-05 | Period and slash are ordinary characters in math (#1855) | damaxwell | |
| 2023-08-05 | Correct spacing between closing delimiter and large operators (#1857) | damaxwell | |
| 2023-08-04 | Bytes type | Laurenz | |
| - Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function | |||
| 2023-08-03 | Split markup and math shorthands for docs | Laurenz | |
| 2023-08-03 | Bump hypher | Laurenz | |
| 2023-08-03 | Add shorthands to category pages | Martin Haug | |
| 2023-08-03 | Search additional font paths before system/embedded (#1847) | Luke Chambers | |
| 2023-08-03 | layout::par::finalize: Bound allotted width when fitting to width (#1828) | bluebear94 | |
| Sometimes, optimized line breaking outputs lines that are wider than the allotted width so that spacing between words can be narrowed to fit. However, the width calculation for the fit-to-width case does not account for this, causing the resulting width to exceed the width of the region. This commit takes the minimum of the calculated width with the width of the region. Fixes #1825. | |||
| 2023-08-03 | enum ident one more then current start (#1824) | Anton Wetzel | |
| 2023-08-03 | Ensure normal weight math font face is consistent (#1774) | damaxwell | |
| 2023-08-03 | fix(cli): include export in compile time (#1816) | Wenzhuo Liu | |
| 2023-08-03 | large operators have limits in displays; relations have limits always (#1748) | damaxwell | |
| 2023-08-03 | Warn if layout doesn't stabilize (#1684) | bluebear94 | |
| 2023-08-01 | Fix datetime offset (#1845) | Beiri22 | |
| 2023-08-01 | Change package search and caching path | Laurenz | |
| Brings local packages in line with changes to the package repository. See also: https://github.com/typst/packages/issues/61 | |||
| 2023-07-29 | Add start parameter to array enumerate (#1818) | bluebear94 | |
| 2023-07-26 | Update field mutation error message (#1742) | Pg Biel | |
| 2023-07-26 | Cleanup docs (#1797) | Adrián Delgado | |
| 2023-07-26 | Add Listing's Spanish translation (#1798) | Adrián Delgado | |
| 2023-07-25 | Gardening. (#1789) | damaxwell | |
| 2023-07-24 | Enable feature raster images to resvg (#1786) | Laurenz Stampfl | |
| 2023-07-24 | Fix for loop (with key) autocompletion | Laurenz | |
| The special-case for loop syntax does not exist anymore, but the pattern syntax covers the use case. Fixes #1778. | |||
| 2023-07-24 | Show only latest version until colon is typed | Laurenz | |
| Fixes #1734 | |||
| 2023-07-21 | Bump svg2pdf | Laurenz | |
| Co-Authored-By: Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> | |||
| 2023-07-20 | Improved #box baselines in math (#1755) | damaxwell | |
| * Improved #box baselines in math * add a test | |||
| 2023-07-20 | Center delimiters vertically about the axis (#1756) | damaxwell | |
| 2023-07-20 | Center large operators on axis (#1735) | damaxwell | |
| 2023-07-19 | Move `perp` symbol into correct category (#1741) | DVDTSB | |
| 2023-07-19 | Identify state by key only | Laurenz | |
| 2023-07-19 | Resolve `place` deltas relative to real container size | Laurenz | |
| 2023-07-19 | Positions placed elements relative to real container size (#1745) | Laurenz | |
| This positions placed elements relative to the real container size instead of relative to the base size of the region. This makes its usage more versatile. Fixes #82 Fixes #685 Fixes #1705 | |||
| 2023-07-19 | Add infrastructure for compiler warnings (#1731) | lolstork | |
| 2023-07-19 | Support OpenType writing script (#1697) | damaxwell | |
| 2023-07-19 | Enable ecow's serde feature for typst-syntax | Laurenz | |
| 2023-07-18 | Support `scope` argument for `eval` | Laurenz | |
| 2023-07-18 | Support different modes for `eval` | Laurenz | |
| 2023-07-18 | Extract syntax module into typst-syntax crate | Laurenz | |
| 2023-07-18 | Improved math root layout (#1743) | damaxwell | |
| 2023-07-18 | Adding `dedup` to `array` (#1738) | Sébastien d'Herbais de Thun | |
| 2023-07-17 | Support for bounding box text edges (#1626) | damaxwell | |
