Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
UniverLab
/
texforge
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
release: texforge v0.8.0
- #23
#23
Merged
JheisonMB
merged 64 commits into
main
UniverLab/texforge:main
from
develop
UniverLab/texforge:develop
Copy head branch name to clipboard
Aug 13, 2026
Conversation
Commits
64
(64)
Checks
Files changed
Merged
release: texforge v0.8.0
#23
JheisonMB
merged 64 commits into
main
UniverLab/texforge:main
from
develop
UniverLab/texforge:develop
Copy head branch name to clipboard
Commits
Commits on Jul 15, 2026
fix: ask user before installing agent skill, run wizard interactively
JheisonMB
committed
5812bc8
View commit details
Copy full SHA for 5812bc8
Browse repository at this point
test: add 149 unit tests for compiler, templates, commands, config, manifest, placeholders, linter, formatter, utils, version_checker
JheisonMB
committed
2aeb679
View commit details
Copy full SHA for 2aeb679
Browse repository at this point
Commits on Jul 21, 2026
style: apply rustfmt
JheisonMB
committed
e5f8e6c
View commit details
Copy full SHA for e5f8e6c
Browse repository at this point
fix: resolve clippy warnings
JheisonMB
committed
8c34cff
View commit details
Copy full SHA for 8c34cff
Browse repository at this point
fix: resolve failing tests for CI coverage
JheisonMB
committed
c293953
View commit details
Copy full SHA for c293953
Browse repository at this point
Commits on Jul 22, 2026
test: add config load/save and version edge case tests
Show description for 0e4e50a
JheisonMB
committed
0e4e50a
View commit details
Copy full SHA for 0e4e50a
Browse repository at this point
Commits on Jul 23, 2026
test: increase coverage to 81%+ with comprehensive tests
Show description for 465a1eb
JheisonMB
committed
465a1eb
View commit details
Copy full SHA for 465a1eb
Browse repository at this point
style: fix clippy warnings
JheisonMB
committed
8830b02
View commit details
Copy full SHA for 8830b02
Browse repository at this point
fix: initialize rustls crypto provider in template test
JheisonMB
committed
f121d33
View commit details
Copy full SHA for f121d33
Browse repository at this point
Merge pull request #21 from UniverLab/ci/increase-coverage
Show description for 4071434
JheisonMB
authored
4071434
View commit details
Copy full SHA for 4071434
Browse repository at this point
Commits on Aug 7, 2026
feat(linter): add Severity enum and --deny-warnings flag
Show description for 2fa2549
JheisonMB
committed
2fa2549
View commit details
Copy full SHA for 2fa2549
Browse repository at this point
feat(compiler): surface tectonic warnings on successful builds
JheisonMB
committed
34e3872
View commit details
Copy full SHA for 34e3872
Browse repository at this point
feat(texparse): add context-aware LaTeX tokenizer
Show description for cc6a54a
JheisonMB
committed
cc6a54a
View commit details
Copy full SHA for cc6a54a
Browse repository at this point
feat(stats): add word count per section with human and JSON output
JheisonMB
committed
2732cf2
View commit details
Copy full SHA for 2732cf2
Browse repository at this point
feat(linter): detect silent-divergence glyphs in prose
JheisonMB
committed
aaacfd7
View commit details
Copy full SHA for aaacfd7
Browse repository at this point
feat(outline): add section tree command with --json output
JheisonMB
committed
6ec9590
View commit details
Copy full SHA for 6ec9590
Browse repository at this point
feat(linter): detect packages that break or do nothing under Tectonic/XeTeX
JheisonMB
committed
e9758f6
View commit details
Copy full SHA for e9758f6
Browse repository at this point
feat(linter): warn about unused .bib entries never cited
JheisonMB
committed
121b1f6
View commit details
Copy full SHA for 121b1f6
Browse repository at this point
feat(build): add reproducible builds via SOURCE_DATE_EPOCH
Show description for 982e2d4
JheisonMB
committed
982e2d4
View commit details
Copy full SHA for 982e2d4
Browse repository at this point
feat(raster): add PDF rasterization via hayro and preview command
JheisonMB
committed
f73fad4
View commit details
Copy full SHA for f73fad4
Browse repository at this point
feat(watch): add --preview flag for live PNG preview
JheisonMB
committed
7d6b8e6
View commit details
Copy full SHA for 7d6b8e6
Browse repository at this point
feat(pdf): add PDF text extraction and fidelity check
JheisonMB
committed
9be3568
View commit details
Copy full SHA for 9be3568
Browse repository at this point
feat(pdf): verify font embedding and validate PDF metadata dates
JheisonMB
committed
c62fe2f
View commit details
Copy full SHA for c62fe2f
Browse repository at this point
Commits on Aug 10, 2026
feat(linter): add spell checker with on-demand dictionaries
JheisonMB
committed
63f4183
View commit details
Copy full SHA for 63f4183
Browse repository at this point
feat(doctor): add texforge doctor to diagnose the managed environment
JheisonMB
committed
17b7984
View commit details
Copy full SHA for 17b7984
Browse repository at this point
fix(version-check): build the real release asset name in the download URL
Show description for 4584410
JheisonMB
committed
4584410
View commit details
Copy full SHA for 4584410
Browse repository at this point
Commits on Aug 11, 2026
fix(pdf-check): normalize source tokens before fidelity comparison
Show description for 76bacc2
JheisonMB
committed
76bacc2
View commit details
Copy full SHA for 76bacc2
Browse repository at this point
fix(texparse): resolve macro-wrapped section titles to plain text
JheisonMB
committed
2c16831
View commit details
Copy full SHA for 2c16831
Browse repository at this point
fix(linter): distinguish missing download tool from failed transfer
JheisonMB
committed
c4f3528
View commit details
Copy full SHA for c4f3528
Browse repository at this point
chore: bump version to 0.8.0
JheisonMB
committed
9ad595d
View commit details
Copy full SHA for 9ad595d
Browse repository at this point
fix(linter): skip spell-check when resolved language dictionary is missing instead of silently checking against wrong language
Show description for e7d7956
JheisonMB
committed
e7d7956
View commit details
Copy full SHA for e7d7956
Browse repository at this point
fix(pdf-pages): skip unmatchable section titles instead of blocking all later sections
JheisonMB
committed
b758dba
View commit details
Copy full SHA for b758dba
Browse repository at this point
fix(outline): unescape escaped specials in resolved titles
JheisonMB
committed
9ab9d86
View commit details
Copy full SHA for 9ab9d86
Browse repository at this point
fix(linter): read raw_title in check_section_title to avoid false escaped-special errors
Jheison
authored and
JheisonMB
committed
2dd56bc
View commit details
Copy full SHA for 2dd56bc
Browse repository at this point
fix(pdf): attribute pages to the first heading that opens them, not the last
Show description for dc05071
JheisonMB
committed
dc05071
View commit details
Copy full SHA for dc05071
Browse repository at this point
fix(linter): document babel declaration wins over config default in spell-check language resolution
Show description for fdc80ca
JheisonMB
committed
fdc80ca
View commit details
Copy full SHA for fdc80ca
Browse repository at this point
feat(linter): add Hunspell backend via spellbook for Spanish spell-check
JheisonMB
committed
a059ea3
View commit details
Copy full SHA for a059ea3
Browse repository at this point
fix(spell): strip empty groups before word-splitting to prevent ligature fragments
JheisonMB
committed
7fda5bf
View commit details
Copy full SHA for 7fda5bf
Browse repository at this point
feat(spell): add texforge spell CLI for managing personal dictionary with global scope
JheisonMB
committed
bf0bca5
View commit details
Copy full SHA for bf0bca5
Browse repository at this point
Commits on Aug 12, 2026
feat(spell): invert default scope to global personal dictionary
Show description for 1fdced2
JheisonMB
committed
1fdced2
View commit details
Copy full SHA for 1fdced2
Browse repository at this point
feat(updater): replace running binary on self-update, refuse cargo installs
Show description for 64dc80b
JheisonMB
committed
64dc80b
View commit details
Copy full SHA for 64dc80b
Browse repository at this point
docs: Add homepage link to crates.io and README
JheisonMB
committed
59f46a5
View commit details
Copy full SHA for 59f46a5
Browse repository at this point
docs: Document spell-check, PDF inspection, and analysis commands
JheisonMB
committed
d6d20c5
View commit details
Copy full SHA for d6d20c5
Browse repository at this point
docs: fix the website link text, which named a host that does not exist
Show description for 3918242
JheisonMB
committed
3918242
View commit details
Copy full SHA for 3918242
Browse repository at this point
docs: Document language precedence, self-update, and spell-check integration
Show description for 5835482
JheisonMB
committed
5835482
View commit details
Copy full SHA for 5835482
Browse repository at this point
docs: the update prompt only appears on texforge init
Show description for 69622e6
JheisonMB
committed
69622e6
View commit details
Copy full SHA for 69622e6
Browse repository at this point
feat(diagrams): embed diagrams as vector PDF instead of rasterising to PNG
Show description for 5f46e41
JheisonMB
committed
5f46e41
View commit details
Copy full SHA for 5f46e41
Browse repository at this point
feat(diagrams): add style attribute with editorial, mono, technical presets
JheisonMB
committed
518633e
View commit details
Copy full SHA for 518633e
Browse repository at this point
docs(examples): showcase diagram style presets in capabilities demo
JheisonMB
committed
2b848dc
View commit details
Copy full SHA for 2b848dc
Browse repository at this point
Commits on Aug 13, 2026
fix(diagrams): brace option values so commas inside captions are preserved
JheisonMB
committed
a7dc2be
View commit details
Copy full SHA for a7dc2be
Browse repository at this point
fix(pdf-pages): strip numbering prefix to match numbered headings against TOC
JheisonMB
committed
d9af352
View commit details
Copy full SHA for d9af352
Browse repository at this point
refactor(diagrams): rename mono preset to monochrome
JheisonMB
committed
da047d4
View commit details
Copy full SHA for da047d4
Browse repository at this point
docs(examples): rebuild the capabilities PDF to match its source
JheisonMB
committed
a30e224
View commit details
Copy full SHA for a30e224
Browse repository at this point
fix(pdf-pages): handle both TOC entry shapes and advance carry on non-opening pages
opencode
authored and
JheisonMB
committed
1252fd5
View commit details
Copy full SHA for 1252fd5
Browse repository at this point
fix(pdf-pages): report the first matched heading on a page, never the last or a stale carry-forward
JheisonMB
committed
4947308
View commit details
Copy full SHA for 4947308
Browse repository at this point
refactor(diagrams): retune the editorial preset to texforge's own page palette
JheisonMB
committed
e59d913
View commit details
Copy full SHA for e59d913
Browse repository at this point
refactor(diagrams): reserve the accent for edges and draw shapes in ink
JheisonMB
committed
4838945
View commit details
Copy full SHA for 4838945
Browse repository at this point
docs(examples): demo diagram style presets with a richer sequence diagram
JheisonMB
committed
dd364d3
View commit details
Copy full SHA for dd364d3
Browse repository at this point
chore(demo): re-record the demo against the current build
JheisonMB
committed
477aef1
View commit details
Copy full SHA for 477aef1
Browse repository at this point
ci: enable nextest to fix env var races in test suite
JheisonMB
committed
f5158d3
View commit details
Copy full SHA for f5158d3
Browse repository at this point
ci: skip build preview test when tectonic is unavailable
JheisonMB
committed
7c7a918
View commit details
Copy full SHA for 7c7a918
Browse repository at this point
ci: add ensure_rustls to validate_general_template test
JheisonMB
committed
d3e8b56
View commit details
Copy full SHA for d3e8b56
Browse repository at this point
ci: add ensure_rustls to compiler tests that may download tectonic
JheisonMB
committed
d3ffc4a
View commit details
Copy full SHA for d3ffc4a
Browse repository at this point
Merge pull request #22 from UniverLab/feature/document-quality
Show description for 717b078
JheisonMB
authored
717b078
View commit details
Copy full SHA for 717b078
Browse repository at this point
You can’t perform that action at this time.