mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-18 03:01:38 +03:00
Update appcast
This commit is contained in:
parent
4c992523e1
commit
b96ff7f537
33
appcast.xml
33
appcast.xml
@ -6,26 +6,33 @@
|
|||||||
<description>Most recent changes with links to updates for VimR.</description>
|
<description>Most recent changes with links to updates for VimR.</description>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<item>
|
<item>
|
||||||
<title>v0.44.0-20230103.174333</title>
|
<title>v0.45.0-20231122.130444</title>
|
||||||
<link>https://twitter.com/vimrefined</link>
|
<link>https://twitter.com/vimrefined</link>
|
||||||
<sparkle:version>20230103.174333</sparkle:version>
|
<sparkle:version>20231122.130444</sparkle:version>
|
||||||
<sparkle:shortVersionString>v0.44.0</sparkle:shortVersionString>
|
<sparkle:shortVersionString>v0.45.0</sparkle:shortVersionString>
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
<ul>
|
<ul>
|
||||||
<li>Neovim 0.8.2 😀</li>
|
<li>VimR is not using custom build binary based on <code>libnvim</code> anymore. Thanks to GH-1015 by <a href="https://github.com/georgeharker">georgeharker</a>, VimR now uses stock Neovim and can even use external Neovim binary (from v0.10.0 on).</li>
|
||||||
<li>Reduce app size (~14MB) by using <code>strip</code> on VimR binary.</li>
|
<li>Neovim 0.10.0-dev which means Neovim itself may have some rough edges.</li>
|
||||||
<li>Dependencies updates</li>
|
<li>Minimum macOS requirement is now Ventura (v13).</li>
|
||||||
<li>Kitura/BlueSocket@2.0.4</li>
|
<li>Fix VimRSetCharacterspacing: GH-1014</li>
|
||||||
<li>sparkle-project/Sparkle@2.3.1</li>
|
<li>Add basic file handling to the filebrowser: GH-1005</li>
|
||||||
|
<li>Provide neovim original commandline interface: GH-1003</li>
|
||||||
|
<li>Add an option for custom Markdown processor: GH-745</li>
|
||||||
|
<li>Dependencies updates:</li>
|
||||||
|
<li>ReactiveX/RxSwift@6.6.0</li>
|
||||||
|
<li>sparkle-project/Sparkle@2.5.0</li>
|
||||||
|
<li>apple/swift-collections@1.0.5</li>
|
||||||
|
<li>Quick/Nimble@13.0.0</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
<releaseNotesLink>
|
<releaseNotesLink>
|
||||||
https://github.com/qvacua/vimr/releases/tag/v0.44.0-20230103.174333
|
https://github.com/qvacua/vimr/releases/tag/v0.45.0-20231122.130444
|
||||||
</releaseNotesLink>
|
</releaseNotesLink>
|
||||||
<pubDate>2023-01-03T18:13:33.342174</pubDate>
|
<pubDate>2023-11-22T13:33:30.259526</pubDate>
|
||||||
<minimumSystemVersion>10.15.0</minimumSystemVersion>
|
<minimumSystemVersion>13.0</minimumSystemVersion>
|
||||||
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.44.0-20230103.174333/VimR-v0.44.0.tar.bz2"
|
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.45.0-20231122.130444/VimR-v0.45.0.tar.bz2"
|
||||||
sparkle:edSignature="IgdSVm/i945fYeKLq6eGQPIfygZ328FXE5ydHaoXN3CNaP72FNCluBWf5tg7ZvBX3oQuq3FWFAb4djHpZXxsCA==" length="16594104"
|
sparkle:edSignature="jflXRz14bNa+uT50XhKO+lboOAJ3gx0+ohIEud5u0+IOe6zASL/01jDFXooDsOogZlYBth8oAS86xoGvd4E5Cg==" length="17813066"
|
||||||
type="application/octet-stream"/>
|
type="application/octet-stream"/>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
|
@ -6,14 +6,14 @@
|
|||||||
<description>Most recent changes with links to updates for VimR.</description>
|
<description>Most recent changes with links to updates for VimR.</description>
|
||||||
<language>en</language>
|
<language>en</language>
|
||||||
<item>
|
<item>
|
||||||
<title>SNAPSHOT-20231110.205939</title>
|
<title>v0.45.0-20231122.130444</title>
|
||||||
<link>https://twitter.com/vimrefined</link>
|
<link>https://twitter.com/vimrefined</link>
|
||||||
<sparkle:version>20231110.205939</sparkle:version>
|
<sparkle:version>20231122.130444</sparkle:version>
|
||||||
<sparkle:shortVersionString>SNAPSHOT-20231110.205939</sparkle:shortVersionString>
|
<sparkle:shortVersionString>v0.45.0</sparkle:shortVersionString>
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
<ul>
|
<ul>
|
||||||
<li>VimR is not using custom build binary using <code>libnvim</code> anymore. Thanks to GH-1015 by <a href="https://github.com/georgeharker">georgeharker</a>, VimR now even can use external Neovim binary.</li>
|
<li>VimR is not using custom build binary based on <code>libnvim</code> anymore. Thanks to GH-1015 by <a href="https://github.com/georgeharker">georgeharker</a>, VimR now uses stock Neovim and can even use external Neovim binary (from v0.10.0 on).</li>
|
||||||
<li>Neovim 0.10.0-dev</li>
|
<li>Neovim 0.10.0-dev which means Neovim itself may have some rough edges.</li>
|
||||||
<li>Minimum macOS requirement is now Ventura (v13).</li>
|
<li>Minimum macOS requirement is now Ventura (v13).</li>
|
||||||
<li>Fix VimRSetCharacterspacing: GH-1014</li>
|
<li>Fix VimRSetCharacterspacing: GH-1014</li>
|
||||||
<li>Add basic file handling to the filebrowser: GH-1005</li>
|
<li>Add basic file handling to the filebrowser: GH-1005</li>
|
||||||
@ -27,12 +27,12 @@
|
|||||||
</ul>
|
</ul>
|
||||||
]]></description>
|
]]></description>
|
||||||
<releaseNotesLink>
|
<releaseNotesLink>
|
||||||
https://github.com/qvacua/vimr/releases/tag/snapshot/20231110.205939
|
https://github.com/qvacua/vimr/releases/tag/v0.45.0-20231122.130444
|
||||||
</releaseNotesLink>
|
</releaseNotesLink>
|
||||||
<pubDate>2023-11-10T21:11:02.769511</pubDate>
|
<pubDate>2023-11-22T13:33:30.259526</pubDate>
|
||||||
<minimumSystemVersion>13.0</minimumSystemVersion>
|
<minimumSystemVersion>13.0</minimumSystemVersion>
|
||||||
<enclosure url="https://github.com/qvacua/vimr/releases/download/snapshot/20231110.205939/VimR-SNAPSHOT-20231110.205939.tar.bz2"
|
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.45.0-20231122.130444/VimR-v0.45.0.tar.bz2"
|
||||||
sparkle:edSignature="wTejDO5x9U/mu1+pXjgt8ODhhn2AlkPZ+Ir0lhPhquxCvZBemVXoBO1496mNpUE1ni0Gjfe6N7253WzkfNwODA==" length="17782932"
|
sparkle:edSignature="jflXRz14bNa+uT50XhKO+lboOAJ3gx0+ohIEud5u0+IOe6zASL/01jDFXooDsOogZlYBth8oAS86xoGvd4E5Cg==" length="17813066"
|
||||||
type="application/octet-stream"/>
|
type="application/octet-stream"/>
|
||||||
</item>
|
</item>
|
||||||
</channel>
|
</channel>
|
||||||
|
Loading…
Reference in New Issue
Block a user