<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>DeskForge Changelog</title>
    <link>https://deskforge.app/changelog</link>
    <description>Latest updates and improvements to the DeskForge ecosystem</description>
    <language>en</language>
    <atom:link href="https://deskforge.app/api/rss" rel="self" type="application/rss+xml" />
    
    <item>
      <title>v0.0.1-beta - Initial beta release</title>
      <link>https://deskforge.app/changelog#v0.0.1-beta</link>
      <guid>https://deskforge.app/changelog#v0.0.1-beta</guid>
      <pubDate>Mon, 24 Nov 2025 00:00:00 GMT</pubDate>
      <description><![CDATA[
        <h2>Initial beta release</h2>
        <p>The first public release of DeskForge. This beta includes the core CLI, cloud build infrastructure, and web dashboard. We're shipping early to gather feedback from developers who want to turn their web apps into native desktop applications.</p>
        
        <h3>Core Features</h3>
        <ul>
          <li><strong>CLI tool (@deskforge/cli):</strong> Initialize projects, trigger builds, manage deployments from your terminal.</li><li><strong>Cloud build infrastructure:</strong> Remote builds for macOS, Windows, and Linux with parallel execution.</li><li><strong>Web dashboard:</strong> Manage projects, view build history, and download artifacts from the browser.</li><li><strong>Tauri wrapper:</strong> Wrap any web app in a native Tauri shell—no Electron bloat.</li><li><strong>Multi-arch support:</strong> Build for x64 and ARM64 (Apple Silicon) from a single config file.</li>
        </ul>
        
        
        <h3>CLI Commands</h3>
        <ul>
          <li><code>deskforge init</code> - Initialize new project</li><li><code>deskforge build</code> - Trigger cloud builds</li><li><code>deskforge dev</code> - Local dev environment</li><li><code>deskforge login</code> - Authenticate CLI</li><li><code>deskforge projects</code> - Manage projects</li><li><code>deskforge logs</code> - View build logs</li><li><code>deskforge config</code> - Manage configuration</li>
        </ul>
        
        
        <h3>Known Limitations</h3>
        <ul>
          <li>Code signing and notarization require manual certificate setup</li><li>Auto-update infrastructure is not yet implemented</li><li>Build logs are basic—no real-time streaming yet</li><li>Local builds (--local) are experimental</li>
        </ul>
        
        
        <h3>What's Next</h3>
        <ul>
          <li>Real-time build log streaming</li><li>Automated code signing pipeline</li><li>Built-in auto-updater with CDN distribution</li><li>GitHub Actions integration for CI/CD</li><li>Custom Tauri plugins and native modules</li>
        </ul>
        
      ]]></description>
    </item>
  </channel>
</rss>