- if author not present in BibTeX, check for **editor** (19) - add compatibility for **Academic v4** (config migrated to multi-file format)
0.2.6
Fix
* fix(bibtex): `selected` front matter option does not need quotation marks when using `--featured` option
0.2.5
Fix
- fix(assets): mkdir should only create base path without filename (fixes `import --assets` **Is Directory** error) - see 12
0.2.4
Fixes
- fix(bibtex): fix UnicodeDecodeError caused by Chinese symbols (Fix 10) - fix(bibtex): update slugify function to delimit common character sequences, making generated filenames web-friendly (e.g. BibTeX ID of `Wei2018Quant` --> publication bundle named `wei-2018-quant`)
0.2.3
Fixes
- fix(log): fix CSS path in log message (9) - fix(bibtex): slugify generated filenames (prevents error if BibTex ID contains special symbols like `.`, `_`, `:`) - fix(bibtex): fix UnicodeDecodeError caused by Chinese symbols