Rendercv

Latest version: v2.2

Safety actively analyzes 723990 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

1.15

We have some new and nice features. A big thank you to our eight new contributors!

> **Full Changelog**: https://github.com/rendercv/rendercv/compare/v1.14...v1.15

Added

- Four new options are added to the `rendercv render` command:
- `--watch` (170). It re-runs RenderCV automatically whenever the input file changes.
- `--design`, `--locale_catalog`, and `--rendercv_settings` (220). They take the `design`, `locale_catalog`, and `rendercv_settings` fields as separate YAML files.
- The docker image of RenderCV is pushed to [Docker Hub](https://hub.docker.com/r/rendercv/rendercv) (#222).
- Telegram has been added as a social network type (187).
- Math equations are now displayed in HTML with KaTeX (200)

Changed

- Math equations are now written between `$$` instead of `$`.

Fixed

- Path issues related to custom themes outside of root have been solved (240).
- URL escaping issues have been solved (223, 236).
- Placeholders can now be used in the `rendercv_settings.render_command.output_folder_name` field.
- Special $\LaTeX$ characters are now escaped in the section titles.
- DOI rendering issues have been solved (184).
- The `rendercv_settings.render_command.use_local_latex_command` field has been fixed (178).
- The issue of rendering when PDF is open on Windows has been handled (172).
- $ sign now works without escaping (154)
- Timespan calculation has been fixed (180).
- `PublicationEntry`'s `url` field's $\LaTeX$ character escaping issues have been fixed ([236](https://github.com/rendercv/rendercv/issues/236)).



New Contributors
* kito323 made their first contribution in https://github.com/rendercv/rendercv/pull/174
* shawnz made their first contribution in https://github.com/rendercv/rendercv/pull/208
* CaptureTheFrog made their first contribution in https://github.com/rendercv/rendercv/pull/180
* guruor made their first contribution in https://github.com/rendercv/rendercv/pull/235
* Criyl made their first contribution in https://github.com/rendercv/rendercv/pull/170
* anschmieg made their first contribution in https://github.com/rendercv/rendercv/pull/200
* kiyose made their first contribution in https://github.com/rendercv/rendercv/pull/220
* MathiasVDA made their first contribution in https://github.com/rendercv/rendercv/pull/222

1.14

We have launched the beta version of the RenderCV App! Check it out at [rendercv.com](https://rendercv.com).

> **Full Changelog**: https://github.com/sinaatalay/rendercv/compare/v1.13...v1.14

Added

- `rendercv_settings` field has been added to the YAML input file. For details, see [here](https://docs.rendercv.com/user_guide/structure_of_the_yaml_input_file/#rendercv_settings-field). It will be extended in the future.

New Contributors
* akib1689 made their first contribution in https://github.com/sinaatalay/rendercv/pull/166

1.13

> **Full Changelog**: https://github.com/sinaatalay/rendercv/compare/v1.12...v1.13

Added

- Arbitrary keys are now allowed in the `cv` field. For details, see [here](https://docs.rendercv.com/user_guide/structure_of_the_yaml_input_file/#using-arbitrary-keys).
- Two new fields have been added to the `locale_catalog` field: `phone_number_format` and `date_style` ([130](https://github.com/sinaatalay/rendercv/issues/130)). For details, see [here](http://127.0.0.1:8000/user_guide/structure_of_the_yaml_input_file/#locale_catalog-field).

Changed

- The default value of the `design.show_timespan_in` field for the `classic` theme has been changed to `[]` ([135](https://github.com/sinaatalay/rendercv/issues/135)).
- Custom theme names with digits are now allowed.

Fixed

- The data model overriding in CLI has been fixed.
- The `url` field is now shown in the `PublicationEntry` ([128](https://github.com/sinaatalay/rendercv/issues/128)).

1.12

> **Full Changelog**: https://github.com/sinaatalay/rendercv/compare/v1.11...v1.12

Added

- Arbitrary keys are now allowed in entry types. Users can use these keys in their templates. For details, see the [documentation](https://docs.rendercv.com/user_guide/structure_of_the_yaml_input_file/#using-additional-custom-keys-in-the-entries).
- The `locale_catalog.full_names_of_months` field has been added to the data model ([111](https://github.com/sinaatalay/rendercv/issues/111)).
- The `TODAY` placeholder can be used in the `design.page_numbering_style` field now.

Changed

- Some articles and prepositions (like "and," "of," "the," etc.) are now not capitalized in the section titles.

Fixed

- The `TODAY` placeholder in `design.last_updated_style` field is localized with the new `locale_catalog.full_names_of_months` field ([111](https://github.com/sinaatalay/rendercv/issues/111))
- Rendering Markdown links with special characters has been fixed ([112](https://github.com/sinaatalay/rendercv/issues/112)).

1.11

> **Full Changelog**: https://github.com/sinaatalay/rendercv/compare/v1.10...v1.11

Added

- CLI options now have short versions. See the [CLI documentation](https://docs.rendercv.com/user_guide/cli/) for more information.
- CLI now notifies the user when a new version is available ([89](https://github.com/sinaatalay/rendercv/issues/89)).
- `Google Scholar` has been added as a social network type ([85](https://github.com/sinaatalay/rendercv/issues/85)).
- Two new design options have been added to the `classic`, `sb2nov`, and `engineeringresumes` themes: `seperator_between_connections` and `use_icons_for_connections`.

Changed

- The punctuation of "ORCID" has been changed to uppercase, which was previously "Orcid" ([90](https://github.com/sinaatalay/rendercv/issues/90)).
- HTML output has been improved with better CSS ([96](https://github.com/sinaatalay/rendercv/discussions/96)).
- More complex section titles are now supported ([106](https://github.com/sinaatalay/rendercv/issues/106)).
- Month abbreviations are not using dots anymore.
- Date ranges are now displayed as "Month Year - Month Year" instead of "Month Year to Month Year."
- DOI validator in the `PublicationEntry` has been disabled.
- `url` field has been added to the `PublicationEntry` as an alternative to the `doi` field ([105](https://github.com/sinaatalay/rendercv/issues/105))
- `YouTube` username should be given without `` now.

Fixed

- The error related to the `validation_error_cause` flag of Pydantic has been fixed ([66](https://github.com/sinaatalay/rendercv/issues/66)).
- `rendercv render` with relative input file paths has been fixed ([95](https://github.com/sinaatalay/rendercv/issues/95)).

Removed

- `Twitter` has been removed as a social network type ([109](https://github.com/sinaatalay/rendercv/issues/109))


New Contributors
* averagejoey2000 made their first contribution in https://github.com/sinaatalay/rendercv/pull/87
* 1993CRV made their first contribution in https://github.com/sinaatalay/rendercv/pull/80

1.10

> **Full Changelog**: https://github.com/sinaatalay/rendercv/compare/v1.9...v1.10

Added

- `rendercv --version` command has been added to show the version of RenderCV.
- `StackOverflow` ([77](https://github.com/sinaatalay/rendercv/pull/77)), `GitLab` ([#78](https://github.com/sinaatalay/rendercv/pull/78)), `ResearchGate`, and `YouTube` has been added to the available social network types.

Fixed

- Authors in `PublicationEntry` are now displayed correctly in `engineeringresumes` and `sb2nov` themes.
- `justify-with-no-hyphenation` text alignment has been fixed.

New Contributors

* prithajnath made their first contribution in https://github.com/sinaatalay/rendercv/pull/77
* enqueueDequeue made their first contribution in https://github.com/sinaatalay/rendercv/pull/78

Page 2 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.