|
5 | 5 | <link>https://borgbase.github.io/vorta/appcast-pre.xml</link> |
6 | 6 | <description>Latest updates for the app.</description> |
7 | 7 | <language>en</language> |
| 8 | + <item> |
| 9 | + <title>v0.11.2</title> |
| 10 | + <description><![CDATA[<p>Vorta v0.11.2 is a maintenance release focused on stability and modernization. Key highlights include:</p> |
| 11 | +<ul> |
| 12 | +<li>Bug fixes: Resolved KWallet password retrieval issues, fixed tree model crashes and performance problems, and corrected schedule initialization timing</li> |
| 13 | +<li>Packaging modernization: Migrated to uv for modern Python packaging</li> |
| 14 | +<li>Code quality: Added missing signal cleanup handlers and removed unused parameters</li> |
| 15 | +<li>macOS: Reverted to using borg-dir binary for improved compatibility</li> |
| 16 | +<li>Testing: Fixed failing tests and improved cross-platform test coverage</li> |
| 17 | +</ul> |
| 18 | +<p>Welcome to new contributor @cincodenada!</p> |
| 19 | +<h2>What's Changed</h2> |
| 20 | +<ul> |
| 21 | +<li>Bump test versions, fix failing tests by @m3nu in <a href="https://github.com/borgbase/vorta/pull/2322" rel="nofollow">https://github.com/borgbase/vorta/pull/2322</a></li> |
| 22 | +<li>Modernize packaging, use uv by @m3nu in <a href="https://github.com/borgbase/vorta/pull/2323" rel="nofollow">https://github.com/borgbase/vorta/pull/2323</a></li> |
| 23 | +<li>refactor: add missing signal cleanup handlers in view classes by @m3nu in <a href="https://github.com/borgbase/vorta/pull/2324" rel="nofollow">https://github.com/borgbase/vorta/pull/2324</a></li> |
| 24 | +<li>Revert to using borg-dir binary on macos by @m3nu in <a href="https://github.com/borgbase/vorta/pull/2325" rel="nofollow">https://github.com/borgbase/vorta/pull/2325</a></li> |
| 25 | +<li>Skip darwin tests on non-darwin platforms by @cincodenada in <a href="https://github.com/borgbase/vorta/pull/2319" rel="nofollow">https://github.com/borgbase/vorta/pull/2319</a></li> |
| 26 | +<li>refactor: remove unused profile_id from schedule_changed signal by @m3nu in <a href="https://github.com/borgbase/vorta/pull/2330" rel="nofollow">https://github.com/borgbase/vorta/pull/2330</a></li> |
| 27 | +<li>KWallet password retrieval broken by incorrect get_result() return type by @m3nu in <a href="https://github.com/borgbase/vorta/pull/2328" rel="nofollow">https://github.com/borgbase/vorta/pull/2328</a></li> |
| 28 | +<li>bug: fix tree model pointer exception and performance by @m3nu in <a href="https://github.com/borgbase/vorta/pull/2333" rel="nofollow">https://github.com/borgbase/vorta/pull/2333</a></li> |
| 29 | +<li>fix: Delay updating schedule until after fields have been initialized by @cincodenada in <a href="https://github.com/borgbase/vorta/pull/2317" rel="nofollow">https://github.com/borgbase/vorta/pull/2317</a></li> |
| 30 | +</ul> |
| 31 | +<h2>New Contributors</h2> |
| 32 | +<ul> |
| 33 | +<li>@cincodenada made their first contribution in <a href="https://github.com/borgbase/vorta/pull/2319" rel="nofollow">https://github.com/borgbase/vorta/pull/2319</a></li> |
| 34 | +</ul> |
| 35 | +<p><strong>Full Changelog</strong>: <a href="https://github.com/borgbase/vorta/compare/v0.11.1...v0.11.2" rel="nofollow">https://github.com/borgbase/vorta/compare/v0.11.1...v0.11.2</a></p>]]></description> |
| 36 | + <pubDate>2026-01-01T18:32:00Z</pubDate> |
| 37 | + <sparkle:version>0.11.2</sparkle:version> |
| 38 | + <sparkle:fullReleaseNotesLink>https://github.com/borgbase/vorta/releases/tag/v0.11.2</sparkle:fullReleaseNotesLink> |
| 39 | + <enclosure url="https://github.com/borgbase/vorta/releases/download/v0.11.2/Vorta-v0.11.2-arm.dmg" length="48510183" type="application/x-apple-diskimage"/> |
| 40 | + </item> |
8 | 41 | <item> |
9 | 42 | <title>v0.11.1</title> |
10 | 43 | <description><![CDATA[<p>This release improves the packaging and release process.</p> |
@@ -776,25 +809,5 @@ MDM. More about this feature in the <a href="https://vorta.borgbase.com/usage/se |
776 | 809 | <sparkle:fullReleaseNotesLink>https://github.com/borgbase/vorta/releases/tag/v0.7.6</sparkle:fullReleaseNotesLink> |
777 | 810 | <enclosure url="https://github.com/borgbase/vorta/releases/download/v0.7.6/vorta-0.7.6.dmg" length="45347584" type="application/octet-stream"/> |
778 | 811 | </item> |
779 | | - <item> |
780 | | - <title>v0.7.5</title> |
781 | | - <description><![CDATA[<p>This is a maintenance release to address <a href="https://github.com/borgbase/vorta/discussions/859" rel="nofollow">some issues</a> Linux |
782 | | -users have reported with their keychain. With this release</p> |
783 | | -<ul> |
784 | | -<li>You can disable the system keychain and just keep the repo |
785 | | - passphrase in Vorta's settings DB (slightly less secure)</li> |
786 | | -<li>Keyring is now picked by assigning a score. So it will |
787 | | - prioritized KWallet on KDE and Secret Storage on Gnome.</li> |
788 | | -</ul> |
789 | | -<h3>Other improvements</h3> |
790 | | -<ul> |
791 | | -<li>Use json mode to list archive files. By @rblenis (#885)</li> |
792 | | -<li>Add untranslated strings. By @samuel-w (#902)</li> |
793 | | -</ul>]]></description> |
794 | | - <pubDate>2021-03-03T04:17:49Z</pubDate> |
795 | | - <sparkle:version>0.7.5</sparkle:version> |
796 | | - <sparkle:fullReleaseNotesLink>https://github.com/borgbase/vorta/releases/tag/v0.7.5</sparkle:fullReleaseNotesLink> |
797 | | - <enclosure url="https://github.com/borgbase/vorta/releases/download/v0.7.5/vorta-0.7.5.dmg" length="47113299" type="application/x-diskcopy"/> |
798 | | - </item> |
799 | 812 | </channel> |
800 | 813 | </rss> |
0 commit comments