From fdebd200c93629b82154ed0fe3dd0538c77e22cb Mon Sep 17 00:00:00 2001 From: vivek Date: Sun, 2 Jun 2024 14:16:11 -0400 Subject: [PATCH 1/2] latest release --- README.md | 6 +++--- docs/DeveloperGuide.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1459450..aee9b42 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Connect on LinkedIn to discuss further. ## Security ## - Secret scanning: Continuous Integration with [GitGuardian](https://www.gitguardian.com/) - Static Code Analysis: Regular static code scan scan with [Bandit](https://bandit.readthedocs.io/en/latest/) -- Static Code Analysis: Incorporate Snyk for daily static analysis of code +- Static Code Analysis: Incorporate Snyk for static analysis of code on every check in - Secure Transmission: All secure communications for any network communications - Dependency Security: All strictest security features enabled in the Github repo @@ -104,8 +104,8 @@ Connect on LinkedIn to discuss further. Note that installation files are generated every few weeks. Generated binaries will almost always trail the latest codebase available in the repo. Latest Binary -- Generated: 2024-01-30 -- Git version: bbe1f4 +- Generated: 2024-06-02 +- Git version: 3b3502d 1. Install ffmpeg diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 559cc91..68f12f5 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -32,7 +32,7 @@ Winrar is required for generating binaries from python code. If you do not inten Install pyInstaller ``` -pip install pyinstaller==6.3.0 +pip install pyinstaller==6.7.0 ``` In the file ```generate_binary.bat``` replace these paths at the top of the file to paths specific to your machine. @@ -52,12 +52,12 @@ Run ```generate_binary.bat``` file by replacing paths at the top of the file to Note that installation files are generated every few weeks. So these file will almost always trail the latest codebase available in the repo. Latest Binary -- Generated: 2024-01-30 -- Git version: bbe1f4 +- Generated: 2024-06-02 +- Git version: 3b3502d 1. Download the zip file from ``` -https://drive.google.com/file/d/1vJCHv8eEjp6q7HEnCMY5mlX_8Ys2_06u/view?usp=drive_link +https://drive.google.com/file/d/1kcgGbTKxZqgbJOShL0bc3Do34lLouYxF/view?usp=drive_link ``` 2. Unzip the files in a folder. From 3510cbb4cf7e44b01ea9710dca180f9d8909a15e Mon Sep 17 00:00:00 2001 From: vivek Date: Sun, 2 Jun 2024 14:18:38 -0400 Subject: [PATCH 2/2] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aee9b42..f009e54 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Run these commands in a PowerShell window with administrator privileges. For any 2. Download the zip file from ``` -https://drive.google.com/file/d/1vJCHv8eEjp6q7HEnCMY5mlX_8Ys2_06u/view?usp=drive_link +https://drive.google.com/file/d/1kcgGbTKxZqgbJOShL0bc3Do34lLouYxF/view?usp=drive_link Using GPU provides 2-3 times faster reseponse time depending on processing power of GPU.