v1.11
版本发布时间: 2024-06-19 20:34:49
sinaatalay/rendercv最新发布版本:v1.14(2024-09-08 07:27:23)
Full Changelog: https://github.com/sinaatalay/rendercv/compare/v1.10...v1.11
Added
- CLI options now have short versions. See the CLI documentation for more information.
- CLI now notifies the user when a new version is available (#89).
-
Google Scholar
has been added as a social network type (#85). - Two new design options have been added to the
classic
,sb2nov
, andengineeringresumes
themes:seperator_between_connections
anduse_icons_for_connections
.
Changed
- The punctuation of "ORCID" has been changed to uppercase, which was previously "Orcid" (#90).
- HTML output has been improved with better CSS (#96).
- More complex section titles are now supported (#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 thePublicationEntry
as an alternative to thedoi
field (#105) -
YouTube
username should be given without@
now.
Fixed
- The error related to the
validation_error_cause
flag of Pydantic has been fixed (#66). -
rendercv render
with relative input file paths has been fixed (#95).
Removed
-
Twitter
has been removed as a social network type (#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