Skip to content

Commit

Permalink
update appcast and release notes for v1.3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benknight135 committed Aug 24, 2021
1 parent 55bd10a commit cf149dc
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 24 deletions.
12 changes: 6 additions & 6 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.4"
version="1.3.1.5"
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.4</title>
<pubDate>Wed, 18 August 2021 17:29 +0000</pubDate>
<title>Version 1.3.1.5</title>
<pubDate>Mon, 23 August 2021 17:24 +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,10 +28,10 @@

<!-- Windows version. -->
<enclosure
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1.4/StereoVisionToolkit-1.3.1.4-Win64.exe"
fervor:version="1.3.1.4"
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"
fervor:platform="Q_OS_WIN32"
length="874366015"
length="884596358"
type="application/octet-stream" />

</item>
Expand Down
12 changes: 6 additions & 6 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.4"
version="1.3.1.5"
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.4</title>
<pubDate>Wed, 18 August 2021 17:30 +0000</pubDate>
<title>Version 1.3.1.5</title>
<pubDate>Mon, 23 August 2021 17:24 +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,10 +28,10 @@

<!-- Windows version. -->
<enclosure
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/download/v1.3.1.4/StereoVisionToolkit-1.3.1.4-Win64.exe"
fervor:version="1.3.1.4"
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"
fervor:platform="Q_OS_WIN32"
length="874366015"
length="884596358"
type="application/octet-stream" />

</item>
Expand Down
5 changes: 2 additions & 3 deletions ReleaseNotes.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Stereo Vision Toolkit v1.3.1.4
Stereo Vision Toolkit v1.3.1.5

Changes:
- Add new Titania camera serials
- Remove Vimba camera support in build (source available if this is required)
- Update C++ redistributable version

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

Changes:
- Add new Titania camera serials
- Remove Vimba camera support in build (source available if this is required)
- Update C++ redistributable version

Known issues:
- ROS perception YAML's data arrays must be on single line in YAML file.
Expand Down
5 changes: 2 additions & 3 deletions ReleaseNotesDevTmp.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Stereo Vision Toolkit v1.3.1.4 [Development release]
Stereo Vision Toolkit v1.3.1.5 [Development release]

Changes:
- Add new Titania camera serials
- Remove Vimba camera support in build (source available if this is required)
- Update C++ redistributable version

Known issues:
- ROS perception YAML's data arrays must be on single line in YAML file.
Expand Down
5 changes: 2 additions & 3 deletions ReleaseNotesTmp.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Stereo Vision Toolkit v1.3.1.4
Stereo Vision Toolkit v1.3.1.5

Changes:
- Add new Titania camera serials
- Remove Vimba camera support in build (source available if this is required)
- Update C++ redistributable version

Known issues:
- ROS perception YAML's data arrays must be on single line in YAML file.
Expand Down

0 comments on commit cf149dc

Please sign in to comment.