Release Notes
This page summarizes the key updates and changes in each release.
Note
For the full history and additional context, visit the GitHub Releases page.
Version 0.1.2 (2025-04-20)
Update the LICENSE and the intended audience.
Update text in SUPPORT.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.md.
Add more unit tests to increase coverage.
Full Changelog: https://github.com/isaac-cf-wong/audioarxiv/compare/v0.1.1…v0.1.2
Version 0.1.1 (2025-04-20)
Update the description of the package in pyproject.toml.
Full Changelog: https://github.com/isaac-cf-wong/audioarxiv/compare/v0.1.0…v0.1.1
Version 0.1.0 (2025-04-20)
Initial public release of
audioarxiv
.Fetch papers from arXiv using arXiv API.
Read papers aloud with text-to-speech using
pyttsx3
.- Command-line interface with customizable settings:
Reading rate, voice, pause duration, output audio file, etc.
Modular structure with components for audio, preprocessing, and paper fetching.
audioarxiv
is still in its early stage, and feedback or feature requests are welcome!