v1.0.2
denizsafak/abogenv1.0.2Apr 29, 2025by denizsafak
AI Summary
Improves EPUB parsing robustness and adds text formatting options for better text handling.
Key Highlights
- Enhanced EPUB handling by treating items in chapter list as chapters.
- Fixed missing content in some chapters.
- Fixed issue where one chapter ignored the entire book.
- Fixed 'utf-8' codec can't decode byte error.
- Added 'Replace single newlines with spaces' option.
New Features
- Replace single newlines with spaces option
Full Release Notes
- Enhanced EPUB handling by treating all items in chapter list (including anchors) as chapters, improving navigation and organization for poorly structured books, mentioned by @Darthagnon in #4 - Fixed the issue with some chapters in EPUB files had missing content. - Fixed the issue with some EPUB files only having one chapter caused the program to ignore the entire book. - Fixed "utf-8' codec can't decode byte" error, mentioned by @nigelp in #3 - Added "Replace single newlines with spaces" option in the menu. This can be useful for texts that have imaginary line breaks. - Improvements in code and documentation.