1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-25 06:06:21 +03:00
vimr/appcast.xml

34 lines
1.6 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-08-13 08:46:01 +03:00
<title>v0.18.0-217</title>
2016-10-14 23:25:27 +03:00
<description><![CDATA[
2017-06-30 21:21:47 +03:00
<ul>
2017-08-13 08:46:01 +03:00
<li>GH-481: Bugfix: Quiting with <code>:qa!</code> warns about buffers that are already gone. (thanks @nhtzr for the PR)</li>
<li>GH-458: Drag &amp; Drop of files onto the main window works. (thanks @nhtzr for the PR)</li>
<li>GH-487: Hide the mouse cursor when typing. (thanks @nhtzr for the PR)</li>
<li>GH-315: Enable mapping of <code>&lt;C-Tab&gt;</code> and <code>&lt;C-S-Tab&gt;</code>. (thanks @nhtzr for the PR)</li>
<li>GH-368: Send <code>FocusGained</code> and <code>FocusLost</code> event to neovim backend. (thanks @nhtzr for the PR)</li>
2017-06-30 21:21:47 +03:00
</ul>
2016-10-14 23:14:10 +03:00
]]></description>
2016-10-14 23:28:05 +03:00
<releaseNotesLink>
2017-08-13 08:46:01 +03:00
https://github.com/qvacua/vimr/releases/tag/v0.18.0-217
2016-10-14 23:28:05 +03:00
</releaseNotesLink>
2017-08-13 08:46:01 +03:00
<pubDate>2017-08-13T07:46:01.861985</pubDate>
2016-11-10 17:28:19 +03:00
<minimumSystemVersion>10.10.0</minimumSystemVersion>
2017-08-13 08:46:01 +03:00
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.18.0-217/VimR-v0.18.0-217.tar.bz2"
sparkle:version="217"
sparkle:shortVersionString="0.18.0"
sparkle:dsaSignature="MC0CFQCxuuyXimvYXATNukOdPtHOE1TV/wIUL5MchH/pqdc/WnZaDekiaverBGA="
length="10703208"
2016-10-14 23:25:27 +03:00
type="application/octet-stream"/>
</item>
</channel>
</rss>