Skip to content

Commit 78d74f0

Browse files
committed
Prepare PolyTalk CE 0.3.0 release
1 parent 8a86953 commit 78d74f0

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@
22

33
All notable changes to PolyTalk CE are documented in this file.
44

5-
PolyTalk CE uses app versions such as `0.1.0` and Git tags such as `v0.1.0-ce`.
5+
PolyTalk CE uses app versions such as `0.3.0` and Git tags such as `v0.3.0-ce`.
66

77
## Unreleased
88

99
- No unreleased changes yet.
1010

11+
## 0.3.0 - 2026-06-13
12+
13+
- Added Supertonic TTS support for Japanese and Korean, including Docker Compose service configuration and provider-specific examples.
14+
- Added language-based TTS provider routing so selected languages can use Supertonic while other languages continue using the default Piper path.
15+
- Added context-aware translation prompts using bounded prior source/target translation history.
16+
- Added optional shared tab/page visual context summarization for tab-audio sessions, with screenshot summaries passed as translation hints.
17+
- Improved streaming STT behavior for leading startup silence and pause-flushed speech windows.
18+
- Added GitLab CI checks for pre-commit validation, tests, and coverage artifacts.
19+
- Expanded README and configuration examples for provider compatibility, visual context, STT tuning, benchmarking, and self-hosted deployment.
20+
- Added tests for Supertonic TTS, contextual translation, visual context routing, and STT silence handling.
21+
1122
## 0.1.0 - 2026-05-29
1223

1324
- Initial public Community Edition release baseline.

app/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
"""PolyTalk application version."""
55

6-
__version__ = "0.1.0"
6+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)