-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappcast.xml
More file actions
41 lines (39 loc) · 1.69 KB
/
appcast.xml
File metadata and controls
41 lines (39 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>EllProxy Updates</title>
<link>https://github.com/ellfarnaz/ellproxy</link>
<description>EllProxy release updates</description>
<language>en</language>
<!-- First Release: v1.0.0-beta -->
<item>
<title>Version 1.0.0-beta</title>
<sparkle:version>1</sparkle:version>
<sparkle:shortVersionString>1.0.0-beta</sparkle:shortVersionString>
<description>
<![CDATA[
<h2>EllProxy v1.0.0-beta</h2>
<p>First public beta release of EllProxy!</p>
<h3>Features:</h3>
<ul>
<li>Native macOS menu bar app for AI proxy management</li>
<li>OAuth integration with Claude, Codex, Gemini, Qwen, Antigravity, Copilot, iFlow, Kiro</li>
<li>Multi-account support with automatic failover</li>
<li>ThinkingProxy for extended thinking support</li>
<li>Quick Setup for OpenCode, Claude Code, and Trae IDE</li>
<li>Automatic app updates via Sparkle</li>
</ul>
<h3>Notes:</h3>
<p>This is a beta release. Please report any issues on GitHub.</p>
]]>
</description>
<pubDate>Thu, 26 Dec 2025 22:00:00 +0700</pubDate>
<enclosure
url="https://github.com/ellfarnaz/ellproxy/releases/download/v1.0.0-beta/EllProxy.zip"
sparkle:edSignature="SIGNATURE_PLACEHOLDER"
length="0"
type="application/octet-stream" />
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
</item>
</channel>
</rss>