Skip to content

Commit 7ac9f18

Browse files
committed
release-179.1
1 parent 9f78493 commit 7ac9f18

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

Diff for: _data/releases.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# The prereleases list should only be filled if there's an active prerelease.
55
# Otherwise it should be empty.
66
prereleases:
7+
- 179.1
78

89
releases:
910
- 179

Diff for: _includes/releases/r179.1.html

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<p>Updated to Vim 9.1.0695</p>
2+
3+
<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>
4+
5+
<details>
6+
<summary>What’s Changed</summary>
7+
8+
<!-- Release notes generated using configuration in .github/release.yml at prerelease-179.1 -->
9+
10+
<h2 id="whats-changed">What’s Changed</h2>
11+
<ul>
12+
<li>Update CI to remove macOS-11 which has been removed from GitHub Actions by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1493">#1493</a></li>
13+
<li>Proposal: change x to × in title bar resize message by @sfsam in <a href="https://github.com/macvim-dev/macvim/pull/1488">#1488</a></li>
14+
<li>Sparkle 2.6.4 by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1494">#1494</a></li>
15+
</ul>
16+
17+
<p><strong>Full Changelog</strong>: https://github.com/macvim-dev/macvim/compare/release-179…prerelease-179.1</p>
18+
19+
</details>

Diff for: appcast/_prerelease.xml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<item>
2+
<sparkle:channel>prerelease</sparkle:channel>
3+
<title>MacVim prerelease-179.1</title>
4+
<description><![CDATA[
5+
{% include_relative _appcast_style.css %}
6+
{% include releases/r179.1.html %}
7+
<p><br /><small><a href="https://github.com/macvim-dev/macvim/releases/">Latest release notes &gt;</a></small></p>
8+
]]></description>
9+
<sparkle:fullReleaseNotesLink>https://github.com/macvim-dev/macvim/releases</sparkle:fullReleaseNotesLink>
10+
<pubDate>Sat, 31 Aug 2024 09:00:00 +0000</pubDate>
11+
<sparkle:minimumSystemVersion>10.13</sparkle:minimumSystemVersion>
12+
<sparkle:version>179.1</sparkle:version>
13+
<sparkle:shortVersionString>9.1.695</sparkle:shortVersionString>
14+
<enclosure type="application/octet-stream"
15+
url="https://github.com/macvim-dev/macvim/releases/download/prerelease-179.1/MacVim.dmg"
16+
sparkle:edSignature="EbR0qAZqjyg6iWVAs+a1hy1q+cIyNsbNrWmommEVk+zHi0/ZoWxtcsThDtlEs0PLHqnhFMTOZMTXASCD2eTbAQ==" length="21900698"
17+
/>
18+
<sparkle:deltas>
19+
<enclosure type="application/octet-stream"
20+
url="https://github.com/macvim-dev/macvim/releases/download/prerelease-179.1/179_to_179.1.delta"
21+
sparkle:deltaFrom="179"
22+
sparkle:edSignature="cgLoKslDkHkamX88lIwyhXPqM188nulgBY+FPjwtq3oOdzhnv9CFAv1NZKdMIfA2rh2EN8tAu9TH/MsugVaHCg==" length="2389826"
23+
/>
24+
</sparkle:deltas>
25+
26+
</item>

0 commit comments

Comments
 (0)