<?xml version="1.0" standalone="yes"?>
<!--
    NotchIA appcast — convention de versioning Sparkle
    ===================================================
    `sparkle:version` doit être strictement monotone croissant entre
    publications successives. Sparkle compare cette valeur comme un entier
    pour décider si une mise à jour est plus récente que celle installée.

    Source de vérité : `CURRENT_PROJECT_VERSION` dans `NotchIA.xcodeproj`
    → écrit dans `CFBundleVersion` du `.app` → repris automatiquement
    par `Configuration/sparkle/generate_appcast` au moment du publish.

    Historique : les entrées 2.7.1 / 2.7.2 / 2.7.3 utilisent un schéma
    legacy basé sur `marketing × 100` (260, 262, 271). Les entrées plus
    récentes (2.7.6 / 2.7.7 / 2.7.8 → 25 / 27 / 28) utilisaient le
    `GITHUB_RUN_NUMBER` — non monotone, désormais abandonné.

    À partir de 2.8.0, formule officielle :
        CURRENT_PROJECT_VERSION = major × 10000 + minor × 100 + patch
    Exemples : 2.8.0 → 20800, 2.8.1 → 20801, 2.10.0 → 21000, 3.0.0 → 30000.
    Cette formule :
      * Garantit la monotonie stricte entre toutes les versions futures.
      * Reste très au-dessus du max legacy 271 — Sparkle proposera bien
        la mise à jour à tous les users, peu importe leur version courante.
      * Est appliquée à la fois par `NotchIA.xcodeproj/project.pbxproj`
        (build local) et par `.github/workflows/release.yml` étape
        `Extract version from comment or Xcode project` (build CI), pour
        que `local-build.dmg` et `CI-build.dmg` portent le même build number.

    Toute publication future DOIT respecter cette formule. Ne JAMAIS
    régresser `CURRENT_PROJECT_VERSION` sous la dernière valeur publiée.
-->
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
    <channel>
        <item>
            <title>2.9.1</title>
            <pubDate>Tue, 26 May 2026 01:23:20 +0000</pubDate>
            <link>https://github.com/coaxel2/NotchIA/releases</link>
            <sparkle:version>20901</sparkle:version>
            <sparkle:shortVersionString>2.9.1</sparkle:shortVersionString>
            <sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
            <description><![CDATA[User didn't perceive v2.9.0 spring tuning (too subtle). Switch to .bouncy(duration: 0.6, extraBounce: 0.28) for clear visible emergence/resorption effect.]]></description>
            <enclosure url="https://github.com/coaxel2/NotchIA/releases/download/v2.9.1/NotchIA.dmg" length="13559069" type="application/octet-stream" sparkle:edSignature="XAoyyuXlzrm8uFCKxpuk3TNLhTy/Xy5zDHxbjUVeCozGsi9pjCZ9fNJWS16dwaxXjIG0bOomqHqZ12eW5ZYEBA=="/>
        </item>
        <item>
            <title>2.9.0</title>
            <pubDate>Tue, 26 May 2026 01:13:07 +0000</pubDate>
            <link>https://github.com/coaxel2/NotchIA/releases</link>
            <sparkle:version>20900</sparkle:version>
            <sparkle:shortVersionString>2.9.0</sparkle:shortVersionString>
            <sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
            <description><![CDATA[Fix hover dead zone when mouse hits screen top edge + tune open/close animation for organic emergence feel. Also cleanup diagnostic NSLogs from v2.8.9.]]></description>
            <enclosure url="https://github.com/coaxel2/NotchIA/releases/download/v2.9.0/NotchIA.dmg" length="13559015" type="application/octet-stream" sparkle:edSignature="57jYjJy8CXLoqqP0Ij4YYqIavNXS4dfFkVqMu22L9tPcTaZpHv69qIElq4w6Yll28DqyYXSC/RZjSeOzrA+qBA=="/>
        </item>
        <item>
            <title>2.8.9</title>
            <pubDate>Tue, 26 May 2026 00:50:13 +0000</pubDate>
            <link>https://github.com/coaxel2/NotchIA/releases</link>
            <sparkle:version>20809</sparkle:version>
            <sparkle:shortVersionString>2.8.9</sparkle:shortVersionString>
            <sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
            <description><![CDATA[Adds visible-in-Console NSLogs at 5 critical points of the JSONL watcher path to identify why timer/tokens stay at 0. Will be reverted in v2.9 once root cause is known.]]></description>
            <enclosure url="https://github.com/coaxel2/NotchIA/releases/download/v2.8.9/NotchIA.dmg" length="13561738" type="application/octet-stream" sparkle:edSignature="1st5bdOJo2L3cBSqcMwbTEcN2p6M0B+F7dKdrbtNhzVPUzZqVpFsQCLO+xnlicKapyEgxosWhOMTtKAnhEbFCg=="/>
        </item>
        <item>
            <title>2.7.3</title>
            <pubDate>Mon, 24 Nov 2025 08:07:37 +0000</pubDate>
            <link>https://github.com/coaxel2/NotchIA/releases</link>
            <sparkle:version>271</sparkle:version>
            <sparkle:shortVersionString>2.7.3</sparkle:shortVersionString>
            <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
            <description><![CDATA[<h2>🚀 v2.7.3— Flying Rabbit 🐇🪽</h2>
<h3> Fixes: </h3>
<ul>
    <li><strong>Fixed regression in album artwork view<strong></li>
    <li><strong>Fixed HUD for older versions of macOS<strong></li>
    <li><strong>Added volume feedback for HUD when enabled in macOS settings<strong></li>
    <li><strong>Added option to display percentages for HUDs<strong></li>
    <li><strong>Created a new custom HUD for when the notch is open<strong></li>
    <li><strong>Fixed NowPlaying controller launching Apple Music by itself<strong></li>
    <li><strong>Improved responsiveness of volume slider<strong></li>
    <li><strong>Improved onboarding experience<strong></li>
</ul>

<h2>🚀 v2.7 — Flying Rabbit 🐇🪽</h2>
<h3>Shelf 2.0</h3>
<p>Major update with improved stability, enhanced functionality, and a refreshed UI.</p>
<ul>
    <li><strong>New Context Menu</strong> – Right-click in the notch to access various file actions</li>
    <li><strong>Multi-Item Selection</strong> – Hold <kbd>⇧</kbd> for consecutive or <kbd>⌘</kbd> for non-consecutive
        selections</li>
    <li><strong>Double-Click to Open</strong> – Double-click on selected files to open them</li>
    <li><strong>Move by Default</strong> – Dragging files now moves them; hold <kbd>⌥</kbd> to copy</li>
    <li><strong>Simplified Removal</strong> – Files can be removed after dragging (configurable in Settings)</li>
    <li><strong>Expanded Drag Detection</strong> – The shelf opens when files are dragged into the notch area</li>
    <li><strong>Expanded Sharing</strong> – More sharing services available in Settings</li>
</ul>
<h3>Complete HUD Replacement</h3>
<p>Full support for macOS system controls:</p>
<ul>
    <li><strong>Screen Brightness</strong>, <strong>Keyboard Brightness</strong>, and <strong>System Volume</strong>
    </li>
    <li><strong>Keyboard Brightness Controls:</strong> <kbd>⌘ + Brightness Down/Up</kbd></li>
    <li><strong>Option (<kbd>⌥</kbd>)</strong> – Triggers alternate action configured in Settings</li>
    <li><strong>Option + Shift (<kbd>⌥</kbd> <kbd>⇧</kbd>)</strong> – Adjustments in smaller increments</li>
</ul>
<h3>Music Enhancements</h3>
<ul>
    <li><strong>YouTube Music Support Rewritten</strong> – Now powered by WebSocket for better accuracy and performance
    </li>
</ul>
<blockquote>
    <p><strong>Note:</strong> Requires version <strong>3.11+</strong> of <a
            href="https://github.com/pear-devs/pear-desktop">YouTube Music/Pear Desktop</a>. Updating is strongly
        recommended.</p>
</blockquote>
<ul>
    <li><strong>Redesigned Music Controls</strong> – Fully customizable:
        <ul>
            <li>Skip backward/forward by 15 seconds</li>
            <li>Adjust music app volume</li>
            <li>Mark favorite songs  (Apple Music &amp;
        YouTube MusiZ</li>
            <li>Rearrange or remove existing controls</li>
        </ul>
    </li>
    <li><strong>Optimized Spotify Artwork Cache</strong> – Significantly reduced storage usage with automatic cleanup
    </li>
    <li><strong>Lyrics (Beta)</strong> – View synchronized lyrics for currently playing songs</li>
</ul>
<h3>Calendar Improvements</h3>
<ul>
    <li>New setting to hide all-day events</li>
    <li>New setting to auto-scroll to next current or upcoming event</li>
    <li>New setting to prevent truncation of long event names</li>
</ul>
<h3>Improved Window Behavior</h3>
<ul>
    <li><strong>Enhanced Fullscreen Detection</strong> – Significantly more reliable</li>
    <li><strong>Better Edge Handling</strong> – Fixed top edge cursor issues</li>
    <li><strong>Reduced Title Bar Interference</strong> – Less intrusive during fullscreen</li>
    <li><strong>Lock Screen Support</strong> – Notch now appears on lock screen</li>
    <li><strong>Screenshot Privacy</strong> – Hide notch from screenshots and recordings</li>
</ul>
<h3>Advanced Settings</h3>
<ul>
    <li>Cleaner interface with lesser-used settings moved to Advanced</li>
    <li>Accent color override reintroduced</li>
</ul>
<h3>General Enhancements</h3>
<ul>
    <li>Numerous UI fixes and polish</li>
    <li>Localization updates across all supported languages</li>
</ul>
<hr>
<h2>👋 New Contributors</h2>
<p>@azhao4227 · @bueckerlars · @TheMalenia · @Corentin132 · @SupKittyMeow · @M7T5M3P · @charshith · @Decryptu ·
    @EnesCinr · @lambegraham</p>
<hr>
<h3>📄 Full Changelog</h3>
<p><a href="https://github.com/coaxel2/NotchIA/compare/v2.7-rc.3...v2.7">Compare v2.7-rc.3 → v2.7</a></p>]]></description>
            <enclosure url="https://github.com/coaxel2/NotchIA/releases/download/v2.7.3/NotchIA.dmg" length="9727030" type="application/octet-stream" sparkle:edSignature="gl1LSheePaR/h57sppaFMnIPGyX2AC3jITvMZzmYc95wiuuDAKLdSSjKAiUqDSvHqW8hx/fgCbS7878yUH3JCQ=="/>
        </item>
        <item>
            <title>2.7.2</title>
            <pubDate>Sat, 22 Nov 2025 22:40:29 +0000</pubDate>
            <link>https://github.com/coaxel2/NotchIA/releases</link>
            <sparkle:version>262</sparkle:version>
            <sparkle:shortVersionString>2.7.2</sparkle:shortVersionString>
            <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
            <description><![CDATA[<h2>🚀 v2.7.2— Flying Rabbit 🐇🪽</h2>
<h3> Fixes: </h3>
<ul>
    <li><strong>Fixed default sneak peak<strong></li>
</ul>
<h2>🚀 v2.7.1 — Flying Rabbit 🐇🪽</h2>
<h3> Fixes: </h3>
<ul>
    <li><strong>Fixed update signing</strong></li>
    <li><strong>Improved animations</strong></li>
     <li><strong>Fixed shadow clipping</strong></li>
     <h3>📄 Full Changelog</h3>
      <p><a href="https://github.com/coaxel2/NotchIA/compare/v2.7...v2.7.1">Compare v2.7 → v2.7.1</a></p>
</ul>

<h2>🚀 v2.7 — Flying Rabbit 🐇🪽</h2>
<h3>Shelf 2.0</h3>
<p>Major update with improved stability, enhanced functionality, and a refreshed UI.</p>
<ul>
    <li><strong>New Context Menu</strong> – Right-click in the notch to access various file actions</li>
    <li><strong>Multi-Item Selection</strong> – Hold <kbd>⇧</kbd> for consecutive or <kbd>⌘</kbd> for non-consecutive
        selections</li>
    <li><strong>Double-Click to Open</strong> – Double-click on selected files to open them</li>
    <li><strong>Move by Default</strong> – Dragging files now moves them; hold <kbd>⌥</kbd> to copy</li>
    <li><strong>Simplified Removal</strong> – Files can be removed after dragging (configurable in Settings)</li>
    <li><strong>Expanded Drag Detection</strong> – The shelf opens when files are dragged into the notch area</li>
    <li><strong>Expanded Sharing</strong> – More sharing services available in Settings</li>
</ul>
<h3>Complete HUD Replacement</h3>
<p>Full support for macOS system controls:</p>
<ul>
    <li><strong>Screen Brightness</strong>, <strong>Keyboard Brightness</strong>, and <strong>System Volume</strong>
    </li>
    <li><strong>Keyboard Brightness Controls:</strong> <kbd>⌘ + Brightness Down/Up</kbd></li>
    <li><strong>Option (<kbd>⌥</kbd>)</strong> – Triggers alternate action configured in Settings</li>
    <li><strong>Option + Shift (<kbd>⌥</kbd> <kbd>⇧</kbd>)</strong> – Adjustments in smaller increments</li>
</ul>
<h3>Music Enhancements</h3>
<ul>
    <li><strong>YouTube Music Support Rewritten</strong> – Now powered by WebSocket for better accuracy and performance
    </li>
</ul>
<blockquote>
    <p><strong>Note:</strong> Requires version <strong>3.11+</strong> of <a
            href="https://github.com/pear-devs/pear-desktop">YouTube Music/Pear Desktop</a>. Updating is strongly
        recommended.</p>
</blockquote>
<ul>
    <li><strong>Redesigned Music Controls</strong> – Fully customizable:
        <ul>
            <li>Skip backward/forward by 15 seconds</li>
            <li>Adjust music app volume</li>
            <li>Mark favorite songs  (Apple Music &amp;
        YouTube MusiZ</li>
            <li>Rearrange or remove existing controls</li>
        </ul>
    </li>
    <li><strong>Optimized Spotify Artwork Cache</strong> – Significantly reduced storage usage with automatic cleanup
    </li>
    <li><strong>Lyrics (Beta)</strong> – View synchronized lyrics for currently playing songs</li>
</ul>
<h3>Calendar Improvements</h3>
<ul>
    <li>New setting to hide all-day events</li>
    <li>New setting to auto-scroll to next current or upcoming event</li>
    <li>New setting to prevent truncation of long event names</li>
</ul>
<h3>Improved Window Behavior</h3>
<ul>
    <li><strong>Enhanced Fullscreen Detection</strong> – Significantly more reliable</li>
    <li><strong>Better Edge Handling</strong> – Fixed top edge cursor issues</li>
    <li><strong>Reduced Title Bar Interference</strong> – Less intrusive during fullscreen</li>
    <li><strong>Lock Screen Support</strong> – Notch now appears on lock screen</li>
    <li><strong>Screenshot Privacy</strong> – Hide notch from screenshots and recordings</li>
</ul>
<h3>Advanced Settings</h3>
<ul>
    <li>Cleaner interface with lesser-used settings moved to Advanced</li>
    <li>Accent color override reintroduced</li>
</ul>
<h3>General Enhancements</h3>
<ul>
    <li>Numerous UI fixes and polish</li>
    <li>Localization updates across all supported languages</li>
</ul>
<hr>
<h2>👋 New Contributors</h2>
<p>@azhao4227 · @bueckerlars · @TheMalenia · @Corentin132 · @SupKittyMeow · @M7T5M3P · @charshith · @Decryptu ·
    @EnesCinr · @lambegraham</p>
<hr>
<h3>📄 Full Changelog</h3>
<p><a href="https://github.com/coaxel2/NotchIA/compare/v2.7-rc.3...v2.7">Compare v2.7-rc.3 → v2.7</a></p>]]></description>
            <enclosure url="https://github.com/coaxel2/NotchIA/releases/download/v2.7.2/NotchIA.dmg" length="9684618" type="application/octet-stream" sparkle:edSignature="8fWrEF4oezQcnF/iM9X0B4bGIe4zPnJSzpEuwq3OfyZ5TphlXf85DmRL21PWDIYuUIGuX6DaUyzv7NOB9Fk9Cg=="/>
        </item>
        <item>
            <title>2.7.1</title>
            <pubDate>Sat, 22 Nov 2025 22:14:41 +0000</pubDate>
            <link>https://github.com/coaxel2/NotchIA/releases</link>
            <sparkle:version>260</sparkle:version>
            <sparkle:shortVersionString>2.7.1</sparkle:shortVersionString>
            <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
            <description><![CDATA[<h2>🚀 v2.7.1 — Flying Rabbit 🐇🪽</h2>
<h3> Fixes: </h3>
<ul>
    <li><strong>Fixed update signing</strong></li>
    <li><strong>Improved animations</strong></li>
     <li><strong>Fixed shadow clipping</strong></li>
     <h3>📄 Full Changelog</h3>
      <p><a href="https://github.com/coaxel2/NotchIA/compare/v2.7...v2.7.1">Compare v2.7 → v2.7.1</a></p>
</ul>

<h2>🚀 v2.7 — Flying Rabbit 🐇🪽</h2>
<h3>Shelf 2.0</h3>
<p>Major update with improved stability, enhanced functionality, and a refreshed UI.</p>
<ul>
    <li><strong>New Context Menu</strong> – Right-click in the notch to access various file actions</li>
    <li><strong>Multi-Item Selection</strong> – Hold <kbd>⇧</kbd> for consecutive or <kbd>⌘</kbd> for non-consecutive
        selections</li>
    <li><strong>Double-Click to Open</strong> – Double-click on selected files to open them</li>
    <li><strong>Move by Default</strong> – Dragging files now moves them; hold <kbd>⌥</kbd> to copy</li>
    <li><strong>Simplified Removal</strong> – Files can be removed after dragging (configurable in Settings)</li>
    <li><strong>Expanded Drag Detection</strong> – The shelf opens when files are dragged into the notch area</li>
    <li><strong>Expanded Sharing</strong> – More sharing services available in Settings</li>
</ul>
<h3>Complete HUD Replacement</h3>
<p>Full support for macOS system controls:</p>
<ul>
    <li><strong>Screen Brightness</strong>, <strong>Keyboard Brightness</strong>, and <strong>System Volume</strong>
    </li>
    <li><strong>Keyboard Brightness Controls:</strong> <kbd>⌘ + Brightness Down/Up</kbd></li>
    <li><strong>Option (<kbd>⌥</kbd>)</strong> – Triggers alternate action configured in Settings</li>
    <li><strong>Option + Shift (<kbd>⌥</kbd> <kbd>⇧</kbd>)</strong> – Adjustments in smaller increments</li>
</ul>
<h3>Music Enhancements</h3>
<ul>
    <li><strong>YouTube Music Support Rewritten</strong> – Now powered by WebSocket for better accuracy and performance
    </li>
</ul>
<blockquote>
    <p><strong>Note:</strong> Requires version <strong>3.11+</strong> of <a
            href="https://github.com/pear-devs/pear-desktop">YouTube Music/Pear Desktop</a>. Updating is strongly
        recommended.</p>
</blockquote>
<ul>
    <li><strong>Redesigned Music Controls</strong> – Fully customizable:
        <ul>
            <li>Skip backward/forward by 15 seconds</li>
            <li>Adjust music app volume</li>
            <li>Mark favorite songs  (Apple Music &amp;
        YouTube MusiZ</li>
            <li>Rearrange or remove existing controls</li>
        </ul>
    </li>
    <li><strong>Optimized Spotify Artwork Cache</strong> – Significantly reduced storage usage with automatic cleanup
    </li>
    <li><strong>Lyrics (Beta)</strong> – View synchronized lyrics for currently playing songs</li>
</ul>
<h3>Calendar Improvements</h3>
<ul>
    <li>New setting to hide all-day events</li>
    <li>New setting to auto-scroll to next current or upcoming event</li>
    <li>New setting to prevent truncation of long event names</li>
</ul>
<h3>Improved Window Behavior</h3>
<ul>
    <li><strong>Enhanced Fullscreen Detection</strong> – Significantly more reliable</li>
    <li><strong>Better Edge Handling</strong> – Fixed top edge cursor issues</li>
    <li><strong>Reduced Title Bar Interference</strong> – Less intrusive during fullscreen</li>
    <li><strong>Lock Screen Support</strong> – Notch now appears on lock screen</li>
    <li><strong>Screenshot Privacy</strong> – Hide notch from screenshots and recordings</li>
</ul>
<h3>Advanced Settings</h3>
<ul>
    <li>Cleaner interface with lesser-used settings moved to Advanced</li>
    <li>Accent color override reintroduced</li>
</ul>
<h3>General Enhancements</h3>
<ul>
    <li>Numerous UI fixes and polish</li>
    <li>Localization updates across all supported languages</li>
</ul>
<hr>
<h2>👋 New Contributors</h2>
<p>@azhao4227 · @bueckerlars · @TheMalenia · @Corentin132 · @SupKittyMeow · @M7T5M3P · @charshith · @Decryptu ·
    @EnesCinr · @lambegraham</p>
<hr>
<h3>📄 Full Changelog</h3>
<p><a href="https://github.com/coaxel2/NotchIA/compare/v2.7-rc.3...v2.7">Compare v2.7-rc.3 → v2.7</a></p>]]></description>
            <enclosure url="https://github.com/coaxel2/NotchIA/releases/download/v2.7.1/NotchIA.dmg" length="9684624" type="application/octet-stream" sparkle:edSignature="d+5NbhE7/CjLdcwOyPmxKSC7r3BAFG1Fe6t9voGwT/w6yUfaTMn6d30pUFhPqWihWFhT4cwtPOPztzEV35XBAQ=="/>
        </item>
        <item>
            <title>2.7.4-beta5</title>
            <pubDate>Wed, 06 May 2026 18:55:17 +0000</pubDate>
            <link>https://github.com/coaxel2/NotchIA/releases</link>
            <sparkle:channel>beta</sparkle:channel>
            <sparkle:version>13</sparkle:version>
            <sparkle:shortVersionString>2.7.4-beta5</sparkle:shortVersionString>
            <sparkle:minimumSystemVersion>15.0</sparkle:minimumSystemVersion>
            <description><![CDATA[Disables Hardened Runtime and simplifies the ad-hoc resign with codesign --deep. Trying to fix the silent launch failure on macOS Sequoia.]]></description>
            <enclosure url="https://github.com/coaxel2/NotchIA/releases/download/v2.7.4-beta5/NotchIA.dmg" length="12408236" type="application/octet-stream" sparkle:edSignature="fVFmi5S/sqvXauGTNo3XSO0M2Ll6hhlvxNQNLWCfZv/1899fHUwKJfQaOwxCVc995O971wLyzSf6f4W2o7NJDQ=="/>
        </item>
        <item>
            <title>2.7-rc.1 Flying Rabbit 🐇🪽</title>
            <pubDate>Sun, 27 Jul 2025 09:41:40 +0530</pubDate>
            <sparkle:version>2.7-rc.1+3</sparkle:version>
            <sparkle:shortVersionString>2.7-rc.1</sparkle:shortVersionString>
            <sparkle:minimumSystemVersion>14.2</sparkle:minimumSystemVersion>
            <description><![CDATA[
                    <div>
                        <h1>🐇 NotchIA v2.7 – Flying Rabbit RC 1</h1>
                        <p>Release Candidate - July 27, 2025</p>
                            <h2>✨ What's New & Improved</h2>
                            <ul>
                            <li><b>🛠️ Fixed hanging issues:</b> Resolved stability concerns by addressing test instability. (by @Alexander5015)</li>
                            <li><b>📅 Calendar Settings Resolved:</b> Calendar settings now update correctly with authorization; proper show/hide.</li>
                            <li><b>🎵 YouTube Music Controller:</b>
                                <ul>
                                <li>Improved shuffle and repeat UX, beta features for shuffle/repeat now available.</li>
                                <li>Fixed seek control bugs and added forced polling.</li>
                                </ul>
                                (by @pranav1st & @Alexander5015)
                            </li>
                            <li><b>🔲 MediaRemoteAdapter.Framework updated</b></li>
                            <li><b>🔃 Button order and repeat toggle improved:</b> Better player button logic and new repeat toggle.</li>
                            <li><b>🐞 Now Playing Controller Beta:</b> Beta enhancements and settings (known bugs remain for testing).</li>
                            <li><b>♻️ Shuffle is now always enabled.</b></li>
                            <li><b>💡 Refactored Shuffle & Repeat:</b> toggleShuffle/toggleRepeat refactored for improved experience.</li>
                            </ul>
                        <p>— NotchIA</p>
                    </div>
                ]]></description>
            <enclosure url="https://github.com/coaxel2/NotchIA/releases/download/v2.7-rc.1/Flying_Rabbit.dmg" length="9033202" type="application/octet-stream" sparkle:edSignature="z1SbQHDCg1D+6m811f4ubdinUiXvoYF4Ra2xlzS3NSAlUqmmIpdzCp1MHMv5J9ddlxTws3rG48OCJfZRAXHHAw=="/>
        </item>
        <item>
            <title>2.7-rc.0 Flying Rabbit 🐇🪽</title>
            <pubDate>Sat, 26 Jul 2025 12:45:19 +0530</pubDate>
            <sparkle:version>2.7-rc.0+1</sparkle:version>
            <sparkle:shortVersionString>2.7-rc.0</sparkle:shortVersionString>
            <sparkle:minimumSystemVersion>14.2</sparkle:minimumSystemVersion>
            <description><![CDATA[
                    <h1 id="-release-v2-7-flying-rabbit-rc-0-notchia">🎉 Release v2.7 Flying Rabbit RC 0 — NotchIA</h1>
                    <p>We're thrilled to announce <strong>NotchIA v2.7: Flying Rabbit RC 0</strong>, packed with powerful new features, polish, and community contributions!</p>
                    <h2 id="-highlights">🚀 Highlights</h2>
                    <ul>
                    <li><strong>🔋 Enhanced Battery Status \&amp; Charging Experience</strong>
                    Thanks to @AlexLemus-Dev<ul>
                    <li>More informative battery menu: percentage, max capacity, charging, low power, and status icons</li>
                    <li>Configurable battery indicators, notifications, and display options</li>
                    <li>Interactive battery icon with detailed info and instant System Preferences access</li>
                    <li>Visual alignment and consistent styling (macOS-like bolt/plug icons, dark mode, etc.)</li>
                    <li>Optimized and documented code, robust error handling, and improved performance</li>
                    <li><a href="https://github.com/coaxel2/NotchIA/pull/437">Details \&amp; Demo</a></li>
                    </ul>
                    </li>
                    <li><strong>🖥️ Fullscreen Detection \&amp; Playback Management Fixes</strong>
                    @Alexander5015 improved reliability of media controls during fullscreen transitions<ul>
                    <li><a href="https://github.com/coaxel2/NotchIA/pull/449">PR #449</a></li>
                    </ul>
                    </li>
                    <li><strong>🦷 Allow 0 Height Notch</strong>
                    Now supports notches with zero height for enhanced layout flexibility<ul>
                    <li>Thanks, @yaxarat! <a href="https://github.com/coaxel2/NotchIA/pull/397">PR #397</a></li>
                    </ul>
                    </li>
                    <li><strong>🎛️ Multiple Media Controllers</strong>
                    Control and display several media controllers at once<ul>
                    <li><a href="https://github.com/coaxel2/NotchIA/pull/460">PR #460</a></li>
                    </ul>
                    </li>
                    <li><strong>👀 Sneak Peek \&amp; Jiggle Fixes</strong>
                    Re-added sneak peek and improved animation stability<ul>
                    <li><a href="https://github.com/coaxel2/NotchIA/pull/409">PR #409</a></li>
                    </ul>
                    </li>
                    <li><strong>🗓️ New Calendar Service</strong>
                    Seamlessly integrates your calendar into NotchIA<ul>
                    <li><a href="https://github.com/coaxel2/NotchIA/pull/589">PR #589</a></li>
                    </ul>
                    </li>
                    <li><strong>📄 Updated LICENSE</strong>
                    Keeping compliance and clarity up to date<ul>
                    <li><a href="https://github.com/coaxel2/NotchIA/pull/590">PR #590</a></li>
                    </ul>
                    </li>
                    <li><strong>🆕 Onboarding \&amp; Better Settings Window</strong>
                    Streamlined onboarding and redesigned settings for easy configuration<ul>
                    <li><a href="https://github.com/coaxel2/NotchIA/pull/600">PR #600</a></li>
                    </ul>
                    </li>
                    <li><strong>📸 Camera Toggle Feature</strong>
                    New camera quick toggle, privacy-first!<ul>
                    <li>Added by @Steve-sy <a href="https://github.com/coaxel2/NotchIA/pull/598">PR #598</a></li>
                    </ul>
                    </li>
                    <li><strong>🎵 MediaRemote Adapter Support</strong>
                    Improved compatibility with MediaRemote devices<ul>
                    <li><a href="https://github.com/coaxel2/NotchIA/pull/631">PR #631</a></li>
                    </ul>
                    </li>
                    </ul>
                    <h2 id="-welcoming-first-time-contributors-">🆕 Welcoming First-Time Contributors!</h2>
                    <table>
                    <thead>
                    <tr>
                    <th style="text-align:left">Contributor</th>
                    <th style="text-align:left">PR Link</th>
                    </tr>
                    </thead>
                    <tbody>
                    <tr>
                    <td style="text-align:left">@sancho1952007</td>
                    <td style="text-align:left">(<a href="https://github.com/coaxel2/NotchIA/pull/431">https://github.com/coaxel2/NotchIA/pull/431</a>)</td>
                    </tr>
                    <tr>
                    <td style="text-align:left">@Ein-Tim</td>
                    <td style="text-align:left">(<a href="https://github.com/coaxel2/NotchIA/pull/405">https://github.com/coaxel2/NotchIA/pull/405</a>)</td>
                    </tr>
                    <tr>
                    <td style="text-align:left">@AlexLemus-Dev</td>
                    <td style="text-align:left">(<a href="https://github.com/coaxel2/NotchIA/pull/437">https://github.com/coaxel2/NotchIA/pull/437</a>)</td>
                    </tr>
                    <tr>
                    <td style="text-align:left">@yaxarat</td>
                    <td style="text-align:left">(<a href="https://github.com/coaxel2/NotchIA/pull/397">https://github.com/coaxel2/NotchIA/pull/397</a>)</td>
                    </tr>
                    <tr>
                    <td style="text-align:left">@ShirakawaMio</td>
                    <td style="text-align:left">(<a href="https://github.com/coaxel2/NotchIA/pull/399">https://github.com/coaxel2/NotchIA/pull/399</a>)</td>
                    </tr>
                    <tr>
                    <td style="text-align:left">@divyanshu0469</td>
                    <td style="text-align:left">(<a href="https://github.com/coaxel2/NotchIA/pull/454">https://github.com/coaxel2/NotchIA/pull/454</a>)</td>
                    </tr>
                    <tr>
                    <td style="text-align:left">@oorischubert</td>
                    <td style="text-align:left">(<a href="https://github.com/coaxel2/NotchIA/pull/409">https://github.com/coaxel2/NotchIA/pull/409</a>)</td>
                    </tr>
                    <tr>
                    <td style="text-align:left">@Al3Gr</td>
                    <td style="text-align:left">(<a href="https://github.com/coaxel2/NotchIA/pull/493">https://github.com/coaxel2/NotchIA/pull/493</a>)</td>
                    </tr>
                    <tr>
                    <td style="text-align:left">@ChemicalChaos-Fabian42</td>
                    <td style="text-align:left">(<a href="https://github.com/coaxel2/NotchIA/pull/509">https://github.com/coaxel2/NotchIA/pull/509</a>)</td>
                    </tr>
                    <tr>
                    <td style="text-align:left">@Davetheword</td>
                    <td style="text-align:left">(<a href="https://github.com/coaxel2/NotchIA/pull/501">https://github.com/coaxel2/NotchIA/pull/501</a>)</td>
                    </tr>
                    <tr>
                    <td style="text-align:left">@Steve-sy</td>
                    <td style="text-align:left">(<a href="https://github.com/coaxel2/NotchIA/pull/598">https://github.com/coaxel2/NotchIA/pull/598</a>)</td>
                    </tr>
                    </tbody>
                    </table>
                    <h2 id="-other-improvements">🛠️ Other Improvements</h2>
                    <ul>
                    <li>Visual and animation refinements for battery/media indicators</li>
                    <li>Enhanced error handling, code reorganization, and extensive documentation</li>
                    <li>Optimizations for consistent performance across all system conditions</li>
                    </ul>
                    <p>Thank you 🌟 to everyone—new and returning—for their effort in making this release feature-rich, steady, and super fun!</p>
                    <p><strong>Try NotchIA v2.7 — Flying Rabbit RC 0 and let us know what you think!</strong></p>
                    <p><em>— The NotchIA Team</em></p>
                ]]></description>
            <enclosure url="https://github.com/coaxel2/NotchIA/releases/download/v2.7-rc.0/Flying_Rabbit.dmg" length="9000118" type="application/octet-stream" sparkle:edSignature="G5D2zsLFBR0Ua9b1EkLD8jjdkpMA10P1C9KmEL2Drg1WNwCnNAY+lGmljx1UQ+qDyqpjjMrOoGClevHd/276BQ=="/>
        </item>
        <item>
            <title>2.6 🎉 Wolf Painting 🐺</title>
            <pubDate>Sun, 23 Feb 2025 22:02:47 +0530</pubDate>
            <sparkle:version>2.6+1</sparkle:version>
            <sparkle:shortVersionString>2.6</sparkle:shortVersionString>
            <sparkle:minimumSystemVersion>14.2</sparkle:minimumSystemVersion>
            <description><![CDATA[
                <h1>🎉 v2.6 🚀 Wolf Painting 🐺</h1>
                <p>We're thrilled to announce the release of Wolf Painting version 2.6! 🎊 This major update brings numerous improvements and new features that will make your experience even more enjoyable.</p><br />
                <a href="https://github.com/coaxel2/NotchIA/releases/download/wolf.painting/WolfPainting.dmg"><h1>Download from here</h1></a>
                <h2>🤔 What's Changed? 🤓</h2>
                <ul>
                <li>🧠 Improved memory management and thread safety across the app</li>
                <li>🎥 Enhanced webcam handling with better session lifecycle management</li>
                <li>🎨 Added option to choose between classic and modern notch animations</li>
                <li>⚡️ Improved fullscreen detection with Finder exclusion</li>
                <li>🔄 Better hover state handling and reduced animation flicker</li>
                <li>🔋 Enhanced power status notifications and battery indicators</li>
                <li>⚙️ Improved screen lock and display change handling</li>
                <li>🎵 Better music playback state tracking and elapsed time accuracy</li>
                <li>✨ Added "Buy us a coffee" option in Welcome screen</li>
                <li>⚠️ Added warning badges for unsupported extensions</li>
                <li>🐛 Various bug fixes and stability improvements</li>
                <li>For more details, check out <a href="https://github.com/coaxel2/NotchIA">our website</a></li>
                </ul>
            ]]></description>
            <enclosure url="https://github.com/coaxel2/NotchIA/releases/download/wolf.painting/WolfPainting.dmg" length="8722621" type="application/octet-stream" sparkle:edSignature="j2Wp9e23UvN7yx2NztYfGbUiKfCU4qc2xpsPwBPx/ERUz01pJTfJlf8oN0Wri8gcho42/xfcfnWNwChfMPzrCQ=="/>
        </item>
    </channel>
</rss>