1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-01 01:32:04 +03:00
vimr/appcast.xml

39 lines
1.7 KiB
XML
Raw Normal View History

2016-10-14 23:25:27 +03:00
<?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>
2017-05-10 23:49:32 +03:00
<title>v0.15.0-191</title>
2016-10-14 23:25:27 +03:00
<description><![CDATA[
2016-11-05 00:32:39 +03:00
<ul>
2017-05-10 23:49:32 +03:00
<li>We now compile <code>gettext</code> ourselves and do not use the pre-built version from homebrew: The library from homebrew is built for 10.12 and VimR's deployment target it 10.10. This mismatch produced many warnings during compilation time...</li>
<li>GH-426: You can now turn off some or all tools, e.g. file browser.</li>
<li>GH-434: Bugfix: <code>autochdir</code> does not work.</li>
<li>Bugfix: When you hide all tools, the state does not get stored in the user defaults.</li>
<li><code>set mouse=a</code> when launching the neovim process.</li>
<li>Dependencies updates:<ul>
<li>neovim/neovim@v0.2.0</li>
<li>ReactiveX/RxSwift@3.4.1</li>
</ul>
</li>
2016-10-22 00:16:40 +03:00
</ul>
2016-10-14 23:14:10 +03:00
]]></description>
2016-10-14 23:28:05 +03:00
<releaseNotesLink>
2017-05-10 23:49:32 +03:00
https://github.com/qvacua/vimr/releases/tag/v0.15.0-191
2016-10-14 23:28:05 +03:00
</releaseNotesLink>
2017-05-10 23:49:32 +03:00
<pubDate>2017-05-10T22:49:32.340699</pubDate>
2016-11-10 17:28:19 +03:00
<minimumSystemVersion>10.10.0</minimumSystemVersion>
2017-05-10 23:49:32 +03:00
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.15.0-191/VimR-v0.15.0-191.tar.bz2"
sparkle:version="191"
sparkle:shortVersionString="0.15.0"
sparkle:dsaSignature="MC4CFQDDPsnlMWRIUVRBoypcsVxM5vr+bQIVAI65Lwb5ysea6UFEtca2UYzM1Zcn"
length="12370777"
2016-10-14 23:25:27 +03:00
type="application/octet-stream"/>
</item>
</channel>
</rss>