| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-20 | 1.0 kB | |
| v1.2.0 source code.tar.gz | 2025-10-20 | 3.1 MB | |
| v1.2.0 source code.zip | 2025-10-20 | 3.1 MB | |
| Totals: 3 Items | 6.2 MB | 0 | |
- Added
Lineoption to subtitle generation modes, allowing subtitles to be generated based on line breaks in the text, by @mleg in [#94]. - Added a loading indicator to the book handler window for better user experience during book preprocessing.
- Fixed
cannot access local variable 'is_narrow'error when subtitle formatSRTwas selected, mentioned by @Kinasa0096 in [#88]. - Fixed folder and filename sanitization to properly handle OS-specific illegal characters (Windows, Linux, macOS), ensuring compatibility across all platforms when creating chapter folders and files.
- Fixed
/and\path display by normalizing paths. - Fixed book reprocessing issue where books were being processed every time the chapters window was opened, improving performance when reopening the same book.
- Fixed taskbar icon not appearing correctly in Windows.
- Fixed “Go to folder” button not opening the chapter output directory when only separate chapters were generated.
- Improvements in code and documentation.