Skip to content

Commit f2657bd

Browse files
authored
Merge pull request #102 from i3drobotics/feature/SVTK-99
SVTK-99: Test feature release
2 parents 01ef125 + e49c13d commit f2657bd

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

Appcast.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<rss
3-
version="1.3.3"
3+
version="1.3.4"
44
xmlns:atom="http://www.w3.org/2005/Atom"
55
xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle"
66
xmlns:fervor="https://github.com/pypt/fervor"
@@ -14,8 +14,8 @@
1414
<atom:link href="https://github.com/i3drobotics/stereo-vision-toolkit/releases/latest/download/Appcast.xml" rel="self" type="application/rss+xml" />
1515

1616
<item>
17-
<title>Version 1.3.3</title>
18-
<pubDate>Wed, 20 October 2021 19:21 +0000</pubDate>
17+
<title>Version 1.3.4</title>
18+
<pubDate>Mon, 29 November 2021 13:15 +0000</pubDate>
1919
<guid isPermaLink="true">https://github.com/i3drobotics/stereo-vision-toolkit/releases/latest/download/ReleaseNotes.html</guid>
2020

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

2929
<!-- Windows version. -->
3030
<enclosure
31-
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/latest/download/StereoVisionToolkit-1.3.3-Win64.exe"
32-
fervor:version="1.3.3"
31+
url="https://github.com/i3drobotics/stereo-vision-toolkit/releases/latest/download/StereoVisionToolkit-1.3.4-Win64.exe"
32+
fervor:version="1.3.4"
3333
fervor:platform="Q_OS_WIN32"
3434
length="884596358"
3535
type="application/octet-stream" />

ReleaseNotes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stereo Vision Toolkit
22

33
Changes:
4-
- Upgrade update system
4+
- Deployment process improvements
55

66
Known issues:
77
- Requires manual restart after installation.

changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Stereo Vision Toolkit Changelog
2+
Each change is tied to a GitHub issue see [issues](https://github.com/i3drobotics/stereo-vision-toolkit/issues) for details
3+
4+
# v1.3.4
5+
## Updates
6+
- Improve GitHub review and build process [#97](https://github.com/i3drobotics/stereo-vision-toolkit/issues/97) [#99](https://github.com/i3drobotics/stereo-vision-toolkit/issues/99)
7+
## Fixes
8+
- Fix invalid links in repository README [#95](https://github.com/i3drobotics/stereo-vision-toolkit/issues/95) [#100](https://github.com/i3drobotics/stereo-vision-toolkit/issues/100)

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<body>
88
<h1>Industrial 3D Robotics</h1>
99
<h2>Stereo Vision Toolkit</h2>
10-
<h3>Latest release: 1.3.3</h3>
11-
<button onclick="location.href='https://github.com/i3drobotics/stereo-vision-toolkit/releases/latest/download/StereoVisionToolkit-1.3.3-Win64.exe'" type="button">
10+
<h3>Latest release: 1.3.4</h3>
11+
<button onclick="location.href='https://github.com/i3drobotics/stereo-vision-toolkit/releases/latest/download/StereoVisionToolkit-1.3.4-Win64.exe'" type="button">
1212
Download</button>
1313
<button onclick="location.href='app/UserGuide.pdf'" type="button">
1414
User Guide</button>

release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stereo Vision Toolkit
22

33
Changes:
4-
- Upgrade update system
4+
- Deployment process improvements
55

66
Known issues:
77
- Requires manual restart after installation.

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.3
1+
1.3.4

0 commit comments

Comments
 (0)