Skip to content

Releases: rozbb/readtomyshoe

v0.2.0

12 Sep 18:13
Compare
Choose a tag to compare

Initial release. Intended for a Show HN on 2022-09-12. Changelog:

[0.2.0] - 2022-09-12

Additions

  • Introduced CHANGELOG.md
  • Added progress bar indicator to Add to Queue buttons.
  • Implemented TTS rate limiting on the backend. CLI flag is --max-chars-per-min.
  • Instituted size limit on title length. 300 UTF-16 code units.

Fixes

  • Made backend use (and clean up) temp files in article extraction. Fixes bug where a failed extraction makes retry impossible due to "File already exists" error.
  • Improved presentation of errors. Trafilatura errors now say "extraction error" rather than "error parsing trafilatura JSON output"