Skip to content

Commit c918622

Browse files
committed
[docs] Fix changelog.md.
1 parent f9f8e1d commit c918622

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

website/pages/changelog.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ Feedback on the new detection methods and their default values is most welcome.
3030
- [bugfix] Fix crash when decoded frames have incorrect resolution and log error instead [#319](https://github.com/Breakthrough/PySceneDetect/issues/319)
3131
- [bugfix] Update default ffmpeg stream mapping from `-map 0` to `-map 0:v:0 -map 0:a? -map 0:s?` [#392](https://github.com/Breakthrough/PySceneDetect/issues/392)
3232

33-
#### 0.6.4.1 (TBD)
34-
35-
- [bugfix] Fix `default-detector` config option not working with new detectors
36-
- [bugfix] Fix SyntaxWarning due to incorrect string escaping in command-line (#400)
37-
3833

3934
### 0.6.3 (March 9, 2024)
4035

@@ -590,4 +585,6 @@ Development
590585

591586
- [bugfix] Fix new detectors not working with `default-detector` config option
592587
- [bugfix] Fix `SyntaxWarning` due to incorrect escaping [#400](https://github.com/Breakthrough/PySceneDetect/issues/400)
593-
- [bugfix] Fix `ContentDetector` crash when using callbacks [#416](https://github.com/Breakthrough/PySceneDetect/issues/416)
588+
- [bugfix] Fix `ContentDetector` crash when using callbacks [#416](https://github.com/Breakthrough/PySceneDetect/issues/416) [#420](https://github.com/Breakthrough/PySceneDetect/issues/420)
589+
- [general] Timecodes of the form `MM:SS[.nnn]` are now processed correctly [#443](https://github.com/Breakthrough/PySceneDetect/issues/443)
590+
- [api] The `save_to_csv` function now works correctly with paths from the `pathlib` module

0 commit comments

Comments
 (0)