Minor release including only additions and bugfixes (thanks to everyone who contributed to this release!). Changelog:
* [enhancement] `--min-duration` now accepts a timecode in addition to frame number ([128](https://github.com/Breakthrough/PySceneDetect/pull/128), thanks tonycpsu)
* [feature] Add `--image-frame-margin` option to `save-images` command to ignore a number of frames at the start/end of a scene ([129](https://github.com/Breakthrough/PySceneDetect/pull/129), thanks tonycpsu)
* [bugfix] `--min-scene-len` option was not respected by first scene ([105](https://github.com/Breakthrough/PySceneDetect/issues/105), thanks charlesvestal)
* [bugfix] Splitting videos with an analyzed duration only splits within analyzed area ([106](https://github.com/Breakthrough/PySceneDetect/issues/106), thanks charlesvestal)
* [bugfix] Improper start timecode applied to the `split-video` command when using `ffmpeg` ([93](https://github.com/Breakthrough/PySceneDetect/issues/93), thanks typoman)
* [bugfix] Added links and filename sanitation to html output ([139](https://github.com/Breakthrough/PySceneDetect/issues/139) and [#140](https://github.com/Breakthrough/PySceneDetect/issues/140), thanks wsj018)
* [bugfix] UnboundLocalError in `detect_scenes` when `frame_skip` is larger than 0 ([126](https://github.com/Breakthrough/PySceneDetect/issues/126), thanks twostarxx)