Skip to content

Releases: mlsdpk/cv-tools

v1.1.0

21 Dec 23:30

Choose a tag to compare

What's Changed

Added

  • Two new entries in publications section type
    • title for specifying custom section name for publications
    • bibfile for specifying a path to BibTex file

Changed

  • Update readme to support new way of specifying a bibtex file
  • Section type publications is now part of sections list in jinja template
  • Modify publications handling logic in generate_latex.py
    • now support one or more publication sections
    • add support for title and bibfile fields
  • Migrate to latex-action GitHub action for building LaTeX documents

Removed

  • No longer supports specifying bibtex file through the script options

Fixed

  • Remove extra space from orcidurl

Full Changelog: v1.0.0...v1.1.0

🎉 Initial Release - v1.0.0

20 Jun 16:10

Choose a tag to compare

This is the first stable release of cv-tools.

What's Changed

Added

  • Add --tex-only option to run.sh command to optionally allow users to only generate a tex file
  • Bold the author name in publications if it matches with heading name
  • Add title field to talks section (⚠️ breaking change, old version users need to add this field to show the title for this section)
  • Add decoding of 'quoted text' to LaTeX-style quotes ``quoted text''

Changed

  • Update README to support --tex-only option
  • Update README to include quotes subsection under special characters

Fixed

  • Run shell as default if no arguments are given upon docker run by @ghanta1996 in #1

New Contributors

Full Changelog: v0.1.0-beta...v1.0.0

CV Tools 0.1.0 Beta Version

18 Aug 09:27

Choose a tag to compare

Pre-release

CV Tools 0.1.0 Beta Version Release Notes

  • Release first beta version