v1.0.0
Changelog
All notable changes to this project are documented here. The format is based on
Keep a Changelog, and this project
adheres to Semantic Versioning.
1.0.0 - 2026-06-05
First packaged release.
Added
- Installable Python package (
pip install parrotia) using asrc/layout. parrotiaconsole command (headless CLI) andparrotia-guiGUI launcher,
registered as entry points.python -m parrotiaruns the CLI;python -m parrotia.appruns the GUI.- Public API surface re-exported from the top-level
parrotiapackage
(Transcriber,WRITERS, model/format constants, result dataclasses). parrotia[cuda]optional dependency group for NVIDIA GPU acceleration.- GitHub Actions release workflow that builds the sdist + wheel and publishes a
GitHub Release on everyv*tag.
Changed
- Source modules moved under the
parrotiapackage; imports are now
package-relative. - Launchers (
run.bat,run.sh) updated to run the package from source.
Full Changelog: https://github.com/igorbispo99/ParrotIA/commits/v1.0.0