summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2023-11-27Check actions with dependabot (#2766)danieleades
2023-11-27Run clippy on all features (#2767)danieleades
2023-10-09Update issue template and link to web app issue trackerLaurenz
2023-09-11Remove Nix flake CILaurenz
It takes long and it shouldn't break unless we raise the MSRV (for which there already is a CI check)
2023-08-26Let the CLI `typst update` itself without a package manager (#1887)jimvdl
2023-08-26Don't fail CI for multiple commits in quick successionLaurenz
2023-08-24Preserve release name and body on asset upload (#1990)jimvdl
2023-07-04Remove broken targets (#1636)Alistair Keiller
2023-06-28Test build and run Nix Flake in CI (#1477)Caleb Maclennan
Co-authored-by: figsoda <figsoda@pm.me>
2023-06-07refactor: Replace once_cell to std lib (#1402)Yang Hau
2023-05-23feat(cli): export as png (#1159)Lino Le Van
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-20Check crate docs in CILaurenz
2023-05-03Tidy up CILaurenz
2023-05-03Add rust minimum version in `Cargo.toml` (#902)HarmoGlace
2023-04-26fix x86_64-unknown-linux-musl by building through cross (#994)Alistair Keiller
2023-04-26Add sponsorship buttonMartin Haug
2023-04-23Add issue templatesMartin Haug
2023-04-19Fix argument sinksLaurenz
Fixes #886.
2023-04-19Add more release build targets (#847)Alistair Keiller
2023-04-18ClippyLaurenz
2023-04-07Basic docker support (#234)adamijak
2023-04-04Check formatting in CILaurenz
2023-03-29CI runs all tests (#434)CGMossa
2023-03-22Fix typos (#115)Kian-Meng Ang
Found via `codespell -S target -L crate,ist,thi,alle,dedented,ue,tung,nd,ende,overriden,dependant`
2023-03-21Release actionLaurenz
2022-11-22Scheduled maintenanceLaurenz
2022-11-03Separate test crateLaurenz
This removes the not-really-cyclic dependency that confuses rust-analyzer. See also: https://github.com/rust-lang/rust-analyzer/issues/2414
2022-09-25Fix CILaurenz
2022-01-01Disable dependabotLaurenz
2022-01-01Bump and lock dependenciesLaurenz
2021-06-30Bump dependenciesLaurenz
2021-06-30CI allows for both modesMartin
2021-04-23Reengineer font and resource loading 🏞Laurenz
2020-11-19Switch to pdf-writer ⬆️Laurenz
2020-10-13Rename typstc -> typst ✏Laurenz
2020-09-27Rename master to main 🔀Laurenz
2020-09-27Fix for updated fontdock ✔Laurenz
2020-09-06Move Dependabot file to right directory 📁Martin Haug
2020-08-02Update Cargo.toml and CI configuration ⚙Laurenz
2020-08-01Port font handling to fontdock and ttf-parser 🛳Laurenz
- Use fontdock for indexing fonts and querying - Typst binary now automatically indexes and uses system fonts in addition to a fixed font folder! - Removes subsetting support for now (was half-finished anyways, plan is to use harfbuzz for subsetting in the future) - Adds font width configuration support
2020-07-19Change crappy tide/toddle CI mistake 🙄Martin
2020-07-19Add GitHub Actions CIMartin