Releases: sandflow/ttconv
Releases · sandflow/ttconv
1.1.0 release
1.1.0-rc.1 release
1.0.8 release
What's Changed
- SCC: Use quotation mark instead of 2 backquote chars by @humberthardy in #396
- Fix default values for
tts:textEmphasis
by @palemieux in #399 - ISD: fix error on computing
tts:textEmphasis="auto"
by @palemieux in #401 - Fixed wrong arg order in IMSC attr parsing for cell resolution by @chrsan in #402
- model: Fix initial value of
LinePadding
style by @palemieux in #405 - SCC: caption management refactoring by @valnoel in #395
- Implement
tts:direction
special inheritance by @palemieux in #413 - WebVTT writer: add support for
text_align
by @ngaullier and @palemieux in #414
Full Changelog
1.0.8 Release Candidate 1
Release planned for 2023-11-24
What's Changed
- SCC: Use quotation mark instead of 2 backquote chars by @humberthardy in #396
- Fix default values for tts:textEmphasis by @palemieux in #399
- ISD: fix error on computing tts:textEmphasis="auto" by @palemieux in #401
- Fixed wrong arg order in IMSC attr parsing for cell resolution by @chrsan in #402
- model: Fix initial value of LinePadding style by @palemieux in #405
- SCC: caption management refactoring by @valnoel in #395
- Fix typo in README.md by @nyddogghr in #411
- Implement tts:direction special inheritance by @palemieux in #413
- WebVTT writer: add support for 'align' (proposed fix) by @palemieux in #414
New Contributors
- @chrsan made their first contribution in #402
- @nyddogghr made their first contribution in #411
Full Changelog: 1.0.7...1.0.8-rc.1
1.0.7 release
Highlights:
- SCC: suppress only repeated control codes and not repeated characters
- SRT writer: add support for removing text formatting
Deployed at: https://pypi.org/project/ttconv/1.0.7/
1.0.6 release
Highlights:
- fix compatibility with Python 3.11
- WebVTT writer: make cue identifiers optional
- add WebVTT reader
- IMSC writer: allow xml:lang to be configured
Deployed at: https://pypi.org/project/ttconv/1.0.6/
1.0.6 beta 1 release
Highlights:
- add WebVTT reader
- IMSC writer: allow xml:lang to be configured
Deployed at: https://pypi.org/project/ttconv/1.0.6b1/
1.0.5 Release
Highlights:
- SCC reader: removes duplicate captions (#363)
- VTT writer: add support for line positioning (#356)
- VTT writer: port SRT writer improvements (#343)
Package deployed at https://pypi.org/project/ttconv/1.0.5/
Sample app at https://ttconv.sandflow.com/
1.0.5 Release Candidate 1
1.0.4 Release
- added SRT reader
- change entrypoint to tt and fix execution on UNIX (#337)
Package deployed at https://pypi.org/project/ttconv/1.0.4/
Sample app at https://ttconv.sandflow.com/