Skip to content

Commit 62bcbf5

Browse files
committedJan 19, 2025
prerelease-180.1
1 parent f76c96e commit 62bcbf5

File tree

3 files changed

+59
-0
lines changed

3 files changed

+59
-0
lines changed
 

‎_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+
- 180.1
78

89
releases:
910
- 180

‎_includes/releases/r180.1.html

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<p>Updated to Vim 9.1.1000</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-180.1 -->
9+
10+
<h2 id="whats-changed">What’s Changed</h2>
11+
<ul>
12+
<li>Use getregion() for showing definition of selected texts by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1508">#1508</a></li>
13+
<li>Expose setting to only open untitled window only on reactivation by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1509">#1509</a></li>
14+
<li>Add setting for whether to show document icon at title bar by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1510">#1510</a></li>
15+
<li>Dark mode improve docs for v:os_appearance and add tests by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1511">#1511</a></li>
16+
<li>Add support for macos-15 for CI by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1514">#1514</a></li>
17+
<li>Fix non-native fullscreen quit to black screen bug by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1516">#1516</a></li>
18+
<li>Fix resizing MacVim window occasionally result in a stale wrong Vim size by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1518">#1518</a></li>
19+
<li>Fix non-native full screen misc crash, background color, and transparency issues by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1521">#1521</a></li>
20+
<li>Fix menu item “MacVim Website” to go to correct URL by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1524">#1524</a></li>
21+
<li>Fix full screen window restore / multi-screen / misc issues by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1525">#1525</a></li>
22+
<li>New defaults: Smoothly resize window, guioptions+=k by @ychin in <a href="https://github.com/macvim-dev/macvim/pull/1528">#1528</a></li>
23+
</ul>
24+
25+
<h2 id="new-contributors">New Contributors</h2>
26+
<ul>
27+
<li>@ilyagr made their first contribution in <a href="https://github.com/macvim-dev/macvim/pull/1520">#1520</a></li>
28+
</ul>
29+
30+
<p><strong>Full Changelog</strong>: https://github.com/macvim-dev/macvim/compare/release-180…prerelease-180.1</p>
31+
32+
</details>

‎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-180.1</title>
4+
<description><![CDATA[
5+
{% include_relative _appcast_style.css %}
6+
{% include releases/r180.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>Sun, 19 Jan 2025 10:00:00 +0000</pubDate>
11+
<sparkle:minimumSystemVersion>10.13</sparkle:minimumSystemVersion>
12+
<sparkle:version>180.1</sparkle:version>
13+
<sparkle:shortVersionString>9.1.1000</sparkle:shortVersionString>
14+
<enclosure type="application/octet-stream"
15+
url="https://github.com/macvim-dev/macvim/releases/download/prerelease-180.1/MacVim.dmg"
16+
sparkle:edSignature="AFovtwmIhl+7eUvQoiFJnKzyMf7wErPxCAPFeWM0caFPRrXQrQGD7SaQFJbf27pMTeRJEjbCWasuNWFo+MFaCQ==" length="22200332"
17+
/>
18+
<sparkle:deltas>
19+
<enclosure type="application/octet-stream"
20+
url="https://github.com/macvim-dev/macvim/releases/download/prerelease-180.1/180_to_180.1.delta"
21+
sparkle:deltaFrom="180"
22+
sparkle:edSignature="PxBvlW6vcg4NjHGBuHil6I/iyYQZBRSVAItRS7gL55HVkB9TQin11Gib2VZQTcT6NUGAcKrVYDl84uVBRhKPAQ==" length="2942242"
23+
/>
24+
</sparkle:deltas>
25+
26+
</item>

0 commit comments

Comments
 (0)