File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Changed
11+ - Bumped resvg to v0.40.
12+ - ` convert_str ` now requires a ` fontdb ` as an argument as well.
13+
14+ ## [ 0.10.0]
15+
1016### Added
1117- Added ability to list the available fonts found by svg2pdf. Thanks to [ @rgreinho ] ( https://github.com/rgreinho ) .
1218- Added support for filter rendering.
@@ -16,7 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1622- Fixed dpi ratio calculation. Thanks to [ @Ultraxime ] ( https://github.com/Ultraxime ) .
1723
1824### Changed
19- - Bumped resvg to v0.40 and fontdb to 0.16.
20- - ` convert_str ` now requires a ` fontdb ` as an argument as well.
25+ - Bumped resvg to v0.38 and fontdb to 0.16.
2126- (Internal) reworked the test suite.
22- - (Internal) synced test suite with resvg test suite.
27+ - (Internal) synced test suite with resvg test suite.
28+
29+ [ Unreleased ] : https://github.com/typst/svg2pdf/compare/v0.10.0...HEAD
30+ [ 0.10.0 ] : https://github.com/typst/svg2pdf/compare/v0.9.1...v0.10.0
You can’t perform that action at this time.
0 commit comments