forked from p0deje/Maccy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappcast.xml
More file actions
32 lines (32 loc) · 1.35 KB
/
appcast.xml
File metadata and controls
32 lines (32 loc) · 1.35 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
<?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>Maccy</title>
<link>https://raw.githubusercontent.com/p0deje/Maccy/master/appcast.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>0.26.5</title>
<description>
<![CDATA[
<ul>
<li>Added support for pins without keys (#552).</li>
<li>Fixed an issue when the recent copy text was not cleared (#557).</li>
<li>Fixed a crash on macOS Sonoma Beta 2. Note that search/pinning/deleting still doesn't work (#566).</li>
<li>Improved memory utilization by not eagerly loading RTF/HTML copies (#549).</li>
</ul>
]]>
</description>
<pubDate>2023-06-28</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.26.5</releaseNotesLink>
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/0.26.5/Maccy.app.zip"
sparkle:version="20"
sparkle:shortVersionString="0.26.5"
length="0"
type="application/octet-stream"
/>
</item>
</channel>
</rss>