| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-03 | Honor text’s fallback option for hyphenation (#2301) | bluebear94 | |
| 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-30 | Fix dead links | Laurenz | |
| 2023-09-29 | Color fixes (#2262) | Sébastien d'Herbais de Thun | |
| 2023-09-28 | Enable font fallback for hyphen (#2233) | LU Jialin | |
| 2023-09-28 | initial Romanian support (#2246) | DVDTSB | |
| 2023-09-28 | Handle compiler panics when handling infinite lengths (#2215) | bluebear94 | |
| 2023-09-27 | Refactor image handling | Laurenz | |
| 2023-09-26 | Extract IDE crate | Laurenz | |
| 2023-09-26 | Prevent block spacing with placed elements (#2244) | Eric Biedert | |
| 2023-09-26 | Resolve spacing before comparing (#2235) | Eric Biedert | |
| 2023-09-26 | Add ability to set document keywords. (#2234) | qj | |
| 2023-09-26 | Add `wide` spacing for math (#2224) | DVDTSB | |
| 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 | feat: inital Hungarian language support (#2229) | FlyinPancake | |
| 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 | Correct the consecutive hyphen cost (#2190) | Peng Guanwen | |
| This just fixes a mistake previously made. `0.3` is the correct number that is proportional to the parameters in Knuth's paper. The previously choosed value `300` is due to my calculation mistake and is too large that essentially prevent any consecutive hyphens. | |||
| 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-18 | Fix duplicate state manipulation | Laurenz | |
| The flow layouts footnotes twice in some cases, which messed up the Vt's locator state. Typically, we use `thing.measure` instead of `thing.layout` to prevent side effects, but in this case it was simpler to just undo the modification. A future layout engine rewrite should try to make this kind of error harder to make. Fixes #1597 | |||
| 2023-09-14 | Minor docs fixes | Laurenz | |
| 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-11 | First-class types | Laurenz | |
| Makes types first-class values. | |||
| 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 | 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-07 | Add note: footnote show/set rules at document start (#2078) | raphCode | |
| 2023-09-06 | Fix arguments for hyberbolic functions (#2072) | klMse | |
| 2023-09-06 | Fix spacing after number in math | Laurenz | |
| Fixes #1052 | |||
| 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-05 | fix typo in the to-bytes conversion (#2067) | LU Jialin | |
| 2023-09-04 | Docs fixes | Laurenz | |
| Fixes #2059 Fixes #1946 Fixes #1936 Fixes #1862 Fixes #1820 Fixes #1383 | |||
| 2023-09-04 | Fix improper line wrapping in the presence of medial newlines (#2056) | bluebear94 | |
| Fixes #2019. | |||
| 2023-09-04 | Add a page setup guide (#1911) | Martin Haug | |
| 2023-08-31 | Replace tabs with spaces in raw elements. (#2042) | Anton Wetzel | |
| 2023-08-31 | Modify sqrt example (#2028) | Szymon Bęczkowski | |
| 2023-08-31 | Add regular polygons to visualize (#1215) | Reid Johnson | |
