------------------------------------------------------------------- Mon Dec 15 11:42:53 UTC 2025 - Martin Sirringhaus - Update to 0.14.2 https://typst.app/docs/changelog/0.14.2/ https://github.com/typst/typst/releases/tag/v0.14.2 - Remove upstreamed pr7562-fix-missing-hint-in-testsuite.patch ------------------------------------------------------------------- Thu Dec 11 14:25:47 UTC 2025 - Martin Sirringhaus - Update to 0.14.1 https://typst.app/docs/changelog/0.14.1/ https://github.com/typst/typst/releases/tag/v0.14.1 - Add upstream pr7562-fix-missing-hint-in-testsuite.patch to fix testsuite ------------------------------------------------------------------- Mon Oct 27 08:27:34 UTC 2025 - Martin Sirringhaus - Update to 0.14.0 https://typst.app/blog/2025/typst-0.14/ https://typst.app/docs/changelog/0.14.0/ https://github.com/typst/typst/releases/tag/v0.14.0 - Add hayagriva-bump-strum-version.patch to fix build of hayagriva ------------------------------------------------------------------- Tue Aug 19 06:16:08 UTC 2025 - Martin Sirringhaus - Adjust build to updated cargo-packaging macros ------------------------------------------------------------------- Thu May 8 13:24:52 UTC 2025 - Martin Sirringhaus - Update dependencies to fix bsc#1242630 ------------------------------------------------------------------- Fri Mar 7 12:55:21 UTC 2025 - Marcus Rueckert - Update 0.13.1 https://github.com/typst/typst/releases/tag/v0.13.1 ------------------------------------------------------------------- Wed Feb 19 16:56:34 UTC 2025 - Marcus Rueckert - Update 0.13.0 https://typst.app/blog/2025/typst-0.13/ https://typst.app/docs/changelog/0.13.0/ https://github.com/typst/typst/releases/tag/v0.13.0 ------------------------------------------------------------------- Mon Nov 11 02:50:42 UTC 2024 - Joshua Smith - Added ZSH completions - Add main package to completion Requires ------------------------------------------------------------------- Fri Oct 18 23:05:17 UTC 2024 - Marcus Rueckert - Update to 0.12.0 https://typst.app/blog/2024/typst-0.12/ https://typst.app/docs/changelog/0.12.0/ - hayagriva directory is now versioned: - handle it properly during the build ------------------------------------------------------------------- Sat Jul 13 18:55:18 UTC 2024 - Sarah Kriesch - Add constraints for s390x and ppc64le based on "Out of memory" ------------------------------------------------------------------- Mon Jul 8 19:48:59 UTC 2024 - Marcus Rueckert - Rust 1.79 wants gcc 13 ------------------------------------------------------------------- Mon Jul 8 16:08:35 UTC 2024 - Marcus Rueckert - Actually build and install the correct binary for hayagriva ------------------------------------------------------------------- Fri Jun 14 17:42:46 UTC 2024 - Gordon Leung - Update to version 0.11.1 * Security - Fixed a vulnerability where image files at known paths could be embedded into the PDF even if they were outside of the project directory * Bibliography - Fixed et-al handling in subsequent citations - Fixed suppression of title for citations and bibliography references with no author - Fixed handling of initials in citation styles without a delimiter - Fixed bug with citations in footnotes * Text and Layout - Fixed interaction of first-line-indent and outline - Fixed compression of CJK punctuation marks at line start and end - Fixed handling of rectangles with negative dimensions - Fixed layout of path in explicitly sized container - Fixed broken raw text in right-to-left paragraphs - Fixed tab rendering in raw text with language typ or typc - Fixed highlighting of multi-line raw text enclosed by single backticks - Fixed indentation of overflowing lines in raw blocks - Fixed extra space when raw text ends with a backtick * Math - Fixed broken equations in right-to-left paragraphs - Fixed missing blackboard bold letters - Fixed error on empty arguments in 2D math argument list - Fixed stretching via mid for various characters - Fixed that alignment points in equations were affected by set align(..) * Export - Fixed smart quotes in PDF outline - Fixed patterns with spacing in PDF - Fixed wrong PDF page labels when page numbering was disabled after being previously enabled * Scripting - Fixed overflow for large numbers in external data files (by converting to floats instead) - Fixed str.trim(regex, at: end) when the whole string is matched * Miscellaneous - Fixed deformed strokes for specific shapes and thicknesses - Fixed newline handling in code mode: There can now be comments within chained method calls and between an if branch and the else keyword - Fixed inefficiency with incremental reparsing - Fixed autocompletions for relative file imports - Fixed crash in autocompletion handler - Fixed a bug where the path and entrypoint printed by typst init were not properly escaped -Fixed various documentation errors ------------------------------------------------------------------- Wed Mar 20 15:29:55 UTC 2024 - Martin Sirringhaus - Build CLI-command of hayagriva as an additional package - Use filtered vendor-tarball. - Simplify spec with forced gcc-usage ------------------------------------------------------------------- Mon Mar 18 08:51:12 UTC 2024 - Martin Sirringhaus - Update to version 0.11.0 * Tables - Tables are now _much_ more flexible, read the new [table guide]($guides/table-guide) to get started - Added [`table.cell`] element for per-cell configuration - Cells can now span multiple [columns]($table.cell.colspan) or [rows]($table.cell.rowspan) - The [stroke]($table.cell.stroke) of individual cells can now be customized - The [`align`]($table.align) and [`inset`]($table.inset) arguments of the table function now also take `{(x, y) => ..}` functions - Added [`table.hline`] and [`table.vline`] for convenient line customization - Added [`table.header`] element for table headers that repeat on every page - Added [`table.footer`] element for table footers that repeat on every page - All the new table functionality is also available for [grids]($grid) - Fixed gutter-related bugs * Templates - You can now use template packages to get started with new projects. Click _Start from template_ on the web app's dashboard and choose your preferred template or run the `typst init