forked from typst/typst
-
Notifications
You must be signed in to change notification settings - Fork 0
Update repository from v0.9.0 to v0.13.1 - Bring fork up to date with upstream #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
hiandy24
merged 1,473 commits into
main
from
copilot/fix-7b31ae20-b051-46f8-8136-bd79fcc98b0f
Sep 27, 2025
Merged
Update repository from v0.9.0 to v0.13.1 - Bring fork up to date with upstream #1
hiandy24
merged 1,473 commits into
main
from
copilot/fix-7b31ae20-b051-46f8-8136-bd79fcc98b0f
Sep 27, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Co-authored-by: Laurenz <laurmaedje@gmail.com>
…ith newline (typst#6424) Co-authored-by: Laurenz <laurmaedje@gmail.com>
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Co-authored-by: Andrew Voynov <37143421+Andrew15-5@users.noreply.github.com> Co-authored-by: Laurenz <laurmaedje@gmail.com>
…0-b051-46f8-8136-bd79fcc98b0f
Copilot
AI
changed the title
[WIP] make this repository up to date with its source
Update repository from v0.9.0 to v0.13.1 - Bring fork up to date with upstream
Sep 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR brings the
hiandy24/typstfork up to date with the upstreamtypst/typstrepository by updating from version 0.9.0 (November 2023) to version 0.13.1 (March 2025).Problem
The fork was significantly outdated, missing nearly 2 years of development:
Solution
Performed a comprehensive update by merging the latest upstream changes:
Key Updates Included
Major Version Increments
New Features
Technical Improvements
Verification
✅ Compilation: Both
cargo checkandcargo build --releasesucceed✅ CLI Functionality:
typst --versionreports0.13.1 (96e32ac4)✅ PDF Generation: Successfully compiles documents to PDF
✅ Core Features: All basic Typst functionality working correctly
Impact
This update transforms the repository from a non-functional fork into a fully modern, production-ready Typst installation with all the latest features and improvements from 16+ months of upstream development.
The fork now matches the upstream repository entirely and includes all recent enhancements in text processing, layout capabilities, export formats, and developer experience improvements.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.