Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

25 lines (18 loc) · 1.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Additions

  • Added language detection

Fixes

  • Fixed bug where a / in the article title would cause a file creation error. Triggered by this article.

[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"