Skip to content

Commit

Permalink
[release] Prepare 1.7 Beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Feb 2, 2025
1 parent 573f4ec commit e4bd8d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions dist/installer/DVR-Scan.aip
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<ROW Property="CTRLS" Value="2"/>
<ROW Property="DialogBitmap" Value="dialog.jpg" MultiBuildValue="DefaultBuild:installer_logo.jpg" Type="1" MsiKey="DialogBitmap"/>
<ROW Property="Manufacturer" Value="Brandon Castellano"/>
<ROW Property="ProductCode" Value="1033:{9632D0E7-685F-405B-86F2-30B3B71C899C} " Type="16"/>
<ROW Property="ProductCode" Value="1033:{7CE7D9E9-E324-44F3-8170-E1AE00458FED} " Type="16"/>
<ROW Property="ProductLanguage" Value="1033"/>
<ROW Property="ProductName" Value="DVR-Scan"/>
<ROW Property="ProductVersion" Value="1.6.9999" Options="32"/>
<ROW Property="ProductVersion" Value="1.6.10000" Options="32"/>
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
<ROW Property="UpgradeCode" Value="{8FEF5940-4574-4C5D-9776-2CDDC0375510}"/>
<ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>
Expand Down Expand Up @@ -105,7 +105,7 @@
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiCompsComponent">
<ROW Component="ACT" ComponentId="{D95A9999-B504-484E-A1D8-14BF76FBD948}" Directory_="Australia_Dir" Attributes="0" KeyPath="ACT" Type="0"/>
<ROW Component="AI_CustomARPName" ComponentId="{00E96A81-AAD7-4B78-AD54-6DDCEBD81B59}" Directory_="APPDIR" Attributes="260" KeyPath="DisplayName" Options="1"/>
<ROW Component="AI_CustomARPName" ComponentId="{A5B38703-EFFC-461D-91D2-CA3D8E38304F}" Directory_="APPDIR" Attributes="260" KeyPath="DisplayName" Options="1"/>
<ROW Component="AI_DisableModify" ComponentId="{653C9260-5E39-41EA-9C74-362F9C299BED}" Directory_="APPDIR" Attributes="260" KeyPath="NoModify" Options="1"/>
<ROW Component="AI_SHORTCUTSREG" ComponentId="{271A6EBA-4BA8-47EE-B3BA-34DC4C1A6531}" Directory_="APPDIR" Attributes="260" KeyPath="AI_SHORTCUTSREG" Options="1"/>
<ROW Component="APPDIR" ComponentId="{088A429B-96BF-40BE-9BA2-B2CA5EB76862}" Directory_="APPDIR" Attributes="0"/>
Expand Down Expand Up @@ -1295,7 +1295,7 @@
<ROW Action="AI_RESTORE_AI_SETUPEXEPATH" Condition="AI_SETUPEXEPATH_ORIGINAL" Sequence="251"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.BuildComponent">
<ROW BuildKey="DefaultBuild" BuildName="DefaultBuild" BuildOrder="1" BuildType="0" PackageFolder="." PackageFileName="DVR-Scan-1.7-dev0-win64" Languages="en" InstallationType="4" ExtUI="true" UseLargeSchema="true" MsiPackageType="x64"/>
<ROW BuildKey="DefaultBuild" BuildName="DefaultBuild" BuildOrder="1" BuildType="0" PackageFolder="." PackageFileName="DVR-Scan-1.7-dev1-win64" Languages="en" InstallationType="4" ExtUI="true" UseLargeSchema="true" MsiPackageType="x64"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.DictionaryComponent">
<ROW Path="&lt;AI_DICTS&gt;ui.ail"/>
Expand Down
5 changes: 2 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,21 @@

### 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
- Shows scan progress in real-time
- 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
Expand Down

0 comments on commit e4bd8d1

Please sign in to comment.