Skip to content

Releases: stevencrader/transcriptator

v1.1.4

27 Jan 06:35
Compare
Choose a tag to compare
  • Add support for handling speaker markers in Apple generated VTT files
  • Update dependencies, Node 20.11.0, Yarn 4.0.2

v1.1.3

28 Aug 05:12
Compare
Choose a tag to compare

v1.1.2

28 Aug 05:12
Compare
Choose a tag to compare
  • Add support to remove extra spaces when combining segment body (Resolves #22)

v1.1.0

02 Jun 07:02
Compare
Choose a tag to compare

New Options:

  • combineEqualTimes and combineEqualTimesSeparator: Combine segments if the startTime, endTime, and speaker match between the current and prior segments. (Resolves #19)
  • speakerChange: Only include speaker when speaker changes. (Resolves #20)
  • combineSegments and combineSegmentsLength: Replaces combineSingleWordSegments function. Combine segments where speaker is the same and concatenated body fits in the combineSegmentsLength
  • Change timestampFormatter to TimestampFormatter

Breaking Changes:

  • combineSingleWordSegments function is now handled by the combineSegments and combineSegmentsLength options
  • timestampFormatter is now TimestampFormatter

v1.0.6

16 Apr 21:26
Compare
Choose a tag to compare
  • Add step to replace main entry in distributed package.json

v1.0.5

03 Apr 04:09
Compare
Choose a tag to compare
  • For HTML transcripts, just use the next segment's startTime for the endTime instead of adding the startTime to it. (Resolves #14)

v1.0.4

27 Mar 04:54
Compare
Choose a tag to compare
  • 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)

https://www.npmjs.com/package/transcriptator/v/1.0.4

v1.0.3

21 Mar 05:55
Compare
Choose a tag to compare
  • 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.2

18 Mar 20:55
Compare
Choose a tag to compare

Rework build and publish steps so that published data does not use dist folder

v1.0.1

17 Mar 06:08
Compare
Choose a tag to compare

Update version in order to publish updated README