Skip to content

Releases: shellshape/chapterize

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 16 May 10:48
add offset option

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 06 Oct 17:21

You can now pipe EDL data directly into chapterize via STDIN. Also, if you do not specify any output file, the result will now be printed to STDOUT.

Example:

$ cat timeline.edl | chapterize > timestamps.txt

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Oct 14:46
add readme to edl crate

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Oct 07:44
add deployment workflow