Releases: stevencrader/transcriptator
Releases · stevencrader/transcriptator
v1.1.4
v1.1.3
- Add support for VTT without index value (Resolves #25)
v1.1.2
- Add support to remove extra spaces when combining segment body (Resolves #22)
v1.1.0
New Options
:
combineEqualTimes
andcombineEqualTimesSeparator
: Combine segments if thestartTime
,endTime
, andspeaker
match between the current and prior segments. (Resolves #19)speakerChange
: Only includespeaker
when speaker changes. (Resolves #20)combineSegments
andcombineSegmentsLength
: ReplacescombineSingleWordSegments
function. Combine segments where speaker is the same and concatenatedbody
fits in thecombineSegmentsLength
- Change
timestampFormatter
toTimestampFormatter
Breaking Changes:
combineSingleWordSegments
function is now handled by thecombineSegments
andcombineSegmentsLength
optionstimestampFormatter
is nowTimestampFormatter
v1.0.6
- Add step to replace main entry in distributed package.json
v1.0.5
v1.0.4
- Update HTML support to not require html or body elements. (Resolves #5)
- Allow any order of elements.
- Make cite element optional.
- Add formatted start and end times to Segment type (Resolves #6)
v1.0.3
v1.0.2
Rework build and publish steps so that published data does not use dist folder
v1.0.1
Update version in order to publish updated README