Skip to content

Commit

Permalink
release v1.3.2 (remove restart in installer)
Browse files Browse the repository at this point in the history
  • Loading branch information
benknight135 committed Oct 20, 2021
1 parent 60df7b6 commit 7bcabdb
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 21 deletions.
10 changes: 5 additions & 5 deletions Appcast.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<rss
version="1.3.1.5"
version="1.3.2"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"
xmlns:fervor="https://github.com/pypt/fervor"
Expand All @@ -14,8 +14,8 @@
<atom:link href="https://raw.githubusercontent.com/i3drobotics/stereo-vision-toolkit/master/Appcast.xml" rel="self" type="application/rss+xml" />

<item>
<title>Version 1.3.1.5</title>
<pubDate>Mon, 23 August 2021 17:24 +0000</pubDate>
<title>Version 1.3.2</title>
<pubDate>Wed, 20 October 2021 16:52 +0000</pubDate>
<guid isPermaLink="true">https://raw.githubusercontent.com/i3drobotics/stereo-vision-toolkit/master/ReleaseNotes.html</guid>

<!-- One of those (<link> is preferred by Fervor, <sparkle:releaseNotesLink> is used by Sparkle) -->
Expand All @@ -28,8 +28,8 @@

<!-- Windows version. -->
<enclosure
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1.5/StereoVisionToolkit-1.3.1.5-Win64.exe"
fervor:version="1.3.1.5"
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.2/StereoVisionToolkit-1.3.2-Win64.exe"
fervor:version="1.3.2"
fervor:platform="Q_OS_WIN32"
length="884596358"
type="application/octet-stream" />
Expand Down
10 changes: 5 additions & 5 deletions AppcastDev.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<rss
version="1.3.1.5"
version="1.3.2"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"
xmlns:fervor="https://github.com/i3drobotics/fervor"
Expand All @@ -14,8 +14,8 @@
<atom:link href="https://raw.githubusercontent.com/i3drobotics/stereo-vision-toolkit/dev/AppcastDev.xml" rel="self" type="application/rss+xml" />

<item>
<title>Version 1.3.1.5</title>
<pubDate>Mon, 23 August 2021 17:24 +0000</pubDate>
<title>Version 1.3.2</title>
<pubDate>Wed, 20 October 2021 16:52 +0000</pubDate>
<guid isPermaLink="true">https://raw.githubusercontent.com/i3drobotics/stereo-vision-toolkit/dev/ReleaseNotesDev.html</guid>

<!-- One of those (<link> is preferred by Fervor, <sparkle:releaseNotesLink> is used by Sparkle) -->
Expand All @@ -28,8 +28,8 @@

<!-- Windows version. -->
<enclosure
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1.5/StereoVisionToolkit-1.3.1.5-Win64.exe"
fervor:version="1.3.1.5"
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.2/StereoVisionToolkit-1.3.2-Win64.exe"
fervor:version="1.3.2"
fervor:platform="Q_OS_WIN32"
length="884596358"
type="application/octet-stream" />
Expand Down
5 changes: 3 additions & 2 deletions ReleaseNotes.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Stereo Vision Toolkit v1.3.1.5
Stereo Vision Toolkit v1.3.2

Changes:
- Update C++ redistributable version
- Remove computer restart from installer (still requires manual restart)

Known issues:
- Requires manual restart after installation.
- ROS perception YAML's data arrays must be on single line in YAML file.
- WLS filter causes speckle filter to sometimes be disabled.
- Stereo videos are saved uncompressed to avoid lossy compression which would cause issues when loading stereo videos. This will create large file sizes.
5 changes: 3 additions & 2 deletions ReleaseNotesDev.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Stereo Vision Toolkit v1.3.1.5 [Development release]
Stereo Vision Toolkit v1.3.2 [Development release]

Changes:
- Update C++ redistributable version
- Remove computer restart from installer (still requires manual restart)

Known issues:
- Requires manual restart after installation.
- ROS perception YAML's data arrays must be on single line in YAML file.
- WLS filter causes speckle filter to sometimes be disabled.
- Stereo videos are saved uncompressed to avoid lossy compression which would cause issues when loading stereo videos. This will create large file sizes.
5 changes: 3 additions & 2 deletions ReleaseNotesDevTmp.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Stereo Vision Toolkit v1.3.1.5 [Development release]
Stereo Vision Toolkit v1.3.2 [Development release]

Changes:
- Update C++ redistributable version
- Remove computer restart from installer (still requires manual restart)

Known issues:
- Requires manual restart after installation.
- ROS perception YAML's data arrays must be on single line in YAML file.
- WLS filter causes speckle filter to sometimes be disabled.
- Stereo videos are saved uncompressed to avoid lossy compression which would cause issues when loading stereo videos. This will create large file sizes.
5 changes: 3 additions & 2 deletions ReleaseNotesTmp.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Stereo Vision Toolkit v1.3.1.5
Stereo Vision Toolkit v1.3.2

Changes:
- Update C++ redistributable version
- Remove computer restart from installer (still requires manual restart)

Known issues:
- Requires manual restart after installation.
- ROS perception YAML's data arrays must be on single line in YAML file.
- WLS filter causes speckle filter to sometimes be disabled.
- Stereo videos are saved uncompressed to avoid lossy compression which would cause issues when loading stereo videos. This will create large file sizes.
1 change: 0 additions & 1 deletion installer/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ SolidCompression=yes
ArchitecturesAllowed=x64
ArchitecturesInstallIn64BitMode=x64
UninstallDisplayIcon="{#IconPath}/{#IconName}"
AlwaysRestart = yes

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ call "%visual_studio_path%\VC\Auxiliary\Build\vcvars64.bat"
mkdir build
cd build
:: release build
qmake.exe "CONFIG+=qtquickcompiler CONFIG+=DEV_BRANCH CONFIG+=WITH_VIMBA CONFIG+=WITH_I3DRSGM" ..\stereo_vision_toolkit.pro -spec win32-msvc
qmake.exe "CONFIG+=qtquickcompiler CONFIG+=DEV_BRANCH CONFIG+=WITH_I3DRSGM" ..\stereo_vision_toolkit.pro -spec win32-msvc
%qt_creator_path%\jom.exe
:: debug build
qmake.exe "CONFIG+=debug CONFIG+=qml_debug CONFIG+=qtquickcompiler CONFIG+=DEV_BRANCH CONFIG+=WITH_I3DRSGM" ..\stereo_vision_toolkit.pro -spec win32-msvc
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1.5
1.3.2

0 comments on commit 7bcabdb

Please sign in to comment.