forked from p0deje/Maccy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappcast.xml
42 lines (42 loc) · 2.47 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
39
40
41
42
<?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.24.0</title>
<description>
<![CDATA[
<ul>
<li>Added support for selecting an item in the history using its position number via Shortcuts (#315, #374).</li>
<li>Added support for clearing history via Shortcuts (#340).</li>
<li>Added Turkish localization (credits to @bitigchi).</li>
<li>Added preference to pop up in the center of a currently focused application window (#150).</li>
<li>Added support for <kbd>⌃ (CONTROL)</kbd> + <kbd>W</kbd> shortcut to remove last word when search field is focused.</li>
<li>Added support for creating a new copy by typing it and pressing <kbd>ENTER</kbd> when there are no search results (#341).</li>
<li>Added missing documentation about disabling by clicking on the menu icon with <kbd>⌥ (OPTION)</kbd> pressed.</li>
<li>Improved search field UI by using native macOS control.</li>
<li>Improved navigation using arrow keys (#442).</li>
<li>Improved pins preferences tab to allow selecting a key using a dropdown menu (#443).</li>
<li>Improved storage preferences tab to show the size as a number text field with a stepper (#188).</li>
<li>Fixed an issue of storage not respecting a sorting setting when removing oldest records (#427).</li>
<li>Fixed an issue when paste wouldn't work after opening preferences/about (#435).</li>
<li>Fixed an issue when pasting an item would update its source application with the one it has just been pasted to.</li>
</ul>
]]>
</description>
<pubDate>2022-08-31</pubDate>
<releaseNotesLink>https://github.com/p0deje/Maccy/releases/tag/0.24.0</releaseNotesLink>
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure
url="https://github.com/p0deje/Maccy/releases/download/0.24.0/Maccy.app.zip"
sparkle:version="13"
sparkle:shortVersionString="0.24.0"
length="0"
type="application/octet-stream"
/>
</item>
</channel>
</rss>