| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-29 | Fix paragraph spacing in Rust 1.82+0.8 | Laurenz | |
| 2023-09-13 | Update to usvg 0.35 (#2113) | Laurenz Stampfl | |
| 2023-09-13 | Touch up docs a little | Laurenz | |
| 2023-09-13 | Memoize plugin invocations | Laurenz | |
| 2023-09-13 | Mention import renaming in the docs | Laurenz | |
| 2023-09-13 | Fix floating placement within containers | Laurenz | |
| Fixes #1879 | |||
| 2023-09-13 | Fix embedding of CID-keyed fonts into PDF | Laurenz | |
| Fixes #2032 Fixes #573 | |||
| 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-13 | Fix typo in svg export (#2124) | Wenzhuo Liu | |
| 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-12 | Gracefully handle error if field was not defined (#2110) | frozolotl | |
| 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 | Docs generation for types | Laurenz | |
| 2023-09-11 | First-class types | Laurenz | |
| Makes types first-class values. | |||
| 2023-09-11 | Better proc macros | 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 | Support proxy and custom certificate configuration. (#2006) | Zicklag | |
| 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-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 | 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-05 | Bump hayagriva | Laurenz | |
| 2023-09-05 | fix typo in the to-bytes conversion (#2067) | LU Jialin | |
| 2023-09-04 | Allow packages to specify their minimum compiler version | Laurenz | |
| 2023-09-04 | Bump hypher | Laurenz | |
| 2023-09-04 | Docs fixes | Laurenz | |
| Fixes #2059 Fixes #1946 Fixes #1936 Fixes #1862 Fixes #1820 Fixes #1383 | |||
| 2023-09-04 | Remove `ManuallyDrop` usage (#2058) | Simon Rask | |
| This usage can be removed since the issue was fixed: https://github.com/rust-lang/rust/issues/70919 | |||
| 2023-09-04 | Update ast.rs (#2057) | KillTheMule | |
| Rust 1.74 warns about this, noting it will be a hard error soon. Quite annoying when developing on an unstable compiler now already ;) | |||
| 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-09-01 | Font embedding fixes | Laurenz | |
| - Subset prefix based on hash instead of hardcoded - Fix base font name of Type0 font - Embed CFF directly as standalone font Co-Authored-By: Martin Haug <mhaug@live.de> | |||
| 2023-08-31 | Replace tabs with spaces in raw elements. (#2042) | Anton Wetzel | |
| 2023-08-31 | Display download progress for self-updating and packages (#2031) | jimvdl | |
| 2023-08-31 | Modify sqrt example (#2028) | Szymon Bęczkowski | |
| 2023-08-31 | Add regular polygons to visualize (#1215) | Reid Johnson | |
| 2023-08-30 | Fix typo in docs of `decode` method for image (#2046) | Kevin K | |
| 2023-08-30 | Add test for ends-with fix | Laurenz | |
| 2023-08-30 | Fix: ends-with (#2034) | Neill Johnston | |
| 2023-08-30 | Fix data loading display names | Laurenz | |
| 2023-08-30 | Support CBOR binary serialization / deserialization (#2000) | Beiri22 | |
| 2023-08-30 | Allow renaming imports with `as` (#1923) | Pg Biel | |
