Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion appcast/_appcast_style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<style>
:root { supported-color-schemes: light dark; color-scheme: light dark; }
h1 { padding-bottom: .3em; border-bottom: 1px solid gray; }
div h1 { padding-bottom: .3em; border-bottom: 1px solid gray; }

/* Older versions' release notes. Will be optionally shown in collapsed form if the user has upgraded across multiple versions. */
div > details.oldVersionToggle > summary {
font-size: 1.2em;
border-radius: 5px;
border-bottom: 3px solid #57c4d0;
cursor: pointer;
padding: 10px;
}
.toc {
/* Sparkle does not seem to allow anchor links. Just disable the TOC. */
display: none;
}
div.sparkle-installed-version { display:none; }
div.sparkle-installed-version ~ section { display: none; }
</style>
2 changes: 2 additions & 0 deletions appcast/_prerelease.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<title>MacVim prerelease-180.2</title>
<description><![CDATA[
{% include_relative _appcast_style.css %}
<div>
{% include releases/r180.2.html %}
</div>
<p><br /><small><a href="https://github.com/macvim-dev/macvim/releases/">Latest release notes &gt;</a></small></p>
]]></description>
<sparkle:fullReleaseNotesLink>https://github.com/macvim-dev/macvim/releases</sparkle:fullReleaseNotesLink>
Expand Down
2 changes: 2 additions & 0 deletions appcast/_release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<title>MacVim release-180</title>
<description><![CDATA[
{% include_relative _appcast_style.css %}
<div>
{% include releases/r180.html %}
</div>
<p><br /><small><a href="https://github.com/macvim-dev/macvim/releases/latest">Latest release notes &gt;</a></small></p>
]]></description>
<sparkle:fullReleaseNotesLink>https://github.com/macvim-dev/macvim/releases</sparkle:fullReleaseNotesLink>
Expand Down
2 changes: 2 additions & 0 deletions appcast/_release_legacy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<title>MacVim release-180</title>
<description><![CDATA[
{% include_relative _appcast_style.css %}
<div>
{% include releases/r180.html %}
</div>
<p><br /><small><a href="https://github.com/macvim-dev/macvim/releases/latest">Latest release notes &gt;</a></small></p>
]]></description>
<sparkle:fullReleaseNotesLink>https://github.com/macvim-dev/macvim/releases</sparkle:fullReleaseNotesLink>
Expand Down