Skip to content

Commit 54ec040

Browse files
committed
prerelease-182.1
1 parent 3e7355d commit 54ec040

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-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: 182.1
8+
date: "2026-01-12T02:33:07Z"
79

810
releases:
911
- num: 182

_includes/releases/r182.1.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<p>Updated to Vim 9.1.2068</p>
2+
3+
<nav>
4+
<ul class="toc" id="markdown-toc">
5+
<li><a href="#r182.1-whats-changed" id="markdown-toc-r182.1-whats-changed">What’s Changed</a></li>
6+
</ul>
7+
8+
</nav>
9+
10+
<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>
11+
12+
<details>
13+
<summary>What’s Changed</summary>
14+
15+
<!-- Release notes generated using configuration in .github/release.yml at prerelease-182.1 -->
16+
17+
<h2 id="r182.1-whats-changed">What’s Changed</h2>
18+
<ul>
19+
<li>Whats New page use non-persistent data store by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1619">#1619</a></li>
20+
<li>Build MacVim binary release with GNU iconv instead of Apple iconv by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1626">#1626</a></li>
21+
</ul>
22+
23+
<p><strong>Full Changelog</strong>: https://github.com/macvim-dev/macvim/compare/release-182…prerelease-182.1</p>
24+
25+
</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-182.1</title>
4+
<description><![CDATA[
5+
{% include_relative _appcast_style.css %}
6+
<div>
7+
{% include releases/r182.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>Mon, 12 Jan 2026 02:00:00 +0000</pubDate>
14+
<sparkle:minimumSystemVersion>10.13</sparkle:minimumSystemVersion>
15+
<sparkle:version>182.1</sparkle:version>
16+
<sparkle:shortVersionString>9.1.2068</sparkle:shortVersionString>
17+
<enclosure type="application/octet-stream"
18+
url="https://github.com/macvim-dev/macvim/releases/download/prerelease-182.1/MacVim.dmg"
19+
sparkle:edSignature="kDzX+L0ivwoak5HjfxClv/lsDNVcg1ZA50iycUuYgnseMoGAqhHd27Q/0lpOIVktMHqyBEPON78hPq74BmZsCQ==" length="25383709"
20+
/>
21+
<sparkle:deltas>
22+
<enclosure type="application/octet-stream"
23+
url="https://github.com/macvim-dev/macvim/releases/download/prerelease-182.1/182_to_182.1.delta"
24+
sparkle:deltaFrom="182"
25+
sparkle:edSignature="kmzhtpVQF017Md0inHX+lYzoLhwRm1sa+OFvwKMVZJiOs+nbsJ29csCIHVOazZltJx7GlBXKL7wCslcVsejHAQ==" length="2000950"
26+
/>
27+
</sparkle:deltas>
28+
29+
</item>

0 commit comments

Comments
 (0)