forked from qvacua/vimr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappcast.xml
51 lines (51 loc) · 2.36 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
43
44
45
46
47
48
49
50
51
<?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>VimR with NeoVim</title>
<link>http://vimr.org</link>
<description>Most recent changes with links to updates for VimR.</description>
<language>en</language>
<item>
<title>v0.35.0-20211105.213803</title>
<description><![CDATA[
<ul>
<li>Universal binary!</li>
<li>Neovim 0.5.1 😀</li>
<li>GH-750: Search highlight displays incorrectly for gui=reverse: Thanks @rluba for the PR!</li>
<li>GH-349: First versino of custom tabs. If they does not work well, you can turn it off in the
Appearance preferences.</li>
<li>GH-804: Configurable cursor shapes and color: Thank you @cypheon!</li>
<li>GH-812: Allow all fonts, but warn when variable width font is selected.</li>
<li>Do not hard-code <code>${LANG}</code> environment variable to <code>en_US.UTF-8</code>.</li>
<li>Replace FontAwesome with <a href="https://github.com/qvacua/material-icons">Material Icons</a>.</li>
<li>GH-830: Support <code>guifont</code> option (fixes GH-779). Thank you @Shirk!</li>
<li>GH-832: Re-revert neovim launching code</li>
<li>Revert to old launching logic (first launch the login shell, then launch NvimServer).</li>
<li>Adapt title bar rendering on Big Sur.</li>
<li>Dependencies updates:<ul>
<li>IBM-Swift/BlueSocket 2.0.2</li>
<li>PureLayout/[email protected]</li>
<li>Quick/[email protected]</li>
<li>ReactiveX/[email protected]</li>
<li>httpswift/[email protected]</li>
<li>iwasrobbed/[email protected] -> johnxnguyen/[email protected]</li>
<li>sparkle-project/[email protected]</li>
</ul>
</li>
</ul>
]]></description>
<releaseNotesLink>
https://github.com/qvacua/vimr/releases/tag/v0.35.0-20211105.213803
</releaseNotesLink>
<pubDate>2021-11-05T22:07:51.688451</pubDate>
<minimumSystemVersion>10.12.0</minimumSystemVersion>
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.35.0-20211105.213803/VimR-v0.35.0-20211105.213803.tar.bz2"
sparkle:version="20211105.213803"
sparkle:shortVersionString="0.35.0"
sparkle:dsaSignature="MC0CFH4aBu0GMHwkpkKqvpuJ0B1zR7nmAhUAi6nd3VvXf/QgSYoHYR9UNMX5COI="
length="20181834"
type="application/octet-stream"/>
</item>
</channel>
</rss>