v1.3.1

bevyengine/bevyv1.3.1Feb 6, 2026by denizsafak

AI Summary

This release features a massive contribution adding a Flask-based Web UI, an EPUB 3 packaging pipeline, and architectural improvements. It also introduces Supertonic TTS with GPU acceleration and multi-voice support.

Key Highlights

  • Added Flask-based Web UI (abogen-web)
  • Added EPUB 3 packaging pipeline
  • Added Supertonic TTS engine with GPU acceleration
  • Added entity analysis and pronunciation override system
  • Added multi-voice speaker/role assignment

New Features

  • Flask-based Web UI
  • EPUB 3 packaging pipeline
  • Supertonic TTS engine support
  • Entity analysis system
  • Multi-voice speaker/role assignment

Full Release Notes

- Special thanks to [@jeremiahsb](https://github.com/jeremiahsb) for his [massive contribution](https://github.com/denizsafak/abogen/pull/120) (>55k lines!) that brought the Web UI, EPUB 3 pipeline, and core architectural improvements to life.
- Added an EPUB 3 packaging pipeline that builds media-overlay EPUBs from generated audio and chunk metadata.
- Persisted chunk timing metadata in job artifacts and exercised the exporter with automated tests.
- Added Flask-based Web UI (`abogen-web`) for Docker and headless server deployments.
- Reorganized codebase to support both PyQt6 desktop GUI and Web UI from a shared core.
- Added Supertonic TTS engine support with GPU acceleration.
- Added entity analysis and pronunciation override system for proper nouns.
- Added speaker/role assignment for multi-voice "theatrical" audiobooks.
- Added Calibre OPDS and Audiobookshelf integration.

Update:
```
uv tool update abogen
```