New
v2.2
Full Changelog: https://github.com/rendercv/rendercv/compare/v2.1...v2.2
Added
- Two new entry types have been added:
NumberedEntryandReversedNumberedEntry. - Four new fields have been added to the YAML input file:
design.section_titles.font_family,design.header.name_font_family,design.header.connections_font_family, anddesign.entries.allow_page_break_in_sections. - New fonts have been added: EB Garamond, Fontin, Gentium Book Plus, Lato, Noto Sans, Open Sans, Raleway, and Open Sauce Sans.
- Users are now allowed to use custom fonts, by providing font files in the
fontsfolder next to the YAML input file. - Typst commands are now allowed in the YAML input file. For example, a text can be converted to a subscript with
#sub[text]. - A new social network has been added:
X(#212, #187, #109, #107). - Executable files for Windows, MacOS, and Linux are now available with each release.
Fixed
Nonevalues in the entries are now handled correctly.--png-pathoption of therendercv rendercommand has been fixed (#332).- Issues with escaping Markdown characters have been fixed (#347).
New Contributors
- @misrasaurabh1 made their first contribution in https://github.com/rendercv/rendercv/pull/338