Skip to content

Releases: sinaatalay/rendercv

v1.4

10 Mar 18:29
Compare
Choose a tag to compare

Full Changelog: v1.3...v1.4

Added

  • A new entry type has been added: BulletEntry

Changed

  • OneLineEntry's name field has been changed to label. This was required to generalize the entry validations.
  • moderncv's highlights are now bullet points.
  • moderncv's TextEntries don't have bullet points anymore.
  • sb2nov's TextEntries don't have bullet points anymore.

v1.3

09 Mar 18:35
Compare
Choose a tag to compare

Full Changelog: v1.2...v1.3

Added

  • CLI documentation has been added to the user guide.

Changed

  • Future dates are now allowed.
  • Authors' first names are no longer abbreviated in PublicationEntry.
  • Markdown is now supported in the authors field of PublicationEntry.
  • doi field is now optional for PublicationEntry.

Fixed

  • The journal is now displayed in the PublicationEntry of the sb2nov theme.

v1.2

27 Feb 19:47
Compare
Choose a tag to compare

Full Changelog: v1.1...v1.2

Fixed

  • Markdown TextEntry, where all the paragraphs were concatenated into a single paragraph, has been fixed.
  • Markdown OneLineEntry, where all the one-line entries were concatenated into a single line, has been fixed.
  • The classic theme's PublicationEntry, where blank parentheses were rendered when the journal field was not provided, has been fixed.
  • A bug where an email with special characters caused a $\LaTeX$ error has been fixed.
  • The Unicode error when rendercv new is called with a name containing special characters has been fixed.

v1.1

25 Feb 14:25
Compare
Choose a tag to compare

RenderCV is much more capable now!

I have worked on a new release of RenderCV during my free time for the past two months. With v1, I believe that RenderCV will be useful for many people.

There are three significant changes:

  • The data model is much more flexible. There are no more predefined section names (section names are arbitrary now), and there is no need to use custom_sections anymore.
  • The templating system has been changed so that you can move your $\LaTeX$ CV codes to RenderCV and create your custom $\LaTeX$ CV with it.
  • Two new themes have been added. There are three themes now: classic, moderncv, and sb2nov.

README.md and the documentation are entirely rewritten. If you want to find out more about v1, you can read them.

Full Changelog: [v0.10...v1.1]

Added

  • RenderCV is now a $\LaTeX$ CV framework. Users can move their $\LaTeX$ CV themes to RenderCV to produce their CV from RenderCV's YAML input.
  • RenderCV now generates Markdown and HTML versions of the CV to allow users to paste the content of the CV to another software (like Grammarly) for spell checking.
  • A new theme has been added: moderncv.
  • A new theme has been added: sb2nov.

Changed

  • The data model has been changed to be more flexible. All the sections are now under the sections field. All the keys are arbitrary and rendered as section titles. The entry types can be any of the six built-in entry types, and they will be detected by RenderCV for each section.
  • The templating system has been changed completely.
  • The command-line interface (CLI) has been improved.
  • The validation error messages have been improved.
  • TinyTeX has been moved to another repository, and it is being pulled as a Git submodule. It is still pushed to PyPI, but it's not a part of the repository anymore.
  • Tests have been improved, and it uses pytest instead of unittest.
  • The documentation has been rewritten.
  • The reference has been rewritten.
  • The build system has been changed from setuptools to hatchling.

v0.10

29 Nov 19:30
Compare
Choose a tag to compare

Full Changelog: v0.9...v0.10

Fixed

  • Author highlighting issue has been fixed in PublicationEntry.

v0.9

29 Nov 16:49
Compare
Choose a tag to compare

Full Changelog: v0.8...v0.9

Added

  • Page numbering has been added.
  • Text alignment options have been added (left-aligned or justified).
  • Header options (margins and header font size) have been added.
  • The university_projects field has been added.

v0.8

17 Nov 00:28
Compare
Choose a tag to compare

Full Changelog: v0.7...v0.8

Fixed

  • YYYY date issue has been solved (#5).

v0.7

03 Nov 20:43
Compare
Choose a tag to compare

Full Changelog: v0.6...v0.7

Changed

The date type has been improved. It now supports YYYY-MM-DD, YYYY-MM, and YYYY formats.

Fixed

  • The error messages for custom sections have been fixed.

v0.6

28 Oct 19:26
Compare
Choose a tag to compare

Full Changelog: v0.5...v0.6

Added

  • New fields have been added: experience, projects, awards, interests, and programming_skills.

Fixed

  • DOI validation bug has been fixed by @LabAsim in #3/

New Contributors

v0.5

27 Oct 20:12
Compare
Choose a tag to compare

Full Changelog: v0.4...v0.5

Added

  • ORCID support has been added.

Fixed

  • Special $\LaTeX$ characters' escaping has been fixed.