Skip to content

Commit 0114cc5

Browse files
committed
snapshot-152
Fixed up the binary with the proper asset catalog with Dark Mode tab colors.
1 parent ffa7051 commit 0114cc5

File tree

1 file changed

+54
-18
lines changed

1 file changed

+54
-18
lines changed

appcast/latest.xml

Lines changed: 54 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,68 @@
66
<description>MacVim</description>
77

88
<item>
9-
<title>MacVim snapshot-151</title>
9+
<title>MacVim snapshot-152</title>
1010
<description><![CDATA[
11-
<pre>
12-
Binary targets macOS 10.8+
11+
<p>Vim patch 8.1.560</p>
1312
14-
- Vim patch 8.1.0280
15-
- Reverted guioption &#39;k&#39; #727
13+
<p>Targets macOS 10.8+</p>
1614
17-
Script interfaces have compatibility with these versions
15+
<p>Features:</p>
1816
19-
- Lua 5.3
20-
- Perl 5.18
21-
- Python2 2.7
22-
- Python3 3.7
23-
- Ruby 2.5
17+
<ul>
18+
<li>macOS Mojave (10.14) is now supported.
19+
<ul>
20+
<li>MacVim’s UI now works with Dark Mode.</li>
21+
<li>Fixed broken rendering and flickering under Mojave when using the
22+
default Core Text renderer. #757</li>
23+
</ul>
24+
</li>
25+
<li>guioption ‘k’ is supported again. #731
26+
<ul>
27+
<li>This option prevents window from resizing when UI elements such as
28+
toolbars or tabs show or hide themselves.</li>
29+
</ul>
30+
</li>
31+
</ul>
32+
33+
<p>Fixes:</p>
34+
35+
<ul>
36+
<li>Fixed misc fullscreen and window resizing bugs and artifacts #745</li>
37+
<li>Dragging tabs to reorder now works properly #789</li>
38+
<li>Fixed timer callback handling in GUI #749</li>
39+
<li>Fixed native tabs (10.12+) interring with Vim tabs #788</li>
40+
<li>Fixed Japanese IME Ctrl-U/Ctrl-O handling #742</li>
41+
<li>Fixed MMShareFindPboard and Cmd-E/Cmd-G interactions #780</li>
42+
<li>Better handling of guifontwide font size #737</li>
43+
<li>Better python discovery in default vimrc #739</li>
44+
</ul>
45+
46+
<p>Known Issues:</p>
47+
48+
<ul>
49+
<li>Scrolling performance is slightly worse under Mojave #796</li>
50+
</ul>
51+
52+
<p>Script interfaces have compatibility with these versions:</p>
53+
54+
<ul>
55+
<li>Lua 5.3</li>
56+
<li>Perl 5.18</li>
57+
<li>Python2 2.7</li>
58+
<li>Python3 3.7</li>
59+
<li>Ruby 2.5</li>
60+
</ul>
2461
25-
</pre>
2662
]]></description>
27-
<pubDate>Mon, 13 Aug 2018 22:00:00 -0700</pubDate>
63+
<pubDate>Wed, 05 Dec 2018 06:00:00 -0800</pubDate>
2864
<sparkle:minimumSystemVersion>10.8</sparkle:minimumSystemVersion>
2965
<enclosure type="application/octet-stream"
30-
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-151/MacVim.dmg"
31-
length="15528318"
32-
sparkle:version="151"
33-
sparkle:shortVersionString="8.0"
34-
sparkle:dsaSignature="MC0CFCBcG71biGF3fnyxiQLV6y8U6DJ1AhUAkBipTqCDV7nE8tFPjgMZj1XYQyI="
66+
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-152/MacVim.dmg"
67+
length="16341191"
68+
sparkle:version="152"
69+
sparkle:shortVersionString="8.1.560"
70+
sparkle:dsaSignature="MC0CFQCaeNK0IkH2lE5VHlZCflDOtU4WeAIUB2wf6B69PbV5FObsUhT0juvyVqE="
3571
/>
3672
</item>
3773
</channel>

0 commit comments

Comments
 (0)