| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-07 | add calc.exp, calc.ln (#1299) | Jett Chen | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 2023-06-07 | refactor: Replace once_cell to std lib (#1402) | Yang Hau | |
| 2023-06-07 | Clarify markup details in the documentation (#1434) | Grégoire Locqueville | |
| 2023-06-06 | Add sym.xor (#1397) | figsoda | |
| 2023-06-06 | Small refactorings | Laurenz | |
| 2023-06-06 | Improve value casting infrastructure | Laurenz | |
| 2023-06-06 | Add note to `groups.yml` | Laurenz | |
| 2023-06-06 | Rename `into_u16` to `as_u16` | Laurenz | |
| 2023-06-02 | Remove link to `Option::contains`, since it has been removed (#1399) | figsoda | |
| 2023-06-01 | Add sym.bullet, which is different from sym.circle.filled.small (#1372) | Tobias Clasen | |
| 2023-06-01 | Bugfix of CJK punctuation adjustment (#1384) | Peng Guanwen | |
| 2023-05-31 | More link fixes | Martin Haug | |
| 2023-05-31 | Fix 404 links | Martin Haug | |
| 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 ⊬ to symbols.rs (#1318) | Matthias Georg Mayer | |
| 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 | Skip empty ICC profiles | Laurenz | |
| ICC profile decoding for PNGs is broken in the version of the `png` crate `image` currently depends on. The bugfix (https://github.com/image-rs/image-png/commit/4c5b0535f05b8ea5fc1dbd7179d487728edea757) is released in `png`, but not yet in `image`. As a quick fix, we'll skip empty profiles, they are never valid anyway. Fixes #1333. | |||
| 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-30 | Add Danish (#1365) | sandal | |
| 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-29 | ignore utf-8 bom (#1317) | Naim A | |
| 2023-05-29 | feat: Add Swedish (#1353) | Olle Månsson | |
| 2023-05-29 | Add Dutch LocalNames (#1357) | Lynn | |
| 2023-05-24 | Fix panic in attachment layout | Laurenz | |
| 2023-05-24 | Rework delimiter errors | Laurenz | |
| Fixes #572 | |||
| 2023-05-24 | add r.double.not (#1315) | Murphy Sünnenwold | |
| 2023-05-24 | Use chrono instead of time in the CLI (#1300) | Laurenz Stampfl | |
| 2023-05-23 | Fix typo | Laurenz | |
| 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 | Add note to text fractions | Laurenz | |
| Fixes #465 Fixes #1105 | |||
| 2023-05-23 | Add alternative lowercase sigma (#1203) | Eric Biedert | |
| 2023-05-23 | Fix tests on windows (#1222) | Eric Biedert | |
| 2023-05-23 | CLI option for emitting diagnostics in a unix-style short format (#1176) | erikwastaken | |
| 2023-05-23 | feat(cli): export as png (#1159) | Lino Le Van | |
| Co-authored-by: Laurenz <laurmaedje@gmail.com> | |||
| 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 | |||
| 2023-05-22 | Fix PDF outline bugs | Laurenz | |
| Fixes #1098 Fixes #1143 Fixes #1151 | |||
| 2023-05-22 | Don't emit color codes if stderr isn't a TTY | Laurenz | |
| Fixes #521 | |||
| 2023-05-22 | Set exit code for CLI errors | Laurenz | |
| Fixes #1241 | |||
| 2023-05-22 | Tidy up CLI | Laurenz | |
| 2023-05-22 | Fix field access on styled element | Laurenz | |
| Fixes #1197 | |||
