From 37db948d2fe30c8384d3231e96ee9ec9ec2dbfea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Tue, 29 Jul 2025 17:14:59 +0300 Subject: [PATCH] Include Mandarin Chinese (misaki[zh]) by default --- CHANGELOG.md | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dfd2b3..327e2c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # 1.1.6 (pre-release) - Fixed SRT subtitle numbering issue, mentioned by @page-muncher in #41 - Windows installer script now prompts the user to install the CUDA version of PyTorch even if no NVIDIA GPU is detected. +- Abogen now includes Mandarin Chinese (misaki[zh]) by default; manual installation is no longer required. # 1.1.5 - Changed the temporary directory path to user's cache directory, which is more appropriate for storing cache files and avoids issues with unintended cleanup. diff --git a/pyproject.toml b/pyproject.toml index 83d973d..bd0b36e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ keywords = ["audiobook", "epub", "pdf", "text-to-speech", "subtitle", "tts", "ko dependencies = [ "PyQt5>=5.15.11", "kokoro>=0.9.4", + "misaki[zh]>=0.9.4", "ebooklib>=0.19", "beautifulsoup4>=4.13.4", "PyMuPDF>=1.25.5",