-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appcast.xml
32 lines (32 loc) · 1.49 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
<?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>2FA to Tray</title>
<link>https://raw.githubusercontent.com/DaFuqtor/2FAtoTray/sparkle/appcast.xml</link>
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>1.5 — Preserve clipboard, and switch accounts easier</title>
<description>
<![CDATA[
<ul>
<li>Added a preference to preserve clipboard contents after auto-pasting
(Works exclusively with text so far. Turned on by default)</li>
<li>Select accounts in status menu with <kbd>CMD (⌘) + digit</kbd> keys</li>
<li>Added a preference for automatically downloading updates. (Preferences > Check for Updates > Automatic updates)
P.S. You still can check for updates manually by clicking the "Check for Updates" submenu item</li>
</ul>
]]>
</description>
<pubDate>2020-03-23</pubDate>
<releaseNotesLink>https://github.com/DaFuqtor/2FAtoTray/releases/tag/1.5</releaseNotesLink>
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/DaFuqtor/2FAtoTray/releases/download/1.5/2FAtoTray.zip"
sparkle:version="1.5"
length="0"
type="application/octet-stream"
/>
</item>
</channel>
</rss>