File tree Expand file tree Collapse file tree 6 files changed +1605
-528
lines changed
Expand file tree Collapse file tree 6 files changed +1605
-528
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ install:
6969 - appveyor-tools\secure-file -decrypt license65.dat.enc -secret %ai_license_secret% -salt %ai_license_salt%
7070 - appveyor DownloadFile https://www.advancedinstaller.com/downloads/advinst.msi
7171 - msiexec /i advinst.msi /qn
72- - ' SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 21.8.1 \\bin\\x86'
72+ - ' SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 22.2 \\bin\\x86'
7373 # License path must be absolute
7474 - AdvancedInstaller.com /RegisterOffline "%cd%\license65.dat"
7575 # Create MSI installer
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 5656
5757# Used for module identification and when printing version & about info
5858# (e.g. calling `scenedetect version` or `scenedetect about`).
59- __version__ = "0.6.5-dev1 "
59+ __version__ = "0.6.5"
6060
6161init_logger ()
6262logger = getLogger ("pyscenedetect" )
Original file line number Diff line number Diff line change 44
55## PySceneDetect 0.6
66
7- ### PySceneDetect 0.6.5 (TBD )
7+ ### PySceneDetect 0.6.5 (November 24, 2024 )
88
99#### Release Notes
1010
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ PySceneDetect is available via `pip` as [the `scenedetect` package](https://pypi
2020## Windows Build (64-bit Only)   ; <span class =" wy-text-neutral " ><span class =" fa fa-windows " ></span ></span >
2121
2222<div class =" important " >
23- <h3 class =" wy-text-neutral " ><span class =" fa fa-forward wy-text-info " ></span > Latest Release: <b class =" wy-text-neutral " >v0.6.4 </b ></h3 >
24- <h4 class =" wy-text-neutral " ><span class =" fa fa-calendar wy-text-info " ></span >  ; Release Date:  ; <b >June 10 , 2024</b ></h4 >
25- <a href =" https://github.com/Breakthrough/PySceneDetect/releases/download/v0.6.4 -release/PySceneDetect-0.6.4 -win64.msi " class =" btn btn-info " style =" margin-bottom :8px ;" role =" button " ><span class =" fa fa-download " ></span >  ; <b >Installer</b >  ;  ; (recommended)</a >   ;  ;  ;  ;
26- <a href =" https://github.com/Breakthrough/PySceneDetect/releases/download/v0.6.4 -release/PySceneDetect-0.6.4 -win64-portable.zip " class =" btn btn-info " style =" margin-bottom :8px ;" role =" button " ><span class =" fa fa-download " ></span >  ; <b >Portable .zip</b ></a >   ;  ;  ;  ;
23+ <h3 class =" wy-text-neutral " ><span class =" fa fa-forward wy-text-info " ></span > Latest Release: <b class =" wy-text-neutral " >v0.6.5 </b ></h3 >
24+ <h4 class =" wy-text-neutral " ><span class =" fa fa-calendar wy-text-info " ></span >  ; Release Date:  ; <b >November 24 , 2024</b ></h4 >
25+ <a href =" https://github.com/Breakthrough/PySceneDetect/releases/download/v0.6.5 -release/PySceneDetect-0.6.5 -win64.msi " class =" btn btn-info " style =" margin-bottom :8px ;" role =" button " ><span class =" fa fa-download " ></span >  ; <b >Installer</b >  ;  ; (recommended)</a >   ;  ;  ;  ;
26+ <a href =" https://github.com/Breakthrough/PySceneDetect/releases/download/v0.6.5 -release/PySceneDetect-0.6.5 -win64-portable.zip " class =" btn btn-info " style =" margin-bottom :8px ;" role =" button " ><span class =" fa fa-download " ></span >  ; <b >Portable .zip</b ></a >   ;  ;  ;  ;
2727<a href =" ../cli/ " class =" btn btn-success " style =" margin-bottom :8px ;" role =" button " ><span class =" fa fa-book " ></span >  ; <b >Getting Started</b ></a >
2828</div >
2929
Original file line number Diff line number Diff line change 22<img alt =" PySceneDetect " src =" img/pyscenedetect_logo_small.png " />
33
44<div class =" important " >
5- <h3 class =" wy-text-neutral " ><span class =" fa fa-info-circle wy-text-info " ></span >  ; Latest Release: <b >v0.6.4 </b > (June 10 , 2024)</h3 >
5+ <h3 class =" wy-text-neutral " ><span class =" fa fa-info-circle wy-text-info " ></span >  ; Latest Release: <b >v0.6.5 </b > (November 24 , 2024)</h3 >
66<a href =" download/ " class =" btn btn-success " style =" margin-bottom :8px ;" role =" button " ><span class =" fa fa-download " ></span >  ; <b >Download</b ></a >   ;  ;  ;  ; <a href =" changelog/ " class =" btn btn-info " style =" margin-bottom :8px ;" role =" button " ><span class =" fa fa-reorder " ></span >  ; <b >Changelog</b ></a >   ;  ;  ;  ; <a href =" docs/latest/ " class =" btn btn-warning " style =" margin-bottom :8px ;" role =" button " ><span class =" fa fa-gear " ></span >  ; <b >Documentation</b ></a >   ;  ;  ;  ; <a href =" cli/ " class =" btn btn-danger " style =" margin-bottom :8px ;" role =" button " ><span class =" fa fa-book " ></span >  ; <b >Getting Started</b ></a >
77<br />
88See the changelog for the latest release notes and known issues.
You can’t perform that action at this time.
0 commit comments