Skip to content

Commit 0ec13c5

Browse files
committed
snapshot-164
1 parent 5f70c8b commit 0ec13c5

File tree

1 file changed

+29
-26
lines changed

1 file changed

+29
-26
lines changed

appcast/latest.xml

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

88
<item>
9-
<title>MacVim snapshot-163</title>
9+
<title>MacVim snapshot-164</title>
1010
<description><![CDATA[
1111
<style>
1212
:root { supported-color-schemes: light dark; color-scheme: light dark; }
1313
</style>
14+
<p>Vim patch 8.2.1424</p>
1415
15-
<p>Vim patch 8.2.539</p>
16+
<p>Features</p>
17+
18+
<ul>
19+
<li>New “Appearance” option pane (accessible via “⌘,” or MacVim → Preferences) to allow customizing how MacVim looks. Users can now select how MacVim works with Dark Mode, and configure titlebar to be hidden or transparent. <a href="https://github.com/macvim-dev/macvim/issues/912">#912</a> <a href="https://github.com/macvim-dev/macvim/issues/1038">#1038</a> <a href="https://github.com/macvim-dev/macvim/issues/1056">#1056</a>
20+
<img width="450" alt="appearance screenshot" src="https://user-images.githubusercontent.com/1217449/90110322-e1ba2500-dd01-11ea-8032-007040c94fe5.png" /></li>
21+
<li>MacVim localization support. It now uses translated Vim messages for the specified locale. See <code>:help multilang-messages</code> to see how to configure it. <a href="https://github.com/macvim-dev/macvim/issues/991">#991</a>
22+
<img width="450" alt="localization screenshot" src="https://user-images.githubusercontent.com/1217449/90110395-ff878a00-dd01-11ea-8207-a8c6b250c4dd.png" /></li>
23+
</ul>
1624
1725
<p>General:</p>
1826
1927
<ul>
20-
<li>MacVim now reports its app category to be “Productivity” for Screen
21-
Time. <a href="https://github.com/macvim-dev/macvim/issues/1032">#1032</a></li>
28+
<li>Python is now built against 3.8, up from 3.7. <a href="https://github.com/macvim-dev/macvim/issues/1012">#1012</a></li>
2229
</ul>
2330
2431
<p>Fixes:</p>
2532
2633
<ul>
27-
<li>Fix MacVim not reporting its version number correctly. <a href="https://github.com/macvim-dev/macvim/issues/1011">#1011</a></li>
28-
<li>Fix mvim:// protocol handler not handling line number. <a href="https://github.com/macvim-dev/macvim/issues/1020">#1020</a></li>
29-
<li>Fix opening MacVim from the Dock not setting UTF-8 in locale. <a href="https://github.com/macvim-dev/macvim/issues/1033">#1033</a></li>
30-
<li>Buffer menu now doesn’t show stale menu items from command-line
31-
windows or terminal windows. <a href="https://github.com/macvim-dev/macvim/issues/1025">#1025</a></li>
34+
<li>Fix mvim:// protocol handler behavior. Reverts behavior back to old behavior (before snapshot-162), but add new fallback handling to try to handle poorly formed URLs that don’t double-encode special characters. See <code>:help macvim://</code>. <a href="https://github.com/macvim-dev/macvim/issues/1055">#1055</a></li>
35+
<li>Can now change tabs using menu and keyboard shortcuts (⌘{ / ⌘} / ⌘T) when in terminal mode. <a href="https://github.com/macvim-dev/macvim/issues/1045">#1045</a></li>
3236
</ul>
3337
3438
<p>Targets macOS 10.9+</p>
3539
3640
<p>Script interfaces have compatibility with these versions:</p>
3741
3842
<ul>
39-
<li>Lua 5.3</li>
40-
<li>Perl 5.18</li>
41-
<li>Python2 2.7</li>
42-
<li>Python3 3.7</li>
43-
<li>Ruby 2.7</li>
43+
<li>Lua 5.3</li>
44+
<li>Perl 5.18</li>
45+
<li>Python2 2.7</li>
46+
<li>Python3 3.8</li>
47+
<li>Ruby 2.7</li>
4448
</ul>
4549
46-
4750
]]></description>
48-
<pubDate>Sat, 11 Apr 2020 22:00:00 -0700</pubDate>
51+
<pubDate>Thu, 13 Aug 2020 02:00:00 -0700</pubDate>
4952
<sparkle:minimumSystemVersion>10.9</sparkle:minimumSystemVersion>
5053
<enclosure type="application/octet-stream"
51-
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-163/MacVim.dmg"
52-
length="17331125"
53-
sparkle:version="163"
54-
sparkle:shortVersionString="8.2.539"
55-
sparkle:dsaSignature="MC0CFCDZF7YzphgJygNbbeSJANY363xWAhUAnrp7s/K23H9oRlY5tR7dvsys9lM="
54+
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-164/MacVim.dmg"
55+
length="19919568"
56+
sparkle:version="164"
57+
sparkle:shortVersionString="8.2.1424"
58+
sparkle:dsaSignature="MCwCFBAmmhANM8oFd96wMKjLDLY0or/DAhRmwTdNPVyh6Q79HjoTi4LoGcFCng=="
5659
/>
5760
<sparkle:deltas>
5861
<enclosure type="application/octet-stream"
59-
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-163/162_to_163.delta"
60-
length="469769"
61-
sparkle:version="163"
62-
sparkle:deltaFrom="162"
63-
sparkle:dsaSignature="MC0CFQCz+eXoeTZ+U5LLHphj+EGNM4PB+QIUDQpSi5Vx/Kra0Qb11BzP90ZaYgA="
62+
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-164/163_to_164.delta"
63+
length="3257968"
64+
sparkle:version="164"
65+
sparkle:deltaFrom="163"
66+
sparkle:dsaSignature="MC0CFQCc2gW8DYcMQ59bG9Xr+C6imXP6WQIUbn49NAh8tq3wblEC4cBuEuVBqdM="
6467
/>
6568
</sparkle:deltas>
6669
</item>

0 commit comments

Comments
 (0)