From f6115127477d82503f2e362e8f5b88c1ae5d9565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Sat, 10 May 2025 01:25:48 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c321ad8..938dbc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v1.0.7 (pre-release) +# v1.0.7 - Improve chaptered audio generation by outputting directly as `m4b` instead of converting from `wav`. - Ignore chapter markers and single newlines when calculating text length, improving the accuracy of the text length calculation. - Prevent cancellation if process is at 99%, ensuring the process is not interrupted at the last moment. @@ -53,4 +53,4 @@ - Switched from setuptools to hatchling for packaging. - Added classifiers to the package metadata. - Fixed "No module named 'docopt'" and "setuptools.build_meta" import errors while using .bat installer in Windows, mentioned by @nigelp in #2 -- Improvements in code and documentation. \ No newline at end of file +- Improvements in code and documentation.