Skip to content

Commit 404cb9c

Browse files
committed
prerelease-178.1
1 parent 6a15135 commit 404cb9c

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

_data/releases.yml

Lines changed: 1 addition & 0 deletions
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+
- 178.1
78

89
releases:
910
- 178

_includes/releases/r178.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.0.2043</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-178.1 -->
9+
10+
<h2 id="whats-changed">What’s Changed</h2>
11+
<ul>
12+
<li>CI: Update to Xcode 15 / macOS 13 in GitHub runner by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1434">#1434</a></li>
13+
<li>Add cmdline completion for MacVim options: ‘fuoptions’, ‘guifont(wide)’ by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1436">#1436</a></li>
14+
<li>Fix tabs drawing over rest of MacVim in macOS 14 Sonoma by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1440">#1440</a></li>
15+
<li>Add option to only scroll in one direction when using trackpad by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1442">#1442</a></li>
16+
<li>Use -O3 and link-time-optimization for published builds by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1444">#1444</a></li>
17+
<li>Sparkle 2.5.1 by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1446">#1446</a></li>
18+
<li>Fix macOS 14 Sonoma non-native full screen background color by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1448">#1448</a></li>
19+
<li>Allow showing pre-release in What’s New page by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1447">#1447</a></li>
20+
<li>Fix non-native full screen show menu with notch, and changing resolution by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1450">#1450</a></li>
21+
</ul>
22+
23+
<p><strong>Full Changelog</strong>: https://github.com/macvim-dev/macvim/compare/release-178…prerelease-178.1</p>
24+
25+
</details>

appcast/_prerelease.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<item>
2+
<sparkle:channel>prerelease</sparkle:channel>
3+
<title>MacVim prerelease-178.1</title>
4+
<description><![CDATA[
5+
{% include_relative _appcast_style.css %}
6+
{% include releases/r178.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, 21 Oct 2023 05:00:00 +0000</pubDate>
11+
<sparkle:minimumSystemVersion>10.13</sparkle:minimumSystemVersion>
12+
<sparkle:version>178.1</sparkle:version>
13+
<sparkle:shortVersionString>9.0.2043</sparkle:shortVersionString>
14+
<enclosure type="application/octet-stream"
15+
url="https://github.com/macvim-dev/macvim/releases/download/prerelease-178.1/MacVim.dmg"
16+
sparkle:edSignature="/ZRQGfaHOunOmg0se1c9XbyBEjwRYoSkM9JhQb27fg2di6eviEuPN8FaJz+OdDVMY+COIzb8Y1YF70PDP2BNAQ==" length="21189162"
17+
/>
18+
<sparkle:deltas>
19+
<enclosure type="application/octet-stream"
20+
url="https://github.com/macvim-dev/macvim/releases/download/prerelease-178.1/178_to_178.1.delta"
21+
sparkle:deltaFrom="178"
22+
sparkle:edSignature="ORZTJthTm/CwOh1eJTL/X53/FYVQ9zRswSjIsqbht2wdGGbJytjb69g2BIcqOVSJiUH0rq2lwKafwVJOes/iBA==" length="4466094"
23+
/>
24+
</sparkle:deltas>
25+
26+
</item>

0 commit comments

Comments
 (0)