57 lines
996 B
Markdown
57 lines
996 B
Markdown
# 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
|