Update CHANGELOG.md

This commit is contained in:
Deniz Şafak
2025-05-10 01:25:48 +03:00
committed by GitHub
parent accb3efc54
commit f611512747
+2 -2
View File
@@ -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`. - 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. - 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. - 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. - Switched from setuptools to hatchling for packaging.
- Added classifiers to the package metadata. - 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 - 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. - Improvements in code and documentation.