papis-extract/CHANGELOG.md
2025-09-12 10:55:24 +02:00

996 B

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

Added

Changed

Fixed

Removed

[0.2.1]

Added

  • Add option to force-add duplicated annotations
  • Add cli option to choose extractor
  • Add CSV formatter
  • Add count formatter (displays the annotation count per item)

Changed

  • Switch to uv packaging and hatch backend

Fixed

  • Only inform if no extractor finds valid files
  • Respect minimum color similarity option

[0.2.0]

Added

  • Add pocketbook extractor (requires BeautifulSoup4)
  • Add ReadEra extractor
  • Allow different formatting for first format entry
  • Add Markdown style formatting
  • Add stdout or write to note exporters

Changed

  • Update dependencies
  • Update to papis 0.14
  • Refactor and simplify test dependencies

[0.1.0]

Added

  • Add extractor and install info
  • Add pdf extractor
  • Allow cli option for choosing a template
  • Add mustache templating
  • Add preliminary README