This commit is contained in:
Deniz Şafak
2025-04-29 07:12:08 +03:00
parent 4a7f1767b9
commit ed9036b7b7
5 changed files with 281 additions and 120 deletions
+6 -2
View File
@@ -1,2 +1,6 @@
- Added "Replace single newlines with spaces" option in the menu. This can be useful for texts that have imaginary line breaks (for example LICENSE files).
- Fixed "'utf-8' codec can't decode byte" error, mentioned in #3 by @nigelp
- 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.