Skip to content

Commit 94ab78a

Browse files
committed
snapshot-169
1 parent efb196d commit 94ab78a

File tree

2 files changed

+24
-77
lines changed

2 files changed

+24
-77
lines changed

appcast/latest.xml

Lines changed: 22 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,19 @@
66
<description>MacVim</description>
77

88
<item>
9-
<title>MacVim snapshot-168</title>
9+
<title>MacVim snapshot-169</title>
1010
<description><![CDATA[
1111
<style>
1212
:root { supported-color-schemes: light dark; color-scheme: light dark; }
1313
</style>
14-
<p>Updated to Vim 8.2.2127.</p>
14+
<p>Updated to Vim 8.2.2164.</p>
15+
16+
<p>This release (r169) is a minor update to fix the issue that r168 would
17+
not launch on macOS 10.13 (High Sierra) or below. <a href="https://github.com/macvim-dev/macvim/issues/1138">#1138</a></p>
18+
19+
<details>
20+
21+
<summary>Release notes for r168</summary>
1522
1623
<p><em>Note</em>: This release doesn’t natively support Apple Silicon / M1 yet, but does work under Rosetta. See below.</p>
1724
@@ -82,6 +89,8 @@
8289
</li>
8390
</ul>
8491
92+
</details>
93+
8594
<h1 id="compatibility">Compatibility</h1>
8695
8796
<p>Requires macOS 10.9 or above.</p>
@@ -98,86 +107,24 @@
98107
99108
<p><br /><small>Read the latest release notes <a href="https://github.com/macvim-dev/macvim/releases/latest">here</a>.</small></p>
100109
101-
]]></description>
102-
<pubDate>Fri, 11 Dec 2020 22:00:00 -0800</pubDate>
103-
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
104-
<enclosure type="application/octet-stream"
105-
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-168/MacVim.dmg"
106-
sparkle:version="168"
107-
sparkle:shortVersionString="8.2.2127"
108-
sparkle:dsaSignature="MC0CFQC0Er+Y3WNZjB7r6HS+plDtDV/8mwIUIDvrgbbfSBlScKBsIdj7xe7vpWw="
109-
length="21663229"
110-
/>
111-
<sparkle:deltas>
112-
<enclosure type="application/octet-stream"
113-
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-168/166_to_168.delta"
114-
sparkle:version="168"
115-
sparkle:deltaFrom="166"
116-
sparkle:dsaSignature="MC0CFHuc+5zDH/U/kuRSmBapjoCIQcLGAhUAodMYajJsvQrchNcOyuSRFSO8J8w="
117-
length="3746731"
118-
/>
119-
</sparkle:deltas>
120-
</item>
121-
<item>
122-
<title>MacVim snapshot-166</title>
123-
<description><![CDATA[
124-
<style>
125-
:root { supported-color-schemes: light dark; color-scheme: light dark; }
126-
</style>
127-
<p>Updated to Vim 8.2.1719.</p>
128-
129-
<h1 id="features">Features</h1>
130-
131-
<h2 id="touch-bar-improvements">Touch Bar improvements</h2>
132-
133-
<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>
134-
135-
<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>
136-
<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>
137-
<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>
138-
139-
<h1 id="fixes">Fixes</h1>
140-
141-
<ul>
142-
<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>
143-
<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>
144-
<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>
145-
<li>Fix minor wrong tooltip in the “Appearance” preference pane. <a href="https://github.com/macvim-dev/macvim/issues/1087">#1087</a></li>
146-
<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>
147-
<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>
148-
</ul>
149-
150-
<h1 id="compatibility">Compatibility</h1>
151-
152-
<p>Requires macOS 10.9 or above.</p>
153-
154-
<p>Script interfaces have compatibility with these versions:</p>
155-
156-
<ul>
157-
<li>Lua 5.3</li>
158-
<li>Perl 5.18</li>
159-
<li>Python2 2.7</li>
160-
<li>Python3 3.8</li>
161-
<li>Ruby 2.7</li>
162-
</ul>
163110
164111
]]></description>
165-
<pubDate>Sun, 20 Sep 2020 21:00:00 -0700</pubDate>
112+
<pubDate>Sat, 19 Dec 2020 14:00:00 -0800</pubDate>
166113
<sparkle:minimumSystemVersion>10.9</sparkle:minimumSystemVersion>
167114
<enclosure type="application/octet-stream"
168-
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-166/MacVim.dmg"
169-
sparkle:version="166"
170-
sparkle:shortVersionString="8.2.1719"
171-
sparkle:dsaSignature="MC0CFDvTjlB/c8USlTUjocXm5Q/nvm/FAhUAtRDNxUt1Q8KFpabseqbZuOhuMB0="
172-
sparkle:edSignature="3cdukqFfh5kERiAiBbJgVC+4r4tOMWJIHMzTYGf2scqJgyR5HtEJf2oBvJpoxzidSnliSdo35lApQm8rXjLcDw==" length="20105287"
115+
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-169/MacVim.dmg"
116+
sparkle:version="169"
117+
sparkle:shortVersionString="8.2.2164"
118+
sparkle:dsaSignature="MC4CFQCpl741xu6y+lFdHZIXQcsapY+3PAIVALRdwaB7bFSwYvutwWbOH8sfuYsr"
119+
length="21657330"
173120
/>
174121
<sparkle:deltas>
175122
<enclosure type="application/octet-stream"
176-
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-166/165_to_166.delta"
177-
sparkle:version="166"
178-
sparkle:deltaFrom="165"
179-
sparkle:dsaSignature="MC0CFQCCqpQbVg7eEhgq9q/R1xDg0v4ITgIUBFhHuEAeU7TwKJkm1CFfQGX8I1k="
180-
sparkle:edSignature="afRPeC51wAdnV7wZMT+kgw70AlmnH+Zy831RGM5ffm76kmFPbzRtkbqRy+nyVDNMqUEmrD5wSwdpQ3J6CSxACw==" length="754048"
123+
url="https://github.com/macvim-dev/macvim/releases/download/snapshot-169/168_to_169.delta"
124+
sparkle:version="169"
125+
sparkle:deltaFrom="168"
126+
sparkle:dsaSignature="MC0CFHPy4XXLn+SCwHQK90NDP5K3roiKAhUAtDGuWTecxGdH25u3YzeCw7osDlo="
127+
length="306744"
181128
/>
182129
</sparkle:deltas>
183130
</item>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<section class="page-header">
1515
<h1 class="project-name">MacVim</h1>
1616
<h2 class="project-tagline">Vim - the text editor - for macOS</h2>
17-
<a href="https://github.com/macvim-dev/macvim/releases/download/snapshot-168/MacVim.dmg" class="btn">Download MacVim</a><br />
18-
<a href="https://github.com/macvim-dev/macvim/releases/latest">Release Notes (r168)</a>
17+
<a href="https://github.com/macvim-dev/macvim/releases/download/snapshot-169/MacVim.dmg" class="btn">Download MacVim</a><br />
18+
<a href="https://github.com/macvim-dev/macvim/releases/latest">Release Notes (r169)</a>
1919
</section>
2020

2121
<section class="main-content">

0 commit comments

Comments
 (0)