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:
combineEqualTimesandcombineEqualTimesSeparator: Combine segments if thestartTime,endTime, andspeakermatch between the current and prior segments. (Resolves #19)speakerChange: Only includespeakerwhen speaker changes. (Resolves #20)combineSegmentsandcombineSegmentsLength: ReplacescombineSingleWordSegmentsfunction. Combine segments where speaker is the same and concatenatedbodyfits in thecombineSegmentsLength- Change
timestampFormattertoTimestampFormatter
Breaking Changes:
combineSingleWordSegmentsfunction is now handled by thecombineSegmentsandcombineSegmentsLengthoptionstimestampFormatteris 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