Releases: GetRD/academic-file-converter
Releases · GetRD/academic-file-converter
v0.4.0
Features
- Add support for
phdthesis
,masterthesis
, andpatent
BibTeX item types (#38)- Since Academic added dedicated Thesis and Patent types
- Generate YAML front matter rather than TOML to align with Academic v4.3 strategy for easier editing in popular Markdown editors
- Automatically specify
publishDate
(the page publish date) as the current date to allow for future dated publications (usingdate
field)- Otherwise, Hugo will also interpret a publication's
date
that is set in the future as the scheduled page publish date, leading to the publication page not being immediately published
- Otherwise, Hugo will also interpret a publication's
v0.3.1
v0.3.0
Features
- add
normalize
argument to normalize tags (#24)- Normalizes keywords/tags by converting them to lowercase and capitalizing the first letter
- E.g. "My Tag" and "my tag" would both be normalized to "My tag"
- Helps ensure consistency and prevents unnecessary new tags being created if they already exist
Fixes
- require Python >=3.6, not >3.6 (#25)
- when importing assets, add a new line after each JS asset to prevent concatenation of any vendor comments causing errors