v1.1.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.1.0 - 2026-06-06
Changed
- Reskinned the GUI with a parrot-themed visual identity drawn from the project
banner: a branded "ParrotIA" hero header with logo, two-tone wordmark and
feature badges (Offline / No Internet / Fast & Easy / Powered by Whisper). - Sections are now rounded cards with emoji headings, and controls use a
cohesive palette (green primary action, blue inputs, coral cancel, teal
accents) that adapts to light and dark mode.
Added
- Optional PyPI publishing job in the release workflow (via Trusted Publishing).
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: v1.0.0...v1.1.0