Releases: sandflow/ttconv
Releases · sandflow/ttconv
1.2.0 release
What's Changed
- Add support for 29.97 DF timecode by @palemieux in #458
- Add SCC (CTA 608) writer by @palemieux in #441
- Disallow 'c' units for all style properties with the exception of ebutts:linePadding by @palemieux in #382
- Add content profile signaling to the model by @palemieux in #461
Full Changelog: 1.1.2...1.2.0
Deployed at https://pypi.org/project/ttconv/1.2.0/
1.2.0-rc.1 release
What's Changed
- Add support for 29.97 DF timecode by @palemieux in #458
- Add SCC (CTA 608) writer by @palemieux in #441
- Disallow 'c' units for all style properties with the exception of ebutts:linePadding by @palemieux in #382
- Add content profile signaling to the model by @palemieux in #461
Full Changelog: 1.1.2...1.2.0-rc.1
Deployed at https://pypi.org/project/ttconv/1.2.0rc1/
ttconv 1.1.2
What's Changed
- VTT reader: fix empty line detection by @palemieux in #440
- Fix VTT reader timestamp tag bug by @palemieux in #445
- IMSC reader: tolerate some bad time expressions by @palemieux in #447
- Fix SCC timestamp alignment by @palemieux in #455
Full Changelog: 1.1.1...1.1.2
Deployed at https://pypi.org/project/ttconv/1.1.2/
1.1.2 Release Candidate 1
What's Changed
- VTT reader: fix empty line detection by @palemieux in #440
- Fix VTT reader timestamp tag bug by @palemieux in #445
- IMSC reader: tolerate some bad time expressions by @palemieux in #447
- Fix SCC timestamp alignment by @palemieux in #455
Full Changelog: 1.1.1...1.1.2-rc.1
Deployed at https://pypi.org/project/ttconv/1.1.2rc1/
Release 1.1.1
What's Changed
- SCC: Handle non-matched SCC codes in SccWord.get_channel by @atsampson in #427
- Fixes rounding in conversion from seconds to timecode by @palemieux in #433
- SRT: fix reader adding newline to multi-line cues by @lideen in #435
New Contributors
- @atsampson made their first contribution in #427
- @lideen made their first contribution in #435
Full Changelog: 1.1.0...1.1.1
Deployed at https://pypi.org/project/ttconv/1.1.1/
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:textEmphasisby @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
LinePaddingstyle by @palemieux in #405 - SCC: caption management refactoring by @valnoel in #395
- Implement
tts:directionspecial inheritance by @palemieux in #413 - WebVTT writer: add support for
text_alignby @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/