summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-11Version bumpv0.2.0Laurenz
2023-04-11Update changelogLaurenz
2023-04-11Let dictionaries respect insertion orderLaurenz
2023-04-11Improve documentationLaurenz
2023-04-11Add support for more ratio multiplicationsLaurenz
2023-04-11Remove support for number / ratioLaurenz
If `1 * 40%` and `1 / 40%` both work, then I would expect `1cm * 40%` and `1cm / 40%` to work, too. So the result of both multiplication and division is always the left type. Same with `100% * 40%`. But `100% / 40%` does not return a ratio, it returns a float. This breaks the consistency. For this reason, I am removing support for just the new divisions for now, but we can revisit this.
2023-04-11Optimization to `Introspector::extract` (#734)Daniel Csillag
2023-04-11fix parenthesized binding (#707)Marmare314
2023-04-11Fix highlighting of identifiers before bracketsLaurenz
2023-04-11Fix heading supplementLaurenz
Fixes #730
2023-04-11Fix duplicate error message for destructuringLaurenz
2023-04-11Remove enumeration support from `map`Laurenz
2023-04-11Fix square sizingLaurenz
Fixes #85.
2023-04-11add `sinc` operator (#720)classabbyamp
this is for the sinc function (https://en.wikipedia.org/wiki/Sinc_function)
2023-04-11Allow treating ratios as floats (#681)Eric Biedert
2023-04-11Fixes CLI blocking upon opening pdf viewer (#706)Timme Bethe
Fixes issue typst/typst#704 by making opening a pdf viewer non-blocking. This does remove error reporting when the pdf viewer fails to be opened. This error reporting is difficult to regain since the error happens on a different thread.
2023-04-11Add Czech translation (#683)Radim Sückr
2023-04-11Added Arabic translations (#688)Abdul Rahman Sibahi
2023-04-11Add Vietnamese Translation (#684)ichxorya
2023-04-11add documentation for enumerate function (#664)Marmare314
2023-04-11Docs for Newton's notation for derivatives (#670)Eric Biedert
2023-04-11Remove waitlist reference from tutorial (#705)Michael Lohr
2023-04-11Remove '#' from FracElem docs (#691)Leedehai
2023-04-11Array sorting by key (#584)Daniel Csillag
2023-04-11Add cloning the the build stepsLaurenz
2023-04-11Revise ReadmeLaurenz
2023-04-07Update tiny-skia (#166)Ralph Langendam
2023-04-07Swap the misplaced top/bottom style (#642)Leedehai
2023-04-07Basic docker support (#234)adamijak
2023-04-07realize before layout_math (#637)_rqy
2023-04-06Add shell completions and man pages (#582)figsoda
2023-04-06Fix numbering testLaurenz
2023-04-06Add Chinese numbering (#565)SteamedFish
2023-04-06Fix block sizing testLaurenz
2023-04-06embed New Computer Modern into binary (#340)Charlie Moog
2023-04-06Add 'layout' function to obtain the size of the outer container (#557)Pg Biel
2023-04-06Add Iroha-style numbering (+ bugfix) (#555)Alex Sayers
2023-04-06Unpacking syntax (#532)Marmare314
Closes #341
2023-04-06Fix block child spacingLaurenz
2023-04-06Reorganize matches on languagesLaurenz
2023-04-06Add Norwegian language support (#628)jakobrs
2023-04-06add support for polish language (#623)zymon
2023-04-06add support for slovenian language (#621)Vid Drobnič
2023-04-06Fix path and polygon strokesLaurenz
2023-04-06Fix box and block sizingLaurenz
2023-04-06Changed rules of figures (#627)Sébastien d'Herbais de Thun
2023-04-06Path support (#536)SekoiaTree
2023-04-05Appends a hint if length is expected but hint provided. (#580)astrale-sharp
2023-04-05Fix RU translation for raw block (#596)teenjuna
2023-04-05Fixed page numbering (#594)Sébastien d'Herbais de Thun