Skip to content

Commit e5db65a

Browse files
committed
snapshot-160
1 parent 776fd25 commit e5db65a

File tree

1 file changed

+29
-15
lines changed

1 file changed

+29
-15
lines changed

appcast/latest.xml

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,44 @@
66
<description>MacVim</description>
77

88
<item>
9-
<title>MacVim snapshot-159</title>
9+
<title>MacVim snapshot-160</title>
1010
<description><![CDATA[
1111
<style>
1212
:root { supported-color-schemes: light dark; color-scheme: light dark; }
1313
</style>
1414
15-
<p>Vim patch 8.1.2168</p>
15+
<p>Vim patch 8.1.2224</p>
16+
17+
<p>General:</p>
18+
19+
<ul>
20+
<li>MacVim <strong>now requires macOS 10.9</strong>, up from 10.8.</li>
21+
<li>MacVim binary is now notaraized by Apple. This should make it open
22+
properly without a security warning in macOS 10.15 Catalina. #959 #825</li>
23+
</ul>
1624
1725
<p>Features:</p>
1826
1927
<ul>
20-
<li>Can now use autocommand to detect an OS appearance change (dark vs
21-
light mode). See <code>:help OSAppearanceChanged</code>. #766</li>
28+
<li>Make mouse cursor higher contrast under macOS 10.13 or older. #910</li>
2229
</ul>
2330
2431
<p>Fixes:</p>
2532
2633
<ul>
27-
<li>Fix text being clipped in macOS Catalina. #905</li>
28-
<li>Fix “E432: Tags file not sorted” issue in macOS Catalina. #953. (Vim
29-
8.1.2152)</li>
34+
<li>Fix OS appearance (dark vs light mode) detection not working. See
35+
<code>:help OSAppearanceChanged</code> for more info on the feature. #973</li>
36+
<li>Fix spell checker flagging first words in line. #971 (Vim 8.1.2172)</li>
37+
<li>Fix wrong highlighting color scheme. #960 (Vim 8.1.2176)</li>
38+
</ul>
39+
40+
<p>Misc:</p>
41+
42+
<ul>
43+
<li>Sparkle updater has been updated to 1.22.00. #963</li>
3044
</ul>
3145
32-
<p>Targets macOS 10.8+</p>
46+
<p>Targets macOS 10.9+</p>
3347
3448
<p>Script interfaces have compatibility with these versions:</p>
3549
@@ -43,14 +57,14 @@ light mode). See <code>:help OSAppearanceChanged</code>. #766</li>
4357
4458
4559
]]></description>
46-
<pubDate>Thu, 17 Oct 2019 02:00:00 -0700</pubDate>
47-
<sparkle:minimumSystemVersion>10.8</sparkle:minimumSystemVersion>
60+
<pubDate>Mon, 28 Oct 2019 05:00:00 -0700</pubDate>
61+
<sparkle:minimumSystemVersion>10.9</sparkle:minimumSystemVersion>
4862
<enclosure type="application/octet-stream"
49-
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-159/MacVim.dmg"
50-
length="16955918"
51-
sparkle:version="159"
52-
sparkle:shortVersionString="8.1.2168"
53-
sparkle:dsaSignature="MC4CFQC4CITArrC+w6Bf4emjBqWKSHfzCwIVAIgs6MN4SHZak722coyqpqDgx2dH"
63+
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-160/MacVim.dmg"
64+
length="17219480"
65+
sparkle:version="160"
66+
sparkle:shortVersionString="8.1.2224"
67+
sparkle:dsaSignature="MC0CFBxU3jipD1Ds3FkpqlTglMv/Q3inAhUAmQqM2eguuvh6W/GUyPksKrY+XS8="
5468
/>
5569
</item>
5670
</channel>

0 commit comments

Comments
 (0)