File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1+ ## v1.1.0 (2025-08-19)
2+
3+ ### Feat
4+
5+ - add merging mode selection in UI
6+ - export MergingMode enum in __ init__ .py
7+ - add merging mode options and deprecate ignore_non_overlap_filter
8+ - add ` merge_subtitle_extended_cut ` for merging subtitles with primary being extended cut version
9+
10+ ### Refactor
11+
12+ - merging mode handling in subtitle pipeline
13+
114## v1.0.1 (2025-08-14)
215
316### Fix
Original file line number Diff line number Diff line change 5757from duosubs .subtitle .field import SubtitleField
5858from duosubs .webui .ui .layout import create_main_gr_blocks_ui as create_duosubs_gr_blocks
5959
60- __version__ = "1.0.1 "
60+ __version__ = "1.1.0 "
6161
6262__all__ = [
6363 "DeviceType" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " duosubs"
7- version = " 1.0.1 "
7+ version = " 1.1.0 "
88authors = [{ name = " CK-Explorer " }]
99description = " Semantic subtitle aligner and merger for bilingual subtitle syncing."
1010readme = " README.md"
@@ -83,7 +83,7 @@ duosubs = ["py.typed"]
8383
8484[tool .commitizen ]
8585name = " cz_conventional_commits"
86- version = " 1.0.1 "
86+ version = " 1.1.0 "
8787tag_format = " v$version"
8888version_files = [
8989 " pyproject.toml" ,
You can’t perform that action at this time.
0 commit comments