Skip to content

Commit

Permalink
update version, appcasts, release notes for v1.3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benknight135 committed Jun 16, 2021
1 parent 44d6cca commit 2df578d
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 22 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.2"
version="1.3.1.3"
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.2</title>
<pubDate>Thu, 6 May 2021 16:09 +0000</pubDate>
<title>Version 1.3.1.3</title>
<pubDate>Wed, 16 June 2021 14:08 +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.2/StereoVisionToolkit-1.3.1.2-Win64.exe"
fervor:version="1.3.1.2"
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1.3/StereoVisionToolkit-1.3.1.3-Win64.exe"
fervor:version="1.3.1.3"
fervor:platform="Q_OS_WIN32"
length="121651640"
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.2"
version="1.3.1.3"
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.2</title>
<pubDate>Thu, 6 May 2021 17:55 +0000</pubDate>
<title>Version 1.3.1.3</title>
<pubDate>Wed, 16 June 2021 14:08 +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.2/StereoVisionToolkit-1.3.1.2-Win64.exe"
fervor:version="1.3.1.2"
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1.3/StereoVisionToolkit-1.3.1.3-Win64.exe"
fervor:version="1.3.1.3"
fervor:platform="Q_OS_WIN32"
length="1105468427"
type="application/octet-stream" />
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[Software Website](https://i3drobotics.github.io/stereo-vision-toolkit/)

## Latest Release
Download the latest release v1.3.1 [here](https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1.2/StereoVisionToolkit-1.3.1.2-Win64.exe)
Download the latest release v1.3.1.3 [here](https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1.3/StereoVisionToolkit-1.3.1.3-Win64.exe)

For detailed instructions see the [User Guide](https://i3drobotics.github.io/stereo-vision-toolkit/app/UserGuide.pdf)

Expand Down Expand Up @@ -34,7 +34,7 @@ We have included support for two of OpenCV's matchers: the basic block matcher a
I3DR's own 3D matching algorithm (I3DRSGM) is also built into this application by default however a license is required to be able to run it. Please contact info@i3drobotics.com for requesting a license.

## Installation
Download and install the windows installer for the latest release [here](https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1.2/StereoVisionToolkit-1.3.1.2-Win64.exe).
Download and install the windows installer for the latest release [here](https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1.2/StereoVisionToolkit-1.3.1.3-Win64.exe).

See the [User Guide](https://i3drobotics.github.io/stereo-vision-toolkit/app/UserGuide.pdf) for details on using the software as well as building from source.

Expand All @@ -50,7 +50,7 @@ This code is provided under the MIT license, which essentially means it's open s
See [release](https://github.com/i3drobotics/stereo-vision-toolkit/releases) for previous builds.

## Developer zone
Download the latest development release v1.3.1a.24 [here](https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1a.24/StereoVisionToolkit-1.3.1a.24-Win64.exe)
Download the latest development release v1.3.1.3 ~~[here](https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1a.24/StereoVisionToolkit-1.3.1a.24-Win64.exe)~~ (**developer release is currently the main release**)
*WARNING: Development release may contain broken code and untested features. Use at your own risk!*

See [User Guide](https://i3drobotics.github.io/stereo-vision-toolkit/app/UserGuide.pdf) for details on building from source.
Expand Down
6 changes: 4 additions & 2 deletions ReleaseNotes.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Stereo Vision Toolkit v1.3.1.2
Stereo Vision Toolkit v1.3.1.3

Changes:
- Update default matcher parameters for I3DRSGM
- Fix 'OK' button in calibration dialog is enabled in unstable state
- Fix loading 5 images in calibration dialog causes crash
- Fix unclear error messages in calibration failure

Known issues:
- ROS perception YAML's data arrays must be on single line in YAML file.
Expand Down
6 changes: 4 additions & 2 deletions ReleaseNotesDev.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Stereo Vision Toolkit v1.3.1.2 [Development release]
Stereo Vision Toolkit v1.3.1.3 [Development release]

Changes:
- Update default matcher parameters for I3DRSGM
- Fix 'OK' button in calibration dialog is enabled in unstable state
- Fix loading 5 images in calibration dialog causes crash
- Fix unclear error messages in calibration failure

Known Issues:
- ROS perception YAML's data arrays must be on single line in YAML file.
Expand Down
6 changes: 4 additions & 2 deletions ReleaseNotesDevTmp.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Stereo Vision Toolkit v1.3.1.2 [Development release]
Stereo Vision Toolkit v1.3.1.3 [Development release]

Changes:
- Update default matcher parameters for I3DRSGM
- Fix 'OK' button in calibration dialog is enabled in unstable state
- Fix loading 5 images in calibration dialog causes crash
- Fix unclear error messages in calibration failure

Known Issues:
- ROS perception YAML's data arrays must be on single line in YAML file.
Expand Down
6 changes: 4 additions & 2 deletions ReleaseNotesTmp.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Stereo Vision Toolkit v1.3.1.2
Stereo Vision Toolkit v1.3.1.3

Changes:
- Update default matcher parameters for I3DRSGM
- Fix 'OK' button in calibration dialog is enabled in unstable state
- Fix loading 5 images in calibration dialog causes crash
- Fix unclear error messages in calibration failure

Known issues:
- ROS perception YAML's data arrays must be on single line in YAML file.
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.2
1.3.1.3

0 comments on commit 2df578d

Please sign in to comment.