|
6 | 6 | <description>MacVim</description> |
7 | 7 |
|
8 | 8 | <item> |
9 | | - <title>MacVim snapshot-165</title> |
| 9 | + <title>MacVim snapshot-166</title> |
10 | 10 | <description><![CDATA[ |
11 | 11 | <style> |
12 | 12 | :root { supported-color-schemes: light dark; color-scheme: light dark; } |
13 | 13 | </style> |
14 | | -<p>Vim patch 8.2.1456</p> |
| 14 | +<p>Updated to Vim 8.2.1719.</p> |
15 | 15 |
|
16 | | -<p>Features</p> |
| 16 | +<h1 id="features">Features</h1> |
17 | 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> |
| 18 | +<h2 id="touch-bar-improvements">Touch Bar improvements</h2> |
24 | 19 |
|
25 | | -<p>General:</p> |
| 20 | +<p>Touch Bar now supports submenus, and allows mixed icon/text displays using <code>tmenu</code>. When in edit modes (e.g. insert), it will also display an emoji picker as well. See <code>:help touchbar</code> for documentation. <a href="https://github.com/macvim-dev/macvim/issues/1084">#1084</a></p> |
26 | 21 |
|
27 | | -<ul> |
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> |
29 | | -</ul> |
| 22 | +<p><img width="640" src="https://user-images.githubusercontent.com/1217449/93730988-f2bb4900-fb7f-11ea-9433-4a15187a4af1.png" alt="emoji picker / submenu / icons with labels" title="Example configuration with emoji picker / submenu / icons with labels" /></p> |
| 23 | +<p><img width="640" src="https://user-images.githubusercontent.com/1217449/93730989-f77ffd00-fb7f-11ea-9e44-0dfc36d146f2.png" alt="inside submenu" title="Example of inside a submenu" /></p> |
| 24 | +<p><img width="640" src="https://user-images.githubusercontent.com/1217449/93731159-b63c1d00-fb80-11ea-84a1-77c57d818452.png" alt="activated emoji picker" title="Activated emoji picker" /></p> |
30 | 25 |
|
31 | | -<p>Fixes:</p> |
| 26 | +<h1 id="fixes">Fixes</h1> |
32 | 27 |
|
33 | 28 | <ul> |
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> |
36 | | - <li>Fix crash during MacVim launch in Snapshot 164 (8.2.1424) due to dynamic library linkage. <a href="https://github.com/macvim-dev/macvim/issues/1073">#1073</a></li> |
| 29 | + <li>Window menu no longer shows duplicate “Enter Full Screen” or “Tile Window to Left of Screen” entries whenever the user switches among different MacVim windows. <a href="https://github.com/macvim-dev/macvim/issues/566">#566</a> <a href="https://github.com/macvim-dev/macvim/issues/992">#992</a></li> |
| 30 | + <li>Fix issue where going to full screen mode when titlebar appearance is set to “hidden” would result in lost focus of the window. <a href="https://github.com/macvim-dev/macvim/issues/1078">#1078</a></li> |
| 31 | + <li>The password dialog box when using <code>:!sudo</code> or other commands that require password entry (<code>macvim-askpass</code>) will no longer focus on Finder, and will keep the focus on MacVim. <a href="https://github.com/macvim-dev/macvim/issues/1091">#1091</a></li> |
| 32 | + <li>Fix minor wrong tooltip in the “Appearance” preference pane. <a href="https://github.com/macvim-dev/macvim/issues/1087">#1087</a></li> |
| 33 | + <li>“General” preference pane will now be correctly sized when Sparkle updater is disabled (e.g. Homebrew builds). <a href="https://github.com/macvim-dev/macvim/issues/1089">#1089</a></li> |
| 34 | + <li>Misc issues were fixed by Vim upstream, e.g. <code>vimgrep</code> causing a crash, and odd behaviors with using Shift-O on the first line. <a href="https://github.com/macvim-dev/macvim/issues/1082">#1082</a> <a href="https://github.com/macvim-dev/macvim/issues/1083">#1083</a></li> |
37 | 35 | </ul> |
38 | 36 |
|
39 | | -<p>Targets macOS 10.9+</p> |
| 37 | +<h1 id="compatibility">Compatibility</h1> |
| 38 | +
|
| 39 | +<p>Requires macOS 10.9 or above.</p> |
40 | 40 |
|
41 | 41 | <p>Script interfaces have compatibility with these versions:</p> |
42 | 42 |
|
43 | 43 | <ul> |
44 | | -<li>Lua 5.3</li> |
45 | | -<li>Perl 5.18</li> |
46 | | -<li>Python2 2.7</li> |
47 | | -<li>Python3 3.8</li> |
48 | | -<li>Ruby 2.7</li> |
| 44 | + <li>Lua 5.3</li> |
| 45 | + <li>Perl 5.18</li> |
| 46 | + <li>Python2 2.7</li> |
| 47 | + <li>Python3 3.8</li> |
| 48 | + <li>Ruby 2.7</li> |
49 | 49 | </ul> |
50 | 50 |
|
51 | 51 | ]]></description> |
52 | | - <pubDate>Sat, 15 Aug 2020 14:00:00 -0700</pubDate> |
| 52 | + <pubDate>Sun, 20 Sep 2020 21:00:00 -0700</pubDate> |
53 | 53 | <sparkle:minimumSystemVersion>10.9</sparkle:minimumSystemVersion> |
54 | 54 | <enclosure type="application/octet-stream" |
55 | | - url="https://github.com/macvim-dev/macvim/releases/download/snapshot-165/MacVim.dmg" |
56 | | - length="19930481" |
57 | | - sparkle:version="165" |
58 | | - sparkle:shortVersionString="8.2.1456" |
59 | | - sparkle:dsaSignature="MCwCFE+cKAXV1prc/z5PcoPtaFm4UqZAAhQC/YM22JM+/mfbKxay4PSCP/OuaA==" |
| 55 | + url="https://github.com/macvim-dev/macvim/releases/download/snapshot-166/MacVim.dmg" |
| 56 | + sparkle:version="166" |
| 57 | + sparkle:shortVersionString="8.2.1719" |
| 58 | + sparkle:dsaSignature="MC0CFDvTjlB/c8USlTUjocXm5Q/nvm/FAhUAtRDNxUt1Q8KFpabseqbZuOhuMB0=" |
| 59 | + sparkle:edSignature="3cdukqFfh5kERiAiBbJgVC+4r4tOMWJIHMzTYGf2scqJgyR5HtEJf2oBvJpoxzidSnliSdo35lApQm8rXjLcDw==" length="20105287" |
60 | 60 | /> |
61 | 61 | <sparkle:deltas> |
62 | 62 | <enclosure type="application/octet-stream" |
63 | | - url="https://github.com/macvim-dev/macvim/releases/download/snapshot-165/163_to_165.delta" |
64 | | - length="3283209" |
65 | | - sparkle:version="165" |
66 | | - sparkle:deltaFrom="163" |
67 | | - sparkle:dsaSignature="MC0CFCodTAZTD9RnBDs+ybX8ydt2fXJmAhUAnG4bqs7sb/3qUlXY2ZK10cocseU=" |
| 63 | + url="https://github.com/macvim-dev/macvim/releases/download/snapshot-166/165_to_166.delta" |
| 64 | + sparkle:version="166" |
| 65 | + sparkle:deltaFrom="165" |
| 66 | + sparkle:dsaSignature="MC0CFQCCqpQbVg7eEhgq9q/R1xDg0v4ITgIUBFhHuEAeU7TwKJkm1CFfQGX8I1k=" |
| 67 | + sparkle:edSignature="afRPeC51wAdnV7wZMT+kgw70AlmnH+Zy831RGM5ffm76kmFPbzRtkbqRy+nyVDNMqUEmrD5wSwdpQ3J6CSxACw==" length="754048" |
68 | 68 | /> |
69 | 69 | </sparkle:deltas> |
70 | 70 | </item> |
|
0 commit comments