⚠️ Note: A bug was discovered in this release that causes the tool to hang on Intel machines
General
- Updated README and added new icon thanks to Bor Jen Goh
New Features
- Thumbnail image generation is now multithreaded to improve performance (#49)
- CLI now outputs progress percentage to the console (#31)
Library Refinements
- Added
async
/await
support (#49)
- Errors thrown now provide more granular error cases (#46)
MarkersExtractor
now conforms to ProgressReporting
(#31)
- Most concrete types now conform to
Sendable
- Internal refactors and improvements