<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
    <channel>
        <title>FIXXR Updates</title>
        <description>Maxx keeps your software tended.</description>
        <language>en</language>
    <item>
        <title>v0.12.0</title>
        <pubDate>Mon, 01 Jun 2026 01:09:42 +0000</pubDate>
        <sparkle:version>46</sparkle:version>
        <sparkle:shortVersionString>0.12.0</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.12.0.dmg"
            type="application/octet-stream"
            length="8491907"
            sparkle:edSignature="OZ/B/p3SeU6CE6c0cQL8mfFWufCEFR0gnoaI9m04KObbyKHW7M40fyvJ2OYvLNKMXWys+GLYJmdF5P6gYT+bCg=="
        />
    </item>
    <item>
        <title>v0.11.0</title>
        <pubDate>Mon, 27 Apr 2026 21:30:00 +0000</pubDate>
        <sparkle:version>45</sparkle:version>
        <sparkle:shortVersionString>0.11.0</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p><strong>Maxx put down the popover and built a real workshop bell.</strong></p>
<p>v0.10.0 said the menu-bar buttons were fixed. They weren't. Update All and Open Workshop stayed dead in production, and the right-click Workshop / Diagnostics… items were dead too. The fix attempts couldn't see what AppKit was actually doing — until we caught it on the log stream: NSPopover's transient close machinery was eating clicks before SwiftUI's hit-test could fire, and a synthetic <code>performClick</code> in the right-click handler was creating two competing menu tracking sessions.</p>
<p>v0.11.0 retires the entire NSPopover + NSStatusItem + NSMenu plumbing. The menu bar surface is now built on <code>MenuBarExtra</code> (Apple's modern SwiftUI primitive), and the Workshop opens as a proper <code>Window</code> scene via <code>@Environment(\.openWindow)</code>. Hit-testing happens inside SwiftUI, no transient close to fight, no activation-policy gymnastics. Clicks fire on first try.</p>
<p>The popover content is also reframed. The menu bar is for the decision, not the inventory. The 18-app preview list is gone. Maxx now shows urgency, count, and the cost of acting — <em>Update all</em> with brand-gold primary, optional <em>Urgent only</em> when at-risk apps are a meaningful subset, and a live running state with current app, linear progress, and Pause / Skip / Stop controls. The full per-app inventory is one click away in the Workshop, where it belongs.</p>
<p><a href="https://github.com/fixxr-org/fixxr/releases/tag/v0.11.0">Full release notes</a>.</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.11.0.dmg"
            type="application/octet-stream"
            length="8205739"
            sparkle:edSignature="bTVcdOpCeNaDvS3ijNkEdXqTBYvZ2zfiHPOZOFT4YvP0a4zztKfykRHK3wJbZeGbC62uR2yfJOmybiaYKMkiDQ=="
        />
    </item>
    <item>
        <title>v0.10.0</title>
        <pubDate>Mon, 27 Apr 2026 14:58:00 +0000</pubDate>
        <sparkle:version>44</sparkle:version>
        <sparkle:shortVersionString>0.10.0</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.10.0.dmg"
            type="application/octet-stream"
            length="8397601"
            sparkle:edSignature="jUDOdNAgEGYRtUbrWIxTqFv8Ysncp0G/LmJT+pFO6hH68OrYBPmlqugosCssb5v/0i3TfOVxvnIKphO+A4q0Ag=="
        />
    </item>
    <item>
        <title>v0.9.19</title>
        <pubDate>Sat, 25 Apr 2026 12:31:00 +0000</pubDate>
        <sparkle:version>43</sparkle:version>
        <sparkle:shortVersionString>0.9.19</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p><strong>Maxx stopped relying on Spotlight's word for it.</strong></p>
<p>On some Macs, Spotlight's index is partial, paused, or quietly excluding <code>/Applications</code> from the launchd context FIXXR runs scans in. v0.9.18 and earlier asked Spotlight where each app lived; if Spotlight came back empty, the app fell out of FIXXR's view entirely. App Store and Sparkle bucket counts read 0 even on machines with obvious Sparkle and MAS apps installed. Maxx couldn't see what was right in front of him because he was waiting for the index to confirm it.</p>
<p>v0.9.19 reads the install path that <code>discover.py</code> already wrote during the filesystem walk. If the directory is there, Maxx walks straight into it. Spotlight is now a fallback, not the primary signal. ~187 fewer subprocess calls per scan as a side benefit.</p>
<p>Also new: <code>fixxr diagnose</code> (and <code>fixxr diagnose --json</code>) — structured diagnostic output for contributors and agentic-packaging tools. Per-app reason codes for unclassified apps, machine health checks, anomaly hints. Run it the next time your inventory looks suspiciously empty: it'll tell you which guess to follow first.</p>
<p><a href="https://github.com/fixxr-org/fixxr/releases/tag/v0.9.19">Full release notes</a>.</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.19.dmg"
            type="application/octet-stream"
            length="8422891"
            sparkle:edSignature="qoC7kLpg+0NeyuoZg5Azjm0I8AukoVQT9f4DQOuEZ0vVi4+BmbxNOPEASIxH1/w4RcDvDur9cqTS29lH6xfKAg=="
        />
    </item>
    <item>
        <title>v0.9.18</title>
        <pubDate>Sat, 25 Apr 2026 11:12:00 +0000</pubDate>
        <sparkle:version>42</sparkle:version>
        <sparkle:shortVersionString>0.9.18</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p><strong>Maxx stopped knocking on empty doors.</strong></p>
<p>Some apps land in a half-uninstalled state: <code>/usr/local/Caskroom/&lt;token&gt;/</code> exists with a <code>.metadata/</code> folder but no actual install behind it (the version subdir is gone). brew itself considers these "not installed" — the receipt is hollow.</p>
<p>v0.9.17 would still route those apps through <code>brew upgrade --cask</code> and bounce off the empty door, even when a Sparkle feed or native updater could have actually fetched the new version. v0.9.18 checks the door first. If the cask is hollow, FIXXR falls through to the next available path. Only when nothing works does it surface the <code>brew install --cask &lt;token&gt;</code> hint — now an honest last resort instead of a first reflex.</p>
<p>Affects (on a typical machine): Fing, Goose, Microsoft Azure Storage Explorer, 4K YouTube to MP3, and any other app where brew has a metadata-only stub but the .app is still on disk.</p>
<p><a href="https://github.com/fixxr-org/fixxr/releases/tag/v0.9.18">Full release notes</a>.</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.18.dmg"
            type="application/octet-stream"
            length="8415720"
            sparkle:edSignature="TGhRH4OczgxlYH1nO2260qaRRjS09qjzYjCA6Sa/89gaJqcLylYd1GvV0pas7JqsF8fBY4SKG1FL9p4rAQK5Cw=="
        />
    </item>
    <item>
        <title>v0.9.17</title>
        <pubDate>Sat, 25 Apr 2026 10:43:00 +0000</pubDate>
        <sparkle:version>41</sparkle:version>
        <sparkle:shortVersionString>0.9.17</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p><strong>Maxx learned to walk into the right shop.</strong></p>
<p>If you have both ARM and Intel Homebrew installed (very common on Apple Silicon Macs that started life on Intel), v0.9.16 showed a wall of <em>"Homebrew couldn't match this installed app"</em> errors for cross-arch casks. Sonos, Claude, Warp, GitHub Desktop, ff·Works, and friends sat in the queue with red triangles.</p>
<p>What broke: FIXXR was asking ARM brew about casks that Intel brew owned, and vice versa. v0.9.17 routes each cask to the brew that actually owns it. Apps in a FAILED state from v0.9.16 will succeed on the next update attempt. If neither brew owns a cask, the error now points at a real fix (<code>brew install --cask &lt;token&gt;</code>) instead of a dead end.</p>
<p><a href="https://github.com/fixxr-org/fixxr/releases/tag/v0.9.17">Full release notes</a>.</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.17.dmg"
            type="application/octet-stream"
            length="8415444"
            sparkle:edSignature="3lxkTAImSTwRBn6Xm8GIv7lO+hH/JpVCQoZdknqyAuCbVIzmd5xF0zaQFjUd+eDTmlQGGb5H8BSW0+upNaZdAw=="
        />
    </item>
    <item>
        <title>v0.9.16</title>
        <pubDate>Sat, 25 Apr 2026 09:57:00 +0000</pubDate>
        <sparkle:version>40</sparkle:version>
        <sparkle:shortVersionString>0.9.16</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p><strong>Maxx can hear App Store and Sparkle apps again.</strong></p>
<p>Before: <em>"Sparkle: 0 apps. App Store: 0 apps."</em> Maxx swore he'd never seen any. After: ~49 App Store apps and ~20 Sparkle apps show up where they belong. Sketch, Tailscale, HandBrake, Cyberduck, OBS, Transmission, Notion Web Clipper, and ~40 more were invisible to him before this release.</p>
<p>What broke: macOS 26 stopped answering a question FIXXR used to ask Spotlight. v0.9.16 reads the App Store receipt file directly, the way Apple actually means it. Library coverage on a typical Mac jumped from <strong>12% to 49%</strong>.</p>
<p><a href="https://github.com/fixxr-org/fixxr/releases/tag/v0.9.16">Full release notes</a>.</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.16.dmg"
            type="application/octet-stream"
            length="8412721"
            sparkle:edSignature="cW9QIkzwLRCZoZgRR+Bj9VgMWHLHdtOFSM+hB4UUP5MOOXbNpKTSxGjl2ctWUS1v7nnHs6VmmG0FdLGvf3hhAA=="
        />
    </item>
    <item>
        <title>v0.9.15</title>
        <pubDate>Mon, 20 Apr 2026 01:35:00 +0000</pubDate>
        <sparkle:version>39</sparkle:version>
        <sparkle:shortVersionString>0.9.15</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.15.dmg"
            type="application/octet-stream"
            length="8382166"
            sparkle:edSignature="zvj6z52rnWe778pw0ZWcUGAE+9Fjgh5V5i5Te81XpMPm0ElbkHw2OMOdtHbfeqlLjxZKpf/rb/7a3Y22Z0FZAA=="
        />
    </item>
    <item>
        <title>v0.9.14</title>
        <pubDate>Mon, 20 Apr 2026 00:04:00 +0000</pubDate>
        <sparkle:version>38</sparkle:version>
        <sparkle:shortVersionString>0.9.14</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.14.dmg"
            type="application/octet-stream"
            length="8382097"
            sparkle:edSignature="JrY6xav5JUknk71gdFziHuvOggACnFukMlwOw/fm/AFACrHnvnSgrRe9x884wHuVdZFxtTHuF5sPZO5DQGSrAQ=="
        />
    </item>
    <item>
        <title>v0.9.13</title>
        <pubDate>Sun, 19 Apr 2026 17:12:08 +0000</pubDate>
        <sparkle:version>36</sparkle:version>
        <sparkle:shortVersionString>0.9.13</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.13.dmg"
            type="application/octet-stream"
            length="8347658"
            sparkle:edSignature="WYZS83ngOvttSVrbwhKOwMG1O6T4aZubFuOXbqovc0lIb2DovaRovzb9LoSdui6Wr+mEKqU5LNcdeom5weHgCw=="
        />
    </item>
    <item>
        <title>v0.9.12</title>
        <pubDate>Sat, 18 Apr 2026 14:08:59 +0000</pubDate>
        <sparkle:version>35</sparkle:version>
        <sparkle:shortVersionString>0.9.12</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.12.dmg"
            type="application/octet-stream"
            length="8347021"
            sparkle:edSignature="AfRkPQDvtQaLfd614FAWSjt9PIxZVTfYAKuJwDJIZywuxkKCPzmopIvGvv/HbQH1twjTkf8XFxDIUnHwuwYrCw=="
        />
    </item>
    <item>
        <title>v0.9.11</title>
        <pubDate>Sat, 18 Apr 2026 13:08:18 +0000</pubDate>
        <sparkle:version>34</sparkle:version>
        <sparkle:shortVersionString>0.9.11</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.11.dmg"
            type="application/octet-stream"
            length="8333133"
            sparkle:edSignature="CkNzh1sM2+NVcWFK9w0bO//9zkKKwCcSNf57H8T/YmockYAeK6F+coR9mbQZStw2yvyM6wLP7HQw4ahl1g30Cw=="
        />
    </item>
    <item>
        <title>v0.9.10</title>
        <pubDate>Sat, 18 Apr 2026 00:28:27 +0000</pubDate>
        <sparkle:version>33</sparkle:version>
        <sparkle:shortVersionString>0.9.10</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.10.dmg"
            type="application/octet-stream"
            length="8334216"
            sparkle:edSignature="7ZM4YCZHh109xAojwXEjO0jeJp3bcVhWrX1YERFJ3/VIot5v6OVhfNzlkWuo5GDbu4SfxdtbE6NOB6JeTbR+BQ=="
        />
    </item>
    <item>
        <title>v0.9.9</title>
        <pubDate>Fri, 17 Apr 2026 15:05:46 +0000</pubDate>
        <sparkle:version>32</sparkle:version>
        <sparkle:shortVersionString>0.9.9</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.9.dmg"
            type="application/octet-stream"
            length="8329174"
            sparkle:edSignature="yevXm+OPMqgOJlcLd49WLsOSy/QDRDZCZIhH4ddRtbHdu+5w8AzDlSDxh36f15Ja9+tyP9WX+bT+VaXhrrJ+Dg=="
        />
    </item>
    <item>
        <title>v0.9.8</title>
        <pubDate>Wed, 16 Apr 2026 05:00:00 +0000</pubDate>
        <sparkle:version>29</sparkle:version>
        <sparkle:shortVersionString>0.9.8</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Fix: Sparkle auto-update was broken for returning users — update checks now start correctly on launch. Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.8.dmg"
            type="application/octet-stream"
            length="7728155"
            sparkle:edSignature="8h2fO9ZL7mTwJTir8Sel2SqlvcaiiJHMx80xgquoJaBLza5/T9Je3/ayGPo+HbI/S6a5ZFjBWFsbhvihwos6Bg=="
        />
    </item>
    <item>
        <title>v0.9.7</title>
        <pubDate>Wed, 16 Apr 2026 03:14:00 +0000</pubDate>
        <sparkle:version>28</sparkle:version>
        <sparkle:shortVersionString>0.9.7</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Fix: ghost apps pruned from library after manual removal; brew error messages cleaned up (first Error: line only); Update All sheet now closeable mid-queue (queue keeps running); queue progress reopenable via toolbar; Esc hint shown while queue is running; ghost apps doctor — scan notifies about removed apps with Homebrew check. Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.7.dmg"
            type="application/octet-stream"
            length="7728146"
            sparkle:edSignature="E27V8ATxg8MuJDqQQ9qgsoPXC81zDWfrY6Z8zTOrpREhaMvFTNT6g++A2yGMUs1onBwieJA2pShxzLz3agI4Bw=="
        />
    </item>
    <item>
        <title>v0.9.6</title>
        <pubDate>Wed, 16 Apr 2026 02:29:00 +0000</pubDate>
        <sparkle:version>27</sparkle:version>
        <sparkle:shortVersionString>0.9.6</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Design polish: hover states on all buttons and app cards, provenance drawer slides in from the right, toolbar title stays "your library" with inline count pill, scrollable update queue, gold spinner. Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.6.dmg"
            type="application/octet-stream"
            length="7729567"
            sparkle:edSignature="b9wPPQY5NUuLpzbLZoqSS4dfcFd04/LKKgw73NhzS1TwA1C29lrBSkJlUJXktHdmwMUnYKy2I+PqYWmjbzukCA=="
        />
    </item>
    <item>
        <title>v0.9.5</title>
        <pubDate>Tue, 14 Apr 2026 19:42:20 +0000</pubDate>
        <sparkle:version>26</sparkle:version>
        <sparkle:shortVersionString>0.9.5</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.5.dmg"
            type="application/octet-stream"
            length="7677019"
            sparkle:edSignature="nEHQ34VPpCe96bZKmXgIcdcTnzQIWNQf78Syik4uYneX5YVyUiG0Xih44k0BtwzoYQlpsUXHgxTGCU59PP4DDg=="
        />
    </item>
    <item>
        <title>v0.9.4</title>
        <pubDate>Tue, 14 Apr 2026 19:25:57 +0000</pubDate>
        <sparkle:version>25</sparkle:version>
        <sparkle:shortVersionString>0.9.4</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.4.dmg"
            type="application/octet-stream"
            length="7657357"
            sparkle:edSignature="2wvDOQn/DO1OF7t03C8/YBzUoTI8B0w7bFJIGYSIUe8dBRqpYsixV91AS7Rusc0pI0NkX8qMny4X+KVK6pr7AA=="
        />
    </item>
    <item>
        <title>v0.9.3</title>
        <pubDate>Tue, 14 Apr 2026 19:22:53 +0000</pubDate>
        <sparkle:version>24</sparkle:version>
        <sparkle:shortVersionString>0.9.3</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.3.dmg"
            type="application/octet-stream"
            length="7655152"
            sparkle:edSignature="4wC2FtkR4F6Ov7QliAVOhvTElMC+XU76UqVM/SdYIOTgY7VKNjqDvVCmJ4AcWDIeNOjFtnopm3v1gkGMe6sFAA=="
        />
    </item>
    <item>
        <title>v0.9.2</title>
        <pubDate>Tue, 14 Apr 2026 19:15:42 +0000</pubDate>
        <sparkle:version>23</sparkle:version>
        <sparkle:shortVersionString>0.9.2</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.2.dmg"
            type="application/octet-stream"
            length="7642564"
            sparkle:edSignature="QtqBjl3wTwIBavq4YjZu7LPH3dSMyif4CazwOBL7pCik0+cI6pyDgp33v2cvRk7MQ7Fi4mB66E1PoLIV/+a6BQ=="
        />
    </item>
    <item>
        <title>v0.9.1</title>
        <pubDate>Tue, 14 Apr 2026 19:04:14 +0000</pubDate>
        <sparkle:version>22</sparkle:version>
        <sparkle:shortVersionString>0.9.1</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.1.dmg"
            type="application/octet-stream"
            length="7608162"
            sparkle:edSignature="ThVeJOeQd9spJkF2WMB5xcSdekklciaKd5rpGS7Psp0wLUHiW2LbDx84f+7DnWvxU2vYTZpbT+7L/g9lzMIaBQ=="
        />
    </item>
    <item>
        <title>v0.9.0</title>
        <pubDate>Tue, 14 Apr 2026 18:22:17 +0000</pubDate>
        <sparkle:version>21</sparkle:version>
        <sparkle:shortVersionString>0.9.0</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.9.0.dmg"
            type="application/octet-stream"
            length="7601107"
            sparkle:edSignature="DNXbg6rkzo3d8xCarB4G66wgvfjCWCXvdyro8amqWylwUXhjPCjNsPIwcZZNJks0wLEjaStzep/Hi7HglduHDA=="
        />
    </item>
    <item>
        <title>v0.8.8</title>
        <pubDate>Tue, 14 Apr 2026 18:13:58 +0000</pubDate>
        <sparkle:version>20</sparkle:version>
        <sparkle:shortVersionString>0.8.8</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.8.8.dmg"
            type="application/octet-stream"
            length="7579719"
            sparkle:edSignature="JLhWvkb/K7lz2ClqkL6KwhLH9NJE5VtMyXjYhZ7vhH3ikQHUOZ/ksHMWrqDBXgE0sTc9ik0tChM7Xlokuj9GCw=="
        />
    </item>
    <item>
        <title>v0.8.7</title>
        <pubDate>Tue, 14 Apr 2026 14:37:25 +0000</pubDate>
        <sparkle:version>19</sparkle:version>
        <sparkle:shortVersionString>0.8.7</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.8.7.dmg"
            type="application/octet-stream"
            length="7642143"
            sparkle:edSignature="NpaAKbaBcANIlj6/Ur0VLvf1W5AAaBL8WuPMN26kBn7M1U8QZ99FaHL59pELvJz3h9gGxxtA3VSyQ1qeTYQsAA=="
        />
    </item>
    <item>
        <title>v0.8.6</title>
        <pubDate>Tue, 14 Apr 2026 14:03:30 +0000</pubDate>
        <sparkle:version>18</sparkle:version>
        <sparkle:shortVersionString>0.8.6</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.8.6.dmg"
            type="application/octet-stream"
            length="7633379"
            sparkle:edSignature="1qmZYziMHzRkiBmF/Ss1iHkR/vaCXCdeE7dI3ICyW6BfTuIlWcp0iYBRD3K6YYgWRbztPhE2TY2TfY4SS5/6BA=="
        />
    </item>
    <item>
        <title>v0.8.5</title>
        <pubDate>Tue, 14 Apr 2026 13:54:05 +0000</pubDate>
        <sparkle:version>17</sparkle:version>
        <sparkle:shortVersionString>0.8.5</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.8.5.dmg"
            type="application/octet-stream"
            length="7623228"
            sparkle:edSignature="GDHwcB8wRA9hFngXMzzyrBYDHzGoSoE2JrFz6KJmLSBuEHhBplu9TnvSd2tN7EDBSPygoRp4lgsfdUPkpURnAg=="
        />
    </item>
    <item>
        <title>v0.8.4</title>
        <pubDate>Tue, 14 Apr 2026 12:12:38 +0000</pubDate>
        <sparkle:version>16</sparkle:version>
        <sparkle:shortVersionString>0.8.4</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.8.4.dmg"
            type="application/octet-stream"
            length="7623060"
            sparkle:edSignature="3mQUQGpPtKqsz+S+bT+Ya/E9T0B+j75CbW60eGgfeNBpiJAdamNEYDAot9tP/j6FgDoK5ABfaHBNe8kpVZOgBw=="
        />
    </item>
    <item>
        <title>v0.8.3</title>
        <pubDate>Tue, 14 Apr 2026 11:18:11 +0000</pubDate>
        <sparkle:version>15</sparkle:version>
        <sparkle:shortVersionString>0.8.3</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.8.3.dmg"
            type="application/octet-stream"
            length="7622351"
            sparkle:edSignature="3dQVWApWGsleNVtbsUwRfCMTrsJvrDD4u+cbvaN/MxBRS6mDgX8FepEfi8YsuxNkE+NEfpDf0xdy1f8ru0Q4CQ=="
        />
    </item>
    <item>
        <title>v0.8.2</title>
        <pubDate>Tue, 14 Apr 2026 05:23:43 +0000</pubDate>
        <sparkle:version>14</sparkle:version>
        <sparkle:shortVersionString>0.8.2</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.8.2.dmg"
            type="application/octet-stream"
            length="7608373"
            sparkle:edSignature="V5VKy+UkeQ4PB0yDWjaR1VTfySqSFXclRXIA0jv/LDgoEJxZ45COA0YL63WBQ/eVjjf2arKJDCwdtDqq9wuBAg=="
        />
    </item>
    <item>
        <title>v0.8.1</title>
        <pubDate>Tue, 14 Apr 2026 01:09:14 +0000</pubDate>
        <sparkle:version>13</sparkle:version>
        <sparkle:shortVersionString>0.8.1</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.8.1.dmg"
            type="application/octet-stream"
            length="7533588"
            sparkle:edSignature="z7N0F7BzjK+OJFphZRv1LgMKDb+aAoRktX9Q4B7gZa/2ysE/ky6IYo3CtOF08YWzjOHedL2OhDZ6pjWftqg1Cg=="
        />
    </item>
    <item>
        <title>v0.8.0</title>
        <pubDate>Mon, 13 Apr 2026 23:18:25 +0000</pubDate>
        <sparkle:version>12</sparkle:version>
        <sparkle:shortVersionString>0.8.0</sparkle:shortVersionString>
        <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
        <description><![CDATA[<p>Release notes: https://fixxr.org/#changelog</p>]]></description>
        <enclosure
            url="https://fixxr.org/FIXXR-0.8.0.dmg"
            type="application/octet-stream"
            length="7538496"
            sparkle:edSignature="fqlu91j85dnJakkcOyhqP1Civ0/7SWZf0PZ76RphOJy+78ZmQuQi2WDnLSLD40Nw/MsQ2c2ndERXURUqg0dSBA=="
        />
    </item>
        <item>
            <title>v0.7.3</title>
            <pubDate>Mon, 13 Apr 2026 22:02:06 +0000</pubDate>
            <sparkle:version>11</sparkle:version>
            <sparkle:shortVersionString>0.7.3</sparkle:shortVersionString>
            <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
            <description><![CDATA[<p>Real scan coverage, honest empty states, LaunchAgent --quiet fix. Release notes: https://fixxr.org/#changelog</p>]]></description>
            <enclosure
                url="https://fixxr.org/FIXXR-0.7.3.dmg"
                type="application/octet-stream"
                length="7477179"
                sparkle:edSignature="N+w9ee67GsUz+PizowkCkOMciuvyB82AtXi3Yw5gzdPmey30kvMl30dSRkc1+HnG3H9B0CEcIRMNe2m7+NNbCA=="
            />
        </item>
        <item>
            <title>v0.7.2</title>
            <pubDate>Mon, 13 Apr 2026 20:25:53 +0000</pubDate>
            <sparkle:version>10</sparkle:version>
            <sparkle:shortVersionString>0.7.2</sparkle:shortVersionString>
            <sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
            <description><![CDATA[<p>Embeds Sparkle.framework (fixes v0.7.0/v0.7.1 dyld crash) and ships the transparent Maxx v2 app icon. Release notes: https://fixxr.org/#changelog</p>]]></description>
            <enclosure
                url="https://fixxr.org/FIXXR-0.7.2.dmg"
                type="application/octet-stream"
                length="7462333"
                sparkle:edSignature="10BuWbG71uNNi0qRx9uRSHqHwFxQnEuZCoxGT61MTP1qeXUAwR5d+7IO9+kWMXVukuXtPTPByJpkvWHIpKnJDA=="
            />
        </item>
    </channel>
</rss>
