Added a better logic for detecting chapters from the epub

This commit is contained in:
Deniz Şafak
2025-07-15 09:05:18 +03:00
parent a35bea9053
commit b9c3fd7c6c
2 changed files with 9 additions and 11 deletions
+1
View File
@@ -1,6 +1,7 @@
# v1.1.2 (pre-release)
- Now you can play the audio files while they are processing.
- While generating audio files, now it directly writes to audio file instead of RAM, which significantly reduces memory usage and prevents memory outage issues.
- Added a better logic for detecting chapters from the epub, mentioned by @jefro108 in #33
- Potential fix for #37 and #38, where the program was becoming slow while processing large files.
- Fixed `Open folder` and `Open file` buttons in the queue manager GUI.
- Improvements in code structure.