Skip to content

0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@orchetect orchetect released this 31 Oct 16:46
· 398 commits to main since this release

⚠️ 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