Skip to content

Commit 56f81ef

Browse files
committed
v1.2.5
1 parent 968c673 commit 56f81ef

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# 1.2.5 (Pre-release)
1+
# 1.2.5
22
- 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.
33
- 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.
44
- Fixed the `No module named pip` error that occurred for users who installed Abogen via the [**uv**](https://github.com/astral-sh/uv) installer.
55
- Fixed defaults for `replace_single_newlines` not being applied correctly in some cases.
66
- Fixed `Save chapters separately for queued epubs is ignored`, issue mentioned by @dymas-cz in #109.
7-
- Fixed incorrect sentence segmentation when using spaCy where text would erroneously split after opening parentheses.
7+
- Fixed incorrect sentence segmentation when using spaCy, where text would erroneously split after opening parentheses.
88
- Improvements in code and documentation.
99

1010
# 1.2.4

abogen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.4
1+
1.2.5

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,9 @@ exclude = [
6565
"WINDOWS_INSTALL.bat",
6666
]
6767

68-
[tool.hatch.build.targets.sdist.force-include]
69-
"abogen/libs" = "abogen/libs"
70-
7168
[tool.hatch.build.targets.wheel]
7269
packages = ["abogen"]
7370

74-
[tool.hatch.build.targets.wheel.force-include]
75-
"abogen/libs" = "abogen/libs"
76-
7771
[tool.hatch.version]
7872
path = "abogen/VERSION"
7973
pattern = "^(?P<version>.+)$"

0 commit comments

Comments
 (0)