Releases: fundevogel/we-love-ajum
Releases · fundevogel/we-love-ajum
v0.7.3
Changes
- Count indexed reviews in command
stats
- Extend instructions in
README.md
- Update
index.json
Fixes
- Fix missing
abort()
statement
v0.7.2
Changes
- Rewrite review data extraction for improved performance
- Format each running text field as
list
- Remove
force
options
Fixes
- Fix maximum reviews not being detected
- Fix deprecated function names in command
query
- Fix detection of
WolgastPreis
& Lesealter
v0.7.1
Changes
- Implement multiprocessing in command
index
- Implement multiprocessing in command
build
- Update
index.json
- Clean up code for improved readability
v0.7.0
Features
Changes
- Check for non-numeric (invalid) review IDs
- Remove properties
db_file
& index_file
- Reorder commands with utility function
init()
at the end
- Update
index.json
Fixes
v0.6.0
Features
- Add command
stats
- Add
strict
mode to index
command
Changes
- Move CLI functionality /
print()
statements to cli.py
Fixes
- Fix whitespaces in field
ISBN
- Fix line tabulators in field
Reihe
v0.5.0
Features
- Migrate CLI from
doit
to click
- Migrate packaging to
setuptools
Changes
- Update
index.json
- Simplify
editorconfig
v0.4.0
This release features a partial rewrite.
v0.3.0
Features
- Add backups for archived reviews
Changes
- Add check for exceeding total review count
Fixes
- Fix validity check
- Fix
IndexError
when author is empty
- Redirect ill-conceived review IDs
v0.2.0
Features
- Adds task
query
- Adds task
fetch
Fixes
- Fixes method
fetch_review
for invalid reviews
- Fixes method
query
not referring to self