v1.2.0
denizsafak/abogenv1.2.0Oct 20, 2025by denizsafak
AI Summary
Enhances subtitle generation with line-based options and improves user experience with loading indicators. Fixes critical path handling, book reprocessing performance, and UI issues across Windows and Linux.
Key Highlights
- Added 'Line' option for subtitle generation based on text line breaks.
- Added loading indicator to the book handler window.
- Fixed folder and filename sanitization for cross-platform compatibility.
- Fixed book reprocessing performance issue.
New Features
- Line option for subtitle generation
- Loading indicator
- Path normalization
Full Release Notes
- Added `Line` option 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 format `SRT` was 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.