Fixed subtitle splitting before commas

This commit is contained in:
Deniz Şafak
2025-09-17 20:14:26 +03:00
parent a074b8b0ad
commit 9e9561988d
2 changed files with 24 additions and 21 deletions
+1
View File
@@ -3,6 +3,7 @@
- Added new option `Configure silence between chapters` that lets you configure the silence between chapters, mentioned by @lfperez1982 in #79
- Better indicators while displaying and managing the input and processing files.
- Improved the markdown logic to better handle various markdown structures and cases.
- Fixed subtitle splitting before commas by combining punctuation with preceding words.
- Fixed save options not working correctly in queue mode, mentioned by @jborza in #78
- Fixed `No Qt platform plugin could be initialized` error, mentioned by @sunrainxyz in #59
- Fixed ordered list numbers not being included in EPUB content conversion. The numbers are now properly included in the converted content, mentioned by @jefro108 in #47