You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/pages/changelog.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -583,19 +583,20 @@ Development
583
583
584
584
## PySceneDetect 0.6.5 (TBD)
585
585
586
-
-[bugfix] Fix new detectors not working with `default-detector` config option
587
-
-[bugfix] Fix crash when using `save-images`/`save_images()` with OpenCV backend [#455](https://github.com/Breakthrough/PySceneDetect/issues/455)
586
+
-[bugfix] Fix `SyntaxWarning` due to incorrect escaping [#400](https://github.com/Breakthrough/PySceneDetect/issues/400)
587
+
-[bugfix] Fix `ContentDetector` crash when using callbacks [#416](https://github.com/Breakthrough/PySceneDetect/issues/416)[#420](https://github.com/Breakthrough/PySceneDetect/issues/420)
588
+
-[feature] Add ability to configure CSV separators for rows/columns in config file [#423](https://github.com/Breakthrough/PySceneDetect/issues/423)
589
+
-[feature] Add new `--show` flag to `export-html` command to launch browser after processing [#442](https://github.com/Breakthrough/PySceneDetect/issues/442)
588
590
-[general] Timecodes of the form `MM:SS[.nnn]` are now processed correctly [#443](https://github.com/Breakthrough/PySceneDetect/issues/443)
589
-
-[feature] Add new `--show` flag to `export-html` command to launch browser after processing (#442)
591
+
-[bugfix] Fix `save-images`/`save_images()` not working correctly with UTF-8 paths [#450](https://github.com/Breakthrough/PySceneDetect/issues/455)
592
+
-[bugfix] Fix crash when using `save-images`/`save_images()` with OpenCV backend [#455](https://github.com/Breakthrough/PySceneDetect/issues/455)
593
+
-[bugfix] Fix new detectors not working with `default-detector` config option
590
594
-[improvement] The `export-html` command now implicitly invokes `save-images` with default parameters
591
595
- The output of the `export-html` command will always use the result of the `save-images` command that *precedes* it
592
596
-[general] Updates to Windows distributions:
593
597
- The MoviePy backend is now included with Windows distributions
-[improvement]`save_to_csv` now works with paths from `pathlib`
597
-
-[bugfix] Fix `SyntaxWarning` due to incorrect escaping [#400](https://github.com/Breakthrough/PySceneDetect/issues/400)
598
-
-[bugfix] Fix `ContentDetector` crash when using callbacks [#416](https://github.com/Breakthrough/PySceneDetect/issues/416)[#420](https://github.com/Breakthrough/PySceneDetect/issues/420)
599
601
-[api] The `save_to_csv` function now works correctly with paths from the `pathlib` module
600
602
-[api] Add `col_separator` and `row_separator` args to `write_scene_list` function in `scenedetect.scene_manager`
601
-
-[feature] Add ability to configure CSV separators for rows/columns in config file [#423](https://github.com/Breakthrough/PySceneDetect/issues/423)
0 commit comments