| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| rendercv-2.8-py3-none-any.whl | 2026-03-21 | 146.0 kB | |
| rendercv-linux-ARM64.zip | 2026-03-21 | 86.3 MB | |
| rendercv-linux-x86_64.zip | 2026-03-21 | 82.2 MB | |
| rendercv-macos-ARM64.zip | 2026-03-21 | 80.4 MB | |
| rendercv-windows-x86_64.zip | 2026-03-21 | 78.3 MB | |
| README.md | 2026-03-21 | 2.7 kB | |
| v2.8 source code.tar.gz | 2026-03-21 | 40.5 MB | |
| v2.8 source code.zip | 2026-03-21 | 40.7 MB | |
| Totals: 8 Items | 408.6 MB | 6 | |
Full Changelog: https://github.com/rendercv/rendercv/compare/v2.7...v2.8
Added
- Four new themes have been added:
harvard,ink,opal, andember. - Four new centered section title types have been added:
centered_without_line,centered_with_partial_line,centered_with_centered_partial_line, andcentered_with_full_line. - Built-in locale defaults for 2 additional languages have been added: Vietnamese and Hungarian.
- Multi-platform Docker builds are now available for both
linux/amd64andlinux/arm64(#697).
Changed
- The
rendercv-typstTypst package is now bundled inside the Python package. RenderCV no longer requires an internet connection to compile PDFs, as it no longer needs to download the package from Typst Universe at runtime. The package will continue to be published on Typst Universe for standalone Typst users.
Fixed
- Custom fonts folder not being found when using a relative input path has been fixed (#692).
- CLI overrides like
--design.themeno longer crash when the target section is not present in the main YAML file (#595). - The
SUMMARYplaceholder can now be used inline in templates (#653). - Design and locale overlay files specified in YAML
settings.render_commandare now loaded correctly (#690). - Copied template files are now made writable for immutable distributions like NixOS (#673).
- Markdown lines are now processed independently to prevent cross-line emphasis interference (#685).
- Connector words in phrases no longer appear when their associated placeholder is empty (e.g., "BS in Mechanical Engineering" now correctly renders as "Mechanical Engineering" when the degree is omitted, instead of "in Mechanical Engineering").
EducationEntrylocation placement in markdown output has been fixed (#691).
New Contributors
- @noahcroghan made their first contribution in https://github.com/rendercv/rendercv/pull/691
- @quentinms made their first contribution in https://github.com/rendercv/rendercv/pull/697
- @TBG-FR made their first contribution in https://github.com/rendercv/rendercv/pull/629
- @MatthewSZhang made their first contribution in https://github.com/rendercv/rendercv/pull/692
- @Skeleton022 made their first contribution in https://github.com/rendercv/rendercv/pull/687