Releases: mlsdpk/cv-tools
Releases · mlsdpk/cv-tools
v1.1.0
What's Changed
Added
- Two new entries in
publicationssection typetitlefor specifying custom section name for publicationsbibfilefor specifying a path to BibTex file
Changed
- Update readme to support new way of specifying a bibtex file
- Section type
publicationsis 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
titleandbibfilefields
- 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
This is the first stable release of cv-tools.
What's Changed
Added
- Add
--tex-onlyoption 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
titlefield 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-onlyoption - 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
- @ghanta1996 made their first contribution in #1
Full Changelog: v0.1.0-beta...v1.0.0
CV Tools 0.1.0 Beta Version
CV Tools 0.1.0 Beta Version Release Notes
- Release first beta version