Skip to content

v1.11

Latest
Compare
Choose a tag to compare
@sinaatalay sinaatalay released this 19 Jun 12:34
· 17 commits to main since this release

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, 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).
  • 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 the PublicationEntry as an alternative to the doi 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

Full Changelog: v1.10...v1.11