| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-09 | Multinomial coefficients (#2237) | TheJosefOlsson | |
| 2023-10-06 | Gradient Part 3 - Radial gradients (#2312) | Sébastien d'Herbais de Thun | |
| 2023-10-05 | Fix crashes with infinite lengths (part 2) (#2298) | bluebear94 | |
| 2023-10-04 | Gradient Part 2a - Fix sharp gradients in SVG (#2307) | Sébastien d'Herbais de Thun | |
| 2023-10-03 | Gradient Part 2 - Linear gradients (#2279) | Sébastien d'Herbais de Thun | |
| 2023-10-03 | Fix test failure | Laurenz | |
| Before we tested with an unavailable font, but the hyphens were still visible. But now the hyphens respect fallback too, so it's really hard to test it. I am removing the test for now. | |||
| 2023-10-03 | ShapedText::push_hyphen: Use self.base for default hyphen range (#2299) | bluebear94 | |
| In the unlikely chance that we hyphenate after an empty line, we set the glyph range to self.base..self.base so that subtracting Fixes #2283. | |||
| 2023-10-02 | Add capability to get current compiler version (#2016) | T0mstone | |
| 2023-10-02 | Passing color to the augment line in matrix (#2281) | LU Jialin | |
| 2023-09-29 | Color fixes (#2262) | Sébastien d'Herbais de Thun | |
| 2023-09-28 | Handle compiler panics when handling infinite lengths (#2215) | bluebear94 | |
| 2023-09-26 | Prevent block spacing with placed elements (#2244) | Eric Biedert | |
| 2023-09-26 | Avoid plugin panics (#2232) | Arnaud Golfouse | |
| 2023-09-26 | Resolve spacing before comparing (#2235) | Eric Biedert | |
| 2023-09-25 | Add `background` parameter to `overline`, `underline` and `strike` (#2219) | tingerrr | |
| 2023-09-25 | Add custom smart quotes (#2209) | tingerrr | |
| 2023-09-25 | Fixing the styling issues of the empty pages caused by pagebreak (#2182) | LU Jialin | |
| 2023-09-25 | Better rect edges (#1956) | Anton Wetzel | |
| 2023-09-25 | Fixing the baseline in math content (#2220) | LU Jialin | |
| 2023-09-21 | Add gaps for matrix, case, and vector (#2186) | SekoiaTree | |
| 2023-09-19 | Gradient Part 1 - Color rework (#2171) | Sébastien d'Herbais de Thun | |
| 2023-09-19 | Allow multiple fallback fonts in SVGs (#2122) | Eric Biedert | |
| 2023-09-18 | Fix "set align" for block equations (#2157) | Eric Biedert | |
| 2023-09-16 | Fix missing capturing of assignments | Laurenz | |
| The previous commit was a bit overambitious. The left-hand side of assignments should actually be fully captured: Argument lists in `at` calls can contain captured variables. And if the assigned variable itself is captured, then the function is faulty anyway. (And we ensure the correct error message by capturing it.) Fixes #2169 | |||
| 2023-09-15 | Remove 64-bit-specific test | Laurenz | |
| Fixes #2139 | |||
| 2023-09-14 | Fix invisibles on final page (#2141) | Laurenz | |
| 2023-09-13 | Fix floating placement within containers | Laurenz | |
| Fixes #1879 | |||
| 2023-09-13 | Bump dependencies | Laurenz | |
| 2023-09-13 | Fix newline in text in math | Laurenz | |
| Fixes #1948 | |||
| 2023-09-13 | Fix box in 100% width block | Laurenz | |
| Fixes #2128 | |||
| 2023-09-13 | Add logical numbering support for PDF export (#1933) | Kevin K | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-09-12 | Add figure separator field (#1791) | Dmitrij | |
| 2023-09-12 | Add `figure.caption` element (#1704) | MALO | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-09-12 | Fix newline parsing behaviour in markup | Laurenz | |
| 2023-09-11 | Type compatibility | Laurenz | |
| For now, types can be used like strings in operations to prevent breakage of many packages. Hopefully, we can get rid of this in the future. | |||
| 2023-09-11 | Update tests for type system changes | Laurenz | |
| 2023-09-11 | Forward third-party errors | Laurenz | |
| Better to know something even if it isn't always formatted in the prettiest way | |||
| 2023-09-11 | Wrap into an equation when a Math expr is evaluated (#2081) | LU Jialin | |
| 2023-09-11 | Provide `highlight` function for setting the background color of text (#2076) | LU Jialin | |
| 2023-09-09 | Fix font family mismatch between Typst and usvg | Laurenz | |
| Fixes #2051 | |||
| 2023-09-06 | Fix spacing after number in math | Laurenz | |
| Fixes #1052 | |||
| 2023-09-06 | Don't automatically match fences | Laurenz | |
| Fixes #306 | |||
| 2023-09-06 | Interpret vertical page number alignment differently | Laurenz | |
| The vertical alignment of `number-align` now selects header or footer instead of aligning within the footer. This is a minor breaking change because - top behaves differently now - horizon is now forbidden - bottom (the new default) behaves differently, too Typical number-align usage will likely not use the vertical component at all, though. Fixes #645 | |||
| 2023-09-04 | Allow packages to specify their minimum compiler version | Laurenz | |
| 2023-09-04 | Fix improper line wrapping in the presence of medial newlines (#2056) | bluebear94 | |
| Fixes #2019. | |||
| 2023-09-01 | Rename test | Laurenz | |
| The name `empty` shall not appear in any test but `empty.typ`. | |||
| 2023-08-31 | Replace tabs with spaces in raw elements. (#2042) | Anton Wetzel | |
| 2023-08-31 | Add regular polygons to visualize (#1215) | Reid Johnson | |
| 2023-08-30 | Add test for ends-with fix | Laurenz | |
| 2023-08-30 | Fix data loading display names | Laurenz | |
