Releases: GetRD/academic-file-converter
v0.11.2
v0.10.0
v0.9.1
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Changes
- rewrite Academic CLI for Python v3.11
- based on user feedback, remove dependency on Hugo to be installed on user's PC
- hence, the tool is now framework-agnostic again, so can be used with any website generator or even for writing Markdown-formatted books
- remove deprecated features such as JS/CSS asset concatenation for offline sites
- migrate from pipenv to Poetry for dependency management (latest best practice)
Full Changelog: 0.8.1...v0.9.0
v0.8.1
v0.8.0
Features
- Give users full control over publication Markdown output path - allows outputting publications to any path including language specific sub-folders such as
content/zh/publication/
viaacademic import --bibtex my_publications.bib --publication-dir content/zh/publication/
- Remove
--kind
from Hugo new command as according to Hugo 0.89 release notes, it's no longer needed - feat: add support for arXiv entries and non-PDF URLs (#97)
- feat: add support for Biblatex subtitle field (#94)
Thanks to @gcushen , @k4rtik, and @armfazh for their contributions 💙
Tested with Hugo v0.89.4 (earlier versions of Hugo v0.89 won't work due to Hugo bugs)
Breaking Change
--publication-dir
is now used to specify the full output path, e.g.content/publication/
rather than justpublication/
We ask you, humbly, to support this open source movement
We’ll get straight to the point: Today we ask you to defend our open source independence 🐧
We’re an open source movement that depends on your support to stay online and thriving, but 99.9% of our academics don’t give; they simply look the other way. If everyone who uses this tool supported just a little, we could keep it thriving for years to come. Becoming a sponsor on GitHub for the price of a cup of coffee or contributing Pull Requests to open issues is all we ask ☕️
Interested in contributing to open source? Check out the open issues and contribute a Pull Request 👥
v0.7.0
Features
- feat: add support for thesis, report, and conference entries
- Add support for mapping more biblatex types onto Wowchemy publication types - @thesis, @report and @conference. See section 2.1.1/2.1.2 Entry Types of the biblatex manual.
- test: add GitHub Actions CI
- test: add an additional unit test
- docs: update Readme
Refactor
- Use an enum for publication types
Fixes
Fixes for 56634 (i.e. merging #68):
v0.6.2
v0.6.1
Features
Add Docker support (#68) ✨ ✨ ✨
Introduced Makefile for contributors to easily run linting, formatting, and testing.
Fixes
Numerous fixes - see commit log.
Ran flake8, isort, and black to fix issues and improve code style.
Refactoring
Major refactor (#68) to use a YAML library for processing front matter, replacing the more hacky approach of string manipulation.
v0.5.0
Features
Support Academic v4.4+ by saving each citation as cite.bib
(#44)
Add support for BibLatex dates (#32, #46)
Add support for both 1 and 2 digit numeric months in BibLaTeX (#41)
Add support for patent entry type (#47)
For BibTeX book entry, set Markdown publication
to BibTeX publisher
(#35)
Add logger with -v
verbose CLI option to replace print statements