Skip to content

Commit

Permalink
Update appcast
Browse files Browse the repository at this point in the history
  • Loading branch information
qvacua committed Nov 5, 2021
1 parent ce87196 commit 3bfbed5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 11 deletions.
41 changes: 31 additions & 10 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,44 @@
<description>Most recent changes with links to updates for VimR.</description>
<language>en</language>
<item>
<title>v0.34.0-355</title>
<title>v0.35.0-20211105.213803</title>
<description><![CDATA[
<ul>
<li>Neovim 0.4.4</li>
<li>Improved pasting.</li>
<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/PureLayout@3.1.9</li>
<li>Quick/Nimble@9.2.1</li>
<li>ReactiveX/RxSwift@6.2.0</li>
<li>httpswift/swifter@1.5.0</li>
<li>iwasrobbed/Down@0.11.0 -&gt; johnxnguyen/Down@0.11.0</li>
<li>sparkle-project/Sparkle@1.27.0</li>
</ul>
</li>
</ul>
]]></description>
<releaseNotesLink>
https://github.com/qvacua/vimr/releases/tag/v0.34.0-355
https://github.com/qvacua/vimr/releases/tag/v0.35.0-20211105.213803
</releaseNotesLink>
<pubDate>2020-08-12T20:19:09.260946</pubDate>
<pubDate>2021-11-05T22:07:51.688451</pubDate>
<minimumSystemVersion>10.12.0</minimumSystemVersion>
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.34.0-355/VimR-v0.34.0-355.tar.bz2"
sparkle:version="355"
sparkle:shortVersionString="0.34.0"
sparkle:dsaSignature="MC0CFQCGMRl2FfcpQ+rymCRs0clxSBNrPQIUe/D/Gok/MqTmX6QuGv3ETjE2UAM="
length="14949557"
<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>
Expand Down
2 changes: 1 addition & 1 deletion bin/set_appcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
token_file.close()

release_response = requests.get('https://api.github.com/repos/qvacua/vimr/releases/tags/{0}'.format(tag_name),
params={'access_token': token})
headers={'Authorization': f"token {token}"})
release_json = json.loads(release_response.content)

title = release_json['name']
Expand Down

0 comments on commit 3bfbed5

Please sign in to comment.