-
-
Notifications
You must be signed in to change notification settings - Fork 550
/
appcast.xml
38 lines (38 loc) · 1.84 KB
/
appcast.xml
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
<?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>2.2.0</title>
<description>
<![CDATA[
<ul>
<li>Added an option to show source application icons in the history. It's disabled by default and can be turned on in Settings / Appearance.</li>
<li>Added Polish translation,</li>
<li>Added Lithuanian translation.</li>
<li>Added Slovenian translation.</li>
<li>Added information about the database size on disk in Settings / Storage.</li>
<li>Improved support for copying and pasting to Chrome Remote Desktop application.</li>
<li>Improved support for copying and pasting to Netbeans IDE application.</li>
<li>Fixed an issue when single-text text would not wrap in the preview.</li>
<li>Fixed an issue when "Files" could not be checked in Settings / Storage.</li>
<li>A pin letter "Z" can no longer be used since it's reserved for a system undo shortcut.</li>
</ul>
]]>
</description>
<pubDate>2024-11-22</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/2.2.0</releaseNotesLink>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/2.2.0/Maccy.app.zip"
sparkle:version="50"
sparkle:shortVersionString="2.2.0"
length="0"
type="application/octet-stream"
/>
</item>
</channel>
</rss>