Releases: Nemris/critchecker
Releases · Nemris/critchecker
critchecker v3.1.0
critchecker v3.0.0
Added
- Depend on Sundown to handle communications with DeviantArt.
- Introduce a flag to explicitly scan comment texts for critique links.
Changed
- Bump minimum Python version to 3.12.
- Bump all dependencies to latest.
Removed
- Drop custom Eclipse client implementation.
- Drop dependency on
aiohttpandbeautifulsoup4.
critchecker v2.0.1
Fixed
- Deduplicate database entries by critique URL.
critchecker v2.0.0
Added
- Support "Tiptap" comments.
- Introduce a comment cache to reduce the amount of requests.
- Support the new deviation URL scheme.
Changed
- The CSV report's
block_urlcolumn is nowbatch_url. - Stop post-processing timestamps.
- Bump minimum Python version to 3.11.
- Bump all dependencies to latest.
- Stop guaranteeing a specific critique ordering in the CSV.
- Hide progress bars after downloading.
Removed
- Stop fetching deviation artists.
- Support for legacy "Writer" comments, irrelevant since at least 2020.
- "Edited" timestamp for critiques and all timestamps for blocks, unused since their introduction.
critchecker v1.0.2
Added
- Support for Python 3.11.
Changed
- Bump all dependencies to latest.
Fixed
- Fix failed artist and comment fetching.
critchecker v1.0.1
Fixed
- Exclude comments to the critique journal from the database.
critchecker v1.0.0
Added
- Deviation artists to database.
- Basic stats on fetched critiques.
- Dependency on tqdm.
- Dependency on aiohttp.
Changed
- Fetch URLs asynchronously.
- Timestamp is now in the YYYY/MM/DD HH:MM format.
- Bump all dependencies to latest.
Removed
- Database loading and updating.
- Dependency on requests.
critchecker v0.1.1
Changed
- Update dependencies.
critchecker v0.1.0
Initial release.