docs: Add CHANGELOG
This commit is contained in:
parent
f5455b6946
commit
ff36d30f91
3 changed files with 59 additions and 2 deletions
57
CHANGELOG.md
Normal file
57
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
# 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
|
||||
|
|
@ -11,7 +11,7 @@ dependencies = [
|
|||
"chevron<1.0.0,>=0.14.0",
|
||||
]
|
||||
name = "papis-extract"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
description = ""
|
||||
readme = "README.md"
|
||||
keywords = [
|
||||
|
|
|
|||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -408,7 +408,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "papis-extract"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "chevron" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue