From e4bd8d137ee66c977d2c66acd7dfcf757af635e8 Mon Sep 17 00:00:00 2001 From: Breakthrough Date: Sun, 2 Feb 2025 16:50:38 -0500 Subject: [PATCH] [release] Prepare 1.7 Beta 2 --- appveyor.yml | 2 +- dist/installer/DVR-Scan.aip | 8 ++++---- docs/changelog.md | 5 ++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index aab9b31..3021dd4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -66,7 +66,7 @@ install: - appveyor DownloadFile https://www.advancedinstaller.com/downloads/advinst.msi - msiexec /i advinst.msi /qn # TODO: Determine the path to Advanced Installer more programatically. - - 'SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 22.3\\bin\\x86' + - 'SET PATH=%PATH%;C:\\Program Files (x86)\\Caphyon\\Advanced Installer 22.4\\bin\\x86' # License path must be absolute - AdvancedInstaller.com /RegisterOffline "%cd%\license65.dat" # Create MSI installer diff --git a/dist/installer/DVR-Scan.aip b/dist/installer/DVR-Scan.aip index c6626fb..c3abc37 100644 --- a/dist/installer/DVR-Scan.aip +++ b/dist/installer/DVR-Scan.aip @@ -22,10 +22,10 @@ - + - + @@ -105,7 +105,7 @@ - + @@ -1295,7 +1295,7 @@ - + diff --git a/docs/changelog.md b/docs/changelog.md index e11a397..ab4adb5 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,7 +7,7 @@ ### 1.7 (In Development) -#### Beta 1 +#### Beta 1 (1.7-dev0) - [feature] New GUI now available across all platforms, can be launched via `dvr-scan-app` - Has UI elements for all settings, supports editing motion regions @@ -15,14 +15,13 @@ - Supports loading/saving config files compatible with the `dvr-scan` CLI command - [general] Minimum supported Python version is now 3.9 -#### Beta 2 (TBD) +#### Beta 2 (1.7-dev1) - [bugfix] Fix "too many values to unpack" exception when scanning video - [bugfix] Fix incorrect calculation of total frames when showing progress - [bugfix] Fix drag-and-drop shortcut not working due to not parsing input paths from command line - [general] Show alert on any errors during motion scanning - ---------------------------------------------------------- ## DVR-Scan 1.6