Skip to content

Commit c750a84

Browse files
committed
prerelease-181.1
1 parent b401e6f commit c750a84

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed

_data/releases.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# The prereleases list should only be filled if there's an active prerelease.
55
# Otherwise it should be empty.
66
prereleases:
7+
- num: 181.1
8+
date: "2025-03-28T10:27:13Z"
79

810
releases:
911
- num: 181

_includes/releases/r181.1.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<p>Updated to Vim 9.1.1251</p>
2+
3+
<nav>
4+
<ul class="toc" id="markdown-toc">
5+
<li><a href="#r181.1-whats-changed" id="markdown-toc-r181.1-whats-changed">What’s Changed</a></li>
6+
</ul>
7+
8+
</nav>
9+
10+
<p>This Vim update contains a new diff highlight mode to allow per-character/word diff from <a href="https://github.com/vim/vim/commit/9943d4790e42721a6777da9e12637aa595ba4965">v9.1.1243</a> (use <code>:set diffopt+=inline:char</code> to enable). Feel free to try it out and use it as a Git diff tool! (<code>git difftool --tool=gvimdiff</code>)</p>
11+
12+
<p>This is a pre-release version of MacVim. To use the latest stable release, see <a href="https://github.com/macvim-dev/macvim/releases/latest">https://github.com/macvim-dev/macvim/releases/latest</a></p>
13+
14+
<details>
15+
<summary>What’s Changed</summary>
16+
17+
<!-- Release notes generated using configuration in .github/release.yml at prerelease-181.1 -->
18+
19+
<h2 id="r181.1-whats-changed">What’s Changed</h2>
20+
<ul>
21+
<li>Support extra side mouse buttons in MacVim (X1 and X2) by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1534">#1534</a></li>
22+
<li>Add better scroll wheel support and option to disable acceleration by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1566">#1566</a></li>
23+
<li>Remove Colors.plist and fix CI by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1568">#1568</a></li>
24+
<li>Fix macOS services no longer able to insert texts in non-Visual modes by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1571">#1571</a></li>
25+
</ul>
26+
27+
<p><strong>Full Changelog</strong>: https://github.com/macvim-dev/macvim/compare/release-181…prerelease-181.1</p>
28+
29+
</details>

appcast/_prerelease.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<item>
2+
<sparkle:channel>prerelease</sparkle:channel>
3+
<title>MacVim prerelease-181.1</title>
4+
<description><![CDATA[
5+
{% include_relative _appcast_style.css %}
6+
<div>
7+
{% include releases/r181.1.html %}
8+
</div>
9+
10+
<p><br /><small><a href="https://github.com/macvim-dev/macvim/releases/">Latest release notes &gt;</a></small></p>
11+
]]></description>
12+
<sparkle:fullReleaseNotesLink>https://github.com/macvim-dev/macvim/releases</sparkle:fullReleaseNotesLink>
13+
<pubDate>Fri, 28 Mar 2025 10:00:00 +0000</pubDate>
14+
<sparkle:minimumSystemVersion>10.13</sparkle:minimumSystemVersion>
15+
<sparkle:version>181.1</sparkle:version>
16+
<sparkle:shortVersionString>9.1.1251</sparkle:shortVersionString>
17+
<enclosure type="application/octet-stream"
18+
url="https://github.com/macvim-dev/macvim/releases/download/prerelease-181.1/MacVim.dmg"
19+
sparkle:edSignature="PUhn3fjmCtI1NEbgnVrJ10+gTuYbiBl4MLYiaaYQuOLR/mZM8M80luYhaz2b1WB6tmYLfuPplQaBVNMx0INGBg==" length="23917897"
20+
/>
21+
<sparkle:deltas>
22+
<enclosure type="application/octet-stream"
23+
url="https://github.com/macvim-dev/macvim/releases/download/prerelease-181.1/181_to_181.1.delta"
24+
sparkle:deltaFrom="181"
25+
sparkle:edSignature="BBNympcNmHYmiaEYO0kVr7XcUUu5bWzXCuflgfCcD8VqwCI14/YjZ0UA1ZgakptqDbFgywF/c4tSfJ9HyX/mAQ==" length="1340966"
26+
/>
27+
</sparkle:deltas>
28+
29+
</item>

0 commit comments

Comments
 (0)