mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 07:13:24 +03:00
Merge branch 'master' into develop
Conflicts: NvimView/DrawerDev/Info.plist NvimView/DrawerPerf/Info.plist NvimView/NvimView/Info.plist NvimView/NvimViewTests/Info.plist VimR/VimR/Info.plist VimR/VimRTests/Info.plist appcast_snapshot.xml
This commit is contained in:
commit
4223e04b63
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>SNAPSHOT-312</string>
|
||||
<string>0.26.9</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>312</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>SNAPSHOT-312</string>
|
||||
<string>0.26.9</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>312</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>SNAPSHOT-312</string>
|
||||
<string>0.26.9</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>312</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>SNAPSHOT-312</string>
|
||||
<string>0.26.9</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>312</string>
|
||||
</dict>
|
||||
|
@ -1224,7 +1224,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>SNAPSHOT-312</string>
|
||||
<string>0.26.9</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>SNAPSHOT-312</string>
|
||||
<string>0.26.9</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
19
appcast.xml
19
appcast.xml
@ -7,22 +7,23 @@
|
||||
<description>Most recent changes with links to updates for VimR.</description>
|
||||
<language>en</language>
|
||||
<item>
|
||||
<title>v0.26.8-311</title>
|
||||
<title>v0.26.9-312</title>
|
||||
<description><![CDATA[
|
||||
<ul>
|
||||
<li>Bugfix: memory leak</li>
|
||||
<li>Bugfix: wrong color of "Select the HTML file" button of HTML preview tool</li>
|
||||
<li>Bugfix: memory leak (strange behavior between <code>CTFontManager</code> and <code>NSFontManager</code>)</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<releaseNotesLink>
|
||||
https://github.com/qvacua/vimr/releases/tag/v0.26.8-311
|
||||
https://github.com/qvacua/vimr/releases/tag/v0.26.9-312
|
||||
</releaseNotesLink>
|
||||
<pubDate>2019-03-22T17:02:33.473549</pubDate>
|
||||
<pubDate>2019-03-26T08:16:42.610003</pubDate>
|
||||
<minimumSystemVersion>10.10.0</minimumSystemVersion>
|
||||
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.26.8-311/VimR-v0.26.8-311.tar.bz2"
|
||||
sparkle:version="311"
|
||||
sparkle:shortVersionString="0.26.8"
|
||||
sparkle:dsaSignature="MC0CFGtgC3z+xOHowcJ0oV85lu2pqfBEAhUA7QkYjEW0dvgLRni1zGUOsZNmFG8="
|
||||
length="15103296"
|
||||
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.26.9-312/VimR-v0.26.9-312.tar.bz2"
|
||||
sparkle:version="312"
|
||||
sparkle:shortVersionString="0.26.9"
|
||||
sparkle:dsaSignature="MCwCFCS64ZPv77Uc/kS/lSD9+fd5I6YUAhRFRHZErcTMirUn3i2iuPTvVW+V3g=="
|
||||
length="15101566"
|
||||
type="application/octet-stream"/>
|
||||
</item>
|
||||
</channel>
|
||||
|
@ -7,24 +7,23 @@
|
||||
<description>Most recent changes with links to updates for VimR.</description>
|
||||
<language>en</language>
|
||||
<item>
|
||||
<title>SNAPSHOT-312</title>
|
||||
<title>v0.26.9-312</title>
|
||||
<description><![CDATA[
|
||||
<ul>
|
||||
<li>Bugfix: wrong color of "Select the HTML file" button of HTML preview tool</li>
|
||||
<li>Bugfix: memory leak</li>
|
||||
<li>Big refactoring of NvimServer</li>
|
||||
<li>Bugfix: memory leak (strange behavior between <code>CTFontManager</code> and <code>NSFontManager</code>)</li>
|
||||
</ul>
|
||||
]]></description>
|
||||
<releaseNotesLink>
|
||||
https://github.com/qvacua/vimr/releases/tag/snapshot/312
|
||||
https://github.com/qvacua/vimr/releases/tag/v0.26.9-312
|
||||
</releaseNotesLink>
|
||||
<pubDate>2019-03-25T18:54:07.844359</pubDate>
|
||||
<pubDate>2019-03-26T08:16:42.610003</pubDate>
|
||||
<minimumSystemVersion>10.10.0</minimumSystemVersion>
|
||||
<enclosure url="https://github.com/qvacua/vimr/releases/download/snapshot/312/VimR-SNAPSHOT-312.tar.bz2"
|
||||
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.26.9-312/VimR-v0.26.9-312.tar.bz2"
|
||||
sparkle:version="312"
|
||||
sparkle:shortVersionString="SNAPSHOT-312"
|
||||
sparkle:dsaSignature="MC0CFQCulygoU1RD3mUu24TG6cVqYIC1xQIUcpBkRmlPvD6ZOxm+/72JjKTOwF4="
|
||||
length="15095994"
|
||||
sparkle:shortVersionString="0.26.9"
|
||||
sparkle:dsaSignature="MCwCFCS64ZPv77Uc/kS/lSD9+fd5I6YUAhRFRHZErcTMirUn3i2iuPTvVW+V3g=="
|
||||
length="15101566"
|
||||
type="application/octet-stream"/>
|
||||
</item>
|
||||
</channel>
|
||||
|
Loading…
Reference in New Issue
Block a user