Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

26 lines (18 loc) · 1.59 KB

CHANGELOG

v0.2.0 (2022-01-01)

Feature

  • Define Zotero2Markdown class for easier implementation. Update failed item handling. Use Zotero2Markdown in generate.py. (1a461a5)

v0.1.0 (2021-12-29)

Feature

  • Add notes to the output. Use markdownify library to convert HTML-styled notes to markdown. (3b83dc8)
  • Pass config filepath to the ZoteroItemBase instead of the rendered dictionary. (af3e78e)
  • Add Argparser (935ce1a)

Fix

  • Sanitize output filename and use it instead of output_page() method. (ba8da8d)

Documentation

  • Update README. Add a section for custom output parameters. Add new line for better printouts. (0011d3a)
  • Add docstrings to sanitize_tag() and sanitize_filename() (d08404d)
  • Add docstrings to create_metadata_section. Add create_annotations_section() (ecc199e)

v0.0.1 (2021-12-28)

First Release