File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 0.2.2] - 2026-02-27
2+
3+ ### Features
4+
5+ - * (fonts)* Embed minimal TrueType font for built-in metrics fallback
6+ - * (fonts)* Add FontSource::bytes() constructor and document priority behavior
7+
8+ ### Bug Fixes
9+
10+ - * (lib)* Propagate Pdf::new errors in parse_into_file and parse_into_bytes
11+ - * (pdf)* Replace .expect() with graceful fallback on font source loading
12+
13+ ### Other
14+
15+ - Don't check builtinfirst if providing font source
16+ - Allow loading a font as bytes
17+
18+ ### Refactor
19+
20+ - * (pdf)* Replace .expect() panics with Result propagation in Pdf::new
21+ - * (fonts)* Remove section separator comments
22+
23+
24+ ### Documentation
25+
26+ - * (readme)* Note that built-in fonts work without system fonts installed
27+ - * (readme)* Add embedded bytes font loading mode and usage example
28+
129## [ 0.2.1] - 2026-01-27
230
331### Features
Original file line number Diff line number Diff line change 11[package ]
22name = " markdown2pdf"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44edition = " 2021"
55authors = [" Ismael Sh <me@theiskaa.com>" ]
66description = " Create PDF with Markdown files (a md to pdf transpiler)"
You can’t perform that action at this time.
0 commit comments