> **Full Changelog**: https://github.com/rendercv/rendercv/compare/v2.1...v2.2
Added
- Two new entry types have been added: `NumberedEntry` and `ReversedNumberedEntry`.
- 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`, and `design.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 `fonts` folder 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](https://github.com/rendercv/rendercv/pull/212), [#187](https://github.com/rendercv/rendercv/issues/187), [#109](https://github.com/rendercv/rendercv/issues/109), [#107](https://github.com/rendercv/rendercv/issues/107)).
- Executable files for Windows, MacOS, and Linux are now available with each release.
Fixed
- `None` values in the entries are now handled correctly.
- `--png-path` option of the `rendercv render` command has been fixed ([332](https://github.com/rendercv/rendercv/issues/332)).
- Issues with escaping Markdown characters have been fixed ([347](https://github.com/rendercv/rendercv/issues/347)).
New Contributors
* misrasaurabh1 made their first contribution in https://github.com/rendercv/rendercv/pull/338