From 56f81ef892c67e0a135d5c4634708b25d2ab2e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Wed, 10 Dec 2025 03:35:00 +0300 Subject: [PATCH] v1.2.5 --- CHANGELOG.md | 4 ++-- abogen/VERSION | 2 +- pyproject.toml | 6 ------ 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e58f2..90311a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -# 1.2.5 (Pre-release) +# 1.2.5 - Added new option: `Override item settings with current selection` in 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 missing `libxcb-cursor0` library by conditionally loading the bundled library when the system version is unavailable, issue mentioned by @bmcgonag in #101. - Fixed the `No module named pip` error that occurred for users who installed Abogen via the [**uv**](https://github.com/astral-sh/uv) installer. - Fixed defaults for `replace_single_newlines` not 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. +- Fixed incorrect sentence segmentation when using spaCy, where text would erroneously split after opening parentheses. - Improvements in code and documentation. # 1.2.4 diff --git a/abogen/VERSION b/abogen/VERSION index b966e81..3a1f10e 100644 --- a/abogen/VERSION +++ b/abogen/VERSION @@ -1 +1 @@ -1.2.4 \ No newline at end of file +1.2.5 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5a65f06..e87da05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,15 +65,9 @@ exclude = [ "WINDOWS_INSTALL.bat", ] -[tool.hatch.build.targets.sdist.force-include] -"abogen/libs" = "abogen/libs" - [tool.hatch.build.targets.wheel] packages = ["abogen"] -[tool.hatch.build.targets.wheel.force-include] -"abogen/libs" = "abogen/libs" - [tool.hatch.version] path = "abogen/VERSION" pattern = "^(?P.+)$"