You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dr-doc-search/CHANGELOG.md

78 lines
1.1 KiB
Markdown

## 1.2.0 (2023-01-07)
### Feat
- Remove duplicate processing of finding similarities
### Fix
- Only copy pdf if the source path is different
### Refactor
- Simplify code
## 1.1.0 (2023-01-07)
### Feat
- Provide option to just create a model for provided book
- WebUI using Holoviz Panel framework
### Refactor
- Cleanup
- Combine workflow steps in a single file to make it easy to port to other projects
## 1.0.1 (2023-01-06)
### Fix
- Ignore tests (temp) as they can't run on Github Actions due to binary dependencies
## 1.0.0 (2023-01-06)
### Feat
- Write workflow to generate book summary
## 0.11.0 (2023-01-05)
### Feat
- Add steps to convert pdf file to scanned pages of text
## 0.10.0 (2023-01-04)
### Feat
- Single version using another method
## 0.9.0 (2023-01-04)
### Feat
- Add annotated tag
## 0.8.0 (2023-01-04)
### Feat
- Add poetry_dynamic_versioning to automatic release versioning
## 0.7.0 (2023-01-04)
### Feat
- Verify input pdf file and set number of pages
## 0.6.0 (2023-01-04)
### Feat
- Initial commit with a skeleton project
### Refactor
- Formatting