Skip to content

Commit 2c93617

Browse files
committed
Bump version
1 parent c7e5de9 commit 2c93617

2 files changed

Lines changed: 34 additions & 44 deletions

File tree

appcast-pre.xml

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
<link>https://borgbase.github.io/vorta/appcast-pre.xml</link>
66
<description>Latest updates for the app.</description>
77
<language>en</language>
8+
<item>
9+
<title>v0.11.1</title>
10+
<description><![CDATA[<p>This release improves the packaging and release process.</p>
11+
<h2>What's Changed</h2>
12+
<ul>
13+
<li>fix: use absolute path for networksetup binary on macOS by @m3nu in <a href="https://github.com/borgbase/vorta/pull/2309" rel="nofollow">https://github.com/borgbase/vorta/pull/2309</a></li>
14+
<li>Fix appstream validation errors in metainfo file by @Hofer-Julian in <a href="https://github.com/borgbase/vorta/pull/2310" rel="nofollow">https://github.com/borgbase/vorta/pull/2310</a></li>
15+
<li>Use new borg release naming by @m3nu in <a href="https://github.com/borgbase/vorta/pull/2314" rel="nofollow">https://github.com/borgbase/vorta/pull/2314</a></li>
16+
</ul>
17+
<p><strong>macOS Intel builds</strong>: Due to available Github runners the Intel build can only be done on macOS 15, which is the last macOS version with Intel support.</p>
18+
<p><strong>Full Changelog</strong>: <a href="https://github.com/borgbase/vorta/compare/v0.11.0...v0.11.1" rel="nofollow">https://github.com/borgbase/vorta/compare/v0.11.0...v0.11.1</a></p>]]></description>
19+
<pubDate>2025-12-15T15:12:48Z</pubDate>
20+
<sparkle:version>0.11.1</sparkle:version>
21+
<sparkle:fullReleaseNotesLink>https://github.com/borgbase/vorta/releases/tag/v0.11.1</sparkle:fullReleaseNotesLink>
22+
<enclosure url="https://github.com/borgbase/vorta/releases/download/v0.11.1/Vorta-v0.11.1-arm.dmg" length="48201686" type="application/x-apple-diskimage"/>
23+
</item>
824
<item>
925
<title>v0.11.0</title>
1026
<description><![CDATA[<p>After 2 months of testing we are ready to release the next major version of Vorta. Much of this was contributed by our Google Summer of Code student, @VandalByte. A big thanks to him for all his work over the summer.</p>
@@ -57,7 +73,7 @@
5773
<pubDate>2025-11-28T13:01:27Z</pubDate>
5874
<sparkle:version>0.11.0</sparkle:version>
5975
<sparkle:fullReleaseNotesLink>https://github.com/borgbase/vorta/releases/tag/v0.11.0</sparkle:fullReleaseNotesLink>
60-
<enclosure url="https://github.com/borgbase/vorta/releases/download/v0.11.0/Vorta-v0.11.0-arm.dmg" length="45379995" type="application/x-apple-diskimage"/>
76+
<enclosure url="https://github.com/borgbase/vorta/releases/download/v0.11.0/Vorta-v0.11.0-arm.dmg" length="45384722" type="application/x-apple-diskimage"/>
6177
</item>
6278
<item>
6379
<title>v0.11.0-beta1</title>
@@ -780,26 +796,5 @@ users have reported with their keychain. With this release</p>
780796
<sparkle:fullReleaseNotesLink>https://github.com/borgbase/vorta/releases/tag/v0.7.5</sparkle:fullReleaseNotesLink>
781797
<enclosure url="https://github.com/borgbase/vorta/releases/download/v0.7.5/vorta-0.7.5.dmg" length="47113299" type="application/x-diskcopy"/>
782798
</item>
783-
<item>
784-
<title>v0.7.4</title>
785-
<description><![CDATA[<p>This is a maintenance release to address some widespread issues
786-
related to different Linux keychains. It also adds Swedish as
787-
translation, as well as updates to existing translations.</p>
788-
<h3>New features</h3>
789-
<ul>
790-
<li>Add option to refresh individual archives. By @rblenis (#878)</li>
791-
</ul>
792-
<h3>Bug fixes and improvements</h3>
793-
<ul>
794-
<li>Fix log table sorting. By @rblenis (#881)</li>
795-
<li>Improve kwallet verification. By @samuel-w (#889)</li>
796-
<li>Remove failing SSH key check (#887)</li>
797-
<li>Avoid segfault when quitting (#877)</li>
798-
</ul>]]></description>
799-
<pubDate>2021-02-26T03:46:08Z</pubDate>
800-
<sparkle:version>0.7.4</sparkle:version>
801-
<sparkle:fullReleaseNotesLink>https://github.com/borgbase/vorta/releases/tag/v0.7.4</sparkle:fullReleaseNotesLink>
802-
<enclosure url="https://github.com/borgbase/vorta/releases/download/v0.7.4/vorta-0.7.4.dmg" length="47103648" type="application/octet-stream"/>
803-
</item>
804799
</channel>
805800
</rss>

appcast.xml

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
<link>https://borgbase.github.io/vorta/appcast.xml</link>
66
<description>Latest updates for the app.</description>
77
<language>en</language>
8+
<item>
9+
<title>v0.11.1</title>
10+
<description><![CDATA[<p>This release improves the packaging and release process.</p>
11+
<h2>What's Changed</h2>
12+
<ul>
13+
<li>fix: use absolute path for networksetup binary on macOS by @m3nu in <a href="https://github.com/borgbase/vorta/pull/2309" rel="nofollow">https://github.com/borgbase/vorta/pull/2309</a></li>
14+
<li>Fix appstream validation errors in metainfo file by @Hofer-Julian in <a href="https://github.com/borgbase/vorta/pull/2310" rel="nofollow">https://github.com/borgbase/vorta/pull/2310</a></li>
15+
<li>Use new borg release naming by @m3nu in <a href="https://github.com/borgbase/vorta/pull/2314" rel="nofollow">https://github.com/borgbase/vorta/pull/2314</a></li>
16+
</ul>
17+
<p><strong>macOS Intel builds</strong>: Due to available Github runners the Intel build can only be done on macOS 15, which is the last macOS version with Intel support.</p>
18+
<p><strong>Full Changelog</strong>: <a href="https://github.com/borgbase/vorta/compare/v0.11.0...v0.11.1" rel="nofollow">https://github.com/borgbase/vorta/compare/v0.11.0...v0.11.1</a></p>]]></description>
19+
<pubDate>2025-12-15T15:12:48Z</pubDate>
20+
<sparkle:version>0.11.1</sparkle:version>
21+
<sparkle:fullReleaseNotesLink>https://github.com/borgbase/vorta/releases/tag/v0.11.1</sparkle:fullReleaseNotesLink>
22+
<enclosure url="https://github.com/borgbase/vorta/releases/download/v0.11.1/Vorta-v0.11.1-arm.dmg" length="48201686" type="application/x-apple-diskimage"/>
23+
</item>
824
<item>
925
<title>v0.11.0</title>
1026
<description><![CDATA[<p>After 2 months of testing we are ready to release the next major version of Vorta. Much of this was contributed by our Google Summer of Code student, @VandalByte. A big thanks to him for all his work over the summer.</p>
@@ -57,7 +73,7 @@
5773
<pubDate>2025-11-28T13:01:27Z</pubDate>
5874
<sparkle:version>0.11.0</sparkle:version>
5975
<sparkle:fullReleaseNotesLink>https://github.com/borgbase/vorta/releases/tag/v0.11.0</sparkle:fullReleaseNotesLink>
60-
<enclosure url="https://github.com/borgbase/vorta/releases/download/v0.11.0/Vorta-v0.11.0-arm.dmg" length="45379995" type="application/x-apple-diskimage"/>
76+
<enclosure url="https://github.com/borgbase/vorta/releases/download/v0.11.0/Vorta-v0.11.0-arm.dmg" length="45384722" type="application/x-apple-diskimage"/>
6177
</item>
6278
<item>
6379
<title>v0.10.3</title>
@@ -546,26 +562,5 @@ users have reported with their keychain. With this release</p>
546562
<sparkle:fullReleaseNotesLink>https://github.com/borgbase/vorta/releases/tag/v0.7.5</sparkle:fullReleaseNotesLink>
547563
<enclosure url="https://github.com/borgbase/vorta/releases/download/v0.7.5/vorta-0.7.5.dmg" length="47113299" type="application/x-diskcopy"/>
548564
</item>
549-
<item>
550-
<title>v0.7.4</title>
551-
<description><![CDATA[<p>This is a maintenance release to address some widespread issues
552-
related to different Linux keychains. It also adds Swedish as
553-
translation, as well as updates to existing translations.</p>
554-
<h3>New features</h3>
555-
<ul>
556-
<li>Add option to refresh individual archives. By @rblenis (#878)</li>
557-
</ul>
558-
<h3>Bug fixes and improvements</h3>
559-
<ul>
560-
<li>Fix log table sorting. By @rblenis (#881)</li>
561-
<li>Improve kwallet verification. By @samuel-w (#889)</li>
562-
<li>Remove failing SSH key check (#887)</li>
563-
<li>Avoid segfault when quitting (#877)</li>
564-
</ul>]]></description>
565-
<pubDate>2021-02-26T03:46:08Z</pubDate>
566-
<sparkle:version>0.7.4</sparkle:version>
567-
<sparkle:fullReleaseNotesLink>https://github.com/borgbase/vorta/releases/tag/v0.7.4</sparkle:fullReleaseNotesLink>
568-
<enclosure url="https://github.com/borgbase/vorta/releases/download/v0.7.4/vorta-0.7.4.dmg" length="47103648" type="application/octet-stream"/>
569-
</item>
570565
</channel>
571566
</rss>

0 commit comments

Comments
 (0)