| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-30 | Minor improvements | Laurenz | |
| 2023-06-28 | Reintroduce `--root` | Laurenz | |
| 2023-06-27 | Basic package management | Laurenz | |
| 2023-06-26 | support optical sizes for script/scriptscript when available (#1580) | damaxwell | |
| 2023-06-26 | Make footnotes referenceable (#1546) | MALO | |
| 2023-06-26 | shape_tofus: respect text direction when inserting tofus (#1519) | bluebear94 | |
| This ensures that the ranges of the shaped glyphs are monotonically decreasing in right-to-left-text, thus avoiding nonsensical results in find_safe_to_break that later causes a panic (see #1373). Additionally, debug assertions have been added to catch non-monotonic glyph ranges. | |||
| 2023-06-24 | Use third person in documentation (#1560) | MALO | |
| 2023-06-24 | Added argument to disable limits in inline math, closes #1522 (#1552) | sitandr | |
| 2023-06-24 | layout::par::collect: Treat linebreak element as whitespace (#1542) | bluebear94 | |
| Fixes #1540. | |||
| 2023-06-24 | Add infrastructure to enrich errors with hints (#1486) | Mathias Fischler | |
| 2023-06-20 | Make factorial take precedence over fraction in math expressions (#1487) | bluebear94 | |
| Fixes #1475. | |||
| 2023-06-20 | Created new system for limits (fixes #1443) (#1452) | sitandr | |
| 2023-06-12 | Fix bug with extra table lines | Laurenz | |
| Fixes #183 | |||
| 2023-06-12 | Fix bug with missing table row | Laurenz | |
| Fixes #1388 | |||
| 2023-06-12 | Delayed errors | Laurenz | |
| Fixes #785. Thanks to @Dherse for the idea! | |||
| 2023-06-12 | Clear page to Even Or Odd (#1427) | Zachary Capalbo | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-06-12 | Support for inside and outside margins (#1308) | Luis David Licea Torres | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-06-12 | Resolve #1141: Add hint for missing numbering, improve hint format ↵ | Mathias Fischler | |
| consistency (#1456) | |||
| 2023-06-12 | Add `outline.entry` (#1423) | Pg Biel | |
| 2023-06-09 | Undo regex type rename | Laurenz | |
| Unnecessary breaking change for now | |||
| 2023-06-09 | Translate TOML datetime properly | Laurenz | |
| 2023-06-09 | Adjust outline indent option | Laurenz | |
| 2023-06-09 | Rename `cramp` to `cramped` | Laurenz | |
| 2023-06-09 | Treat function-looking code in attachment as function (#985) | Alex Saveau | |
| 2023-06-09 | Don't type check matrices (#1442) | Alex Saveau | |
| 2023-06-08 | Improve footnote handling for multi-page blocks | Laurenz | |
| 2023-06-08 | Fix footnote in columns | Laurenz | |
| Fixes #1433 | |||
| 2023-06-08 | Fix a bug with footnotes in blocks/lists/etc. | Laurenz | |
| This still not gives the "footnote and entry" are on same page invariant for blocks, but at least we do not get random extraneous page breaks anymore. Relevant issues: #1275, #1433 | |||
| 2023-06-08 | Fix a bug in footnote together-keeping logic | Laurenz | |
| 2023-06-08 | Fix line alignment | Laurenz | |
| Fixes #1398. How this works for the other shapes is a hack, but the line was missing from that hack. | |||
| 2023-06-07 | add calc.exp, calc.ln (#1299) | Jett Chen | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-06-06 | Improve value casting infrastructure | Laurenz | |
| 2023-06-01 | Bugfix of CJK punctuation adjustment (#1384) | Peng Guanwen | |
| 2023-05-30 | Add NumberingKind variants for Korean (#1360) | Sung Jeon | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-05-30 | Unicode code point conversion (#1068) (#1132) | Erik Bünnig | |
| 2023-05-30 | Add a base parameter to str() (#1362) | Lynn | |
| 2023-05-30 | Use icu4x for linebreaking algorithm (#1355) | Peng Guanwen | |
| 2023-05-30 | Fix doc links | Laurenz | |
| 2023-05-30 | Fix pagebreak before `place` | Laurenz | |
| Fixes #1368 | |||
| 2023-05-30 | Support syntax highlighting for more languages (#771) | Gabriel Wu | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-05-30 | Custom outline indenting (#1157) | Pg Biel | |
| 2023-05-30 | Add `fields` method to content (#1340) | MALO | |
| 2023-05-29 | Fix `.at(default: ...)` for strings and content (#1339) | Pg Biel | |
| 2023-05-29 | Add regression test for fix 3eb1f31 (#1320) | Leedehai | |
| 2023-05-24 | Rework delimiter errors | Laurenz | |
| Fixes #572 | |||
| 2023-05-23 | Fix layout panic in rounded rectangle | Laurenz | |
| Fixes #1216 both by hardening the rounded rectangle against negative size and by ensuring that the negative size doesn't occur in the first place for this case. | |||
| 2023-05-23 | Forced size command in math (#1128) | sitandr | |
| 2023-05-23 | Add support for date & time handling (#435) | Laurenz Stampfl | |
| 2023-05-22 | Fix and simplify reference supplements | Laurenz | |
| - Fixes #873 by properly handling `none` supplement for`ref`. - Fixes #523 by adding a `supplement` parameter to `math.equation` - In the future, we can remove supplement functions in favor of show-set rules with fine-grained selectors. Currently, this is not possible because show-set + synthesis doesn't play well together | |||
| 2023-05-22 | Don't hide introspection metadata | Laurenz | |
| Fixes #622 | |||
