- Upgraded dependencies
- Updated supported Python versions
- Add language support for FR, IT, NL
- Improve quote handling of highlights with notes
- Extract notes writer to separate module
- Improve type-safety
- Improve VSCode development environment
- Update README and added CHANGELOG
- Update pyproject.toml
- Finish development on branch and merge to main
- Finalize
CHANGELOG.md
, bump version number in pyproject.toml
and commit
- Do a full build running
make build
- Run
VERSION=$( poetry version --short ) &&\
echo "Release: ${VERSION}" &&\
git tag -a ${VERSION} -m "Version ${VERSION}" &&\
git push --tags