- You can now install Abogen using uv, which simplifies dependency management and significantly speeds up the setup process. See "How to install?" in readme.
- Added new option:
Override item settings with current selectionin the queue manager. When enabled, all items in the queue will be processed using the current global settings selected in the main GUI, overriding their individual settings. When disabled, each item will retain its own specific settings. - Fixed
Error "Could not load the Qt platform plugin "xcb"error that occurred in some Linux distributions due to missinglibxcb-cursor0library by conditionally loading the bundled library when the system version is unavailable, issue mentioned by @bmcgonag in #101. - Fixed the
No module named piperror that occurred for users who installed Abogen via the uv. - Fixed defaults for
replace_single_newlinesnot being applied correctly in some cases. - Fixed
Save chapters separately for queued epubs is ignored, issue mentioned by @dymas-cz in #109. - Fixed incorrect sentence segmentation when using spaCy, where text would erroneously split after opening parentheses.
- Improvements in code and documentation.