Skip to content

Commit

Permalink
Merge pull request #14 from SwiftPackageIndex/release-1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
finestructure authored Aug 16, 2023
2 parents 889d650 + 52a89ae commit 28ab274
Show file tree
Hide file tree
Showing 11 changed files with 156 additions and 1 deletion.
Binary file modified SPI-Playgrounds.app.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ title: SPI Playgrounds – Release Notes

<section>

## 1.1.1

- Fixed: Playgrounds for some packages were generated with an invalid `.product(...)` clause ([Details](https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/issues/2541))

## 1.1.0

- Added: Support for macCatalyst platform
Expand Down
Binary file added releases/SPI Playgrounds221-177.delta
Binary file not shown.
Binary file added releases/SPI Playgrounds221-179.delta
Binary file not shown.
Binary file added releases/SPI Playgrounds221-187.delta
Binary file not shown.
Binary file added releases/SPI Playgrounds221-189.delta
Binary file not shown.
Binary file added releases/SPI Playgrounds221-193.delta
Binary file not shown.
Binary file added releases/SPI Playgrounds221-219.delta
Binary file not shown.
136 changes: 136 additions & 0 deletions releases/SPI-Playgrounds-1.1.1.app.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang xml:lang>
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>SPI Playgrounds – Release Notes</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<style type="text/css">:root {
--page-text: #000000;
--page-background: #ffffff;
--header-background: #111930;
--header-text: #ffffff;
}
@media (prefers-color-scheme: dark) {
:root {
--page-text: #ffffff;
--page-background: #070710;
}
}
body {
color: var(--page-text);
background-color: var(--page-background);
font-family: -apple-system, 'BlinkMacSystemFont', 'SF Hello', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial',
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
font-size: 16px;
line-height: 1.4;
margin: 0;
}
section {
padding: 0 10px;
}
h1 {
display: block;
padding: 15px;
color: var(--header-text);
background-color: var(--header-background);
font-size: 18px;
}
h2 {
font-size: 17px;
}
h3 {
font-size: 16px;
}
ul {
padding-left: 25px;
}
</style>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<header id="title-block-header">
<h1 class="title">SPI Playgrounds – Release Notes</h1>
</header>
<section>
<h2 id="section">1.1.1</h2>
<ul>
<li>Fixed: Playgrounds for some packages were generated with an invalid <code>.product(...)</code> clause (<a href="https://github.com/SwiftPackageIndex/SwiftPackageIndex-Server/issues/2541">Details</a>)</li>
</ul>
<h2 id="section-1">1.1.0</h2>
<ul>
<li>Added: Support for macCatalyst platform</li>
<li>Fixed: Failed to create playground for packages with plugin products (<a href="https://github.com/finestructure/Arena/issues/87">Arena issue #87</a>)</li>
<li>Fixed: Deprecation warnings in generated package manifests</li>
</ul>
<h2 id="section-2">1.0.1</h2>
<ul>
<li>Now excluding “internal” libraries (prefixed with “_“) from list of imports.</li>
<li>Changed filenames of Xcode workspace and playground file.</li>
</ul>
<h2 id="section-3">1.0.0</h2>
<ul>
<li>Initial public release! 🚀🎉</li>
</ul>
<h2 id="section-4">0.7.0</h2>
<ul>
<li>Updated Arena to the latest version.</li>
<li>Added hover and click animation to the buttons.</li>
</ul>
<h2 id="section-5">0.6.0</h2>
<ul>
<li>Every app needs an icon!</li>
</ul>
<h2 id="section-6">0.5.3</h2>
<ul>
<li>Fixed the main window resizing.</li>
</ul>
<h2 id="section-7">0.5.2</h2>
<ul>
<li>Updated code signing.</li>
</ul>
<h2 id="section-8">0.5.1</h2>
<ul>
<li>Updated URL types.</li>
</ul>
<h2 id="section-9">0.5.0</h2>
<ul>
<li>Changed the bundle id to com.swiftpackageindex.spi-playgrounds.</li>
<li>Add Swift Package Index branding.</li>
<li>Updated the onboarding view.</li>
</ul>
<h2 id="section-10">0.4.1</h2>
<ul>
<li>Update to Arena 1.2.1.</li>
</ul>
<h2 id="section-11">0.4.0</h2>
<ul>
<li>Set a default folder name based on the repository name when creating a plaground.</li>
<li>Run playground generation on a background queue.</li>
</ul>
<h2 id="section-12">0.3.0</h2>
<ul>
<li>Support for universal links.</li>
</ul>
<h2 id="section-13">0.2.0</h2>
<ul>
<li>Improved error handling.</li>
</ul>
<h2 id="section-14">0.1.0</h2>
<ul>
<li>Initial release.</li>
</ul>
</section>
</body>
</html>
Binary file added releases/SPI-Playgrounds-1.1.1.app.zip
Binary file not shown.
17 changes: 16 additions & 1 deletion releases/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,8 @@
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds193-189.delta" sparkle:version="193" sparkle:shortVersionString="1.0.1" sparkle:deltaFrom="189" length="469273" type="application/octet-stream" sparkle:edSignature="1JVkFNCn5Q+gKjzavH73aIcj/xZMlDJJJRcHd6BN9/qTrgdagEP6ZB2l0j4UedZfT+2q64++6stiBFvhWGbWAQ=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds193-187.delta" sparkle:version="193" sparkle:shortVersionString="1.0.1" sparkle:deltaFrom="187" length="500791" type="application/octet-stream" sparkle:edSignature="lv3hpCZPKmsJahuky8zcD8oj0uJlVFU1umySj4vqrKJvDIOPYZtsRRu3HqoYtk1ticRRnwTXHbEXOpfh1Ci9Bg=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds193-174.delta" sparkle:version="193" sparkle:shortVersionString="1.0.1" sparkle:deltaFrom="174" length="2428956" type="application/octet-stream" sparkle:edSignature="hErKzomG5zjTgEJBXWytDnhrOLkI4rvlxgXPbOcHmz8E9mi+2A77QMZ6d6zNAxtJZ9QAhvd1nzIIlGWH+WLYCg=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds193-179.delta" sparkle:version="193" sparkle:shortVersionString="1.0.1" sparkle:deltaFrom="179" length="4992473" type="application/octet-stream" sparkle:edSignature="62KWFD+j5sYV9YAxfioWXjkVD5RXWb2uO0CtQiwCQ+5qPph2ugO2B6KDMepdQPYMkfJlzWpGrfSAvYsGyDSMCA=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds193-177.delta" sparkle:version="193" sparkle:shortVersionString="1.0.1" sparkle:deltaFrom="177" length="5619293" type="application/octet-stream" sparkle:edSignature="h0/E2sgpkXEc0Q3omO1jptatYl89mXRs739RJzTc9d6G3bqQ/dGJ9Jp2HHAKoqUfdBiSOZ7sjkR8uzDA+fAnBw=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds193-179.delta" sparkle:version="193" sparkle:shortVersionString="1.0.1" sparkle:deltaFrom="179" length="4992473" type="application/octet-stream" sparkle:edSignature="62KWFD+j5sYV9YAxfioWXjkVD5RXWb2uO0CtQiwCQ+5qPph2ugO2B6KDMepdQPYMkfJlzWpGrfSAvYsGyDSMCA=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds193-169.delta" sparkle:version="193" sparkle:shortVersionString="1.0.1" sparkle:deltaFrom="169" length="5640572" type="application/octet-stream" sparkle:edSignature="EKCnCmVMpoZdx0vP42R1KHp5UZHf6fldmqQvlWPqp/GkaegBQ7L1zP69DmRJGbG4VZ8W+yPpi60lWkHXr1vyDw=="/>
</sparkle:deltas>
</item>
Expand All @@ -677,5 +677,20 @@
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds219-174.delta" sparkle:version="219" sparkle:shortVersionString="1.1.0" sparkle:deltaFrom="174" length="13321409" type="application/octet-stream" sparkle:edSignature="vp8M3H52RZ2eM9reVeX4PlcqduvQulbSPKLYiEtscuX9UiDa0IpD403hsWN+G4zZEmPMQICPrk8IJWAp/zJZAQ=="/>
</sparkle:deltas>
</item>
<item>
<title>1.1.1</title>
<pubDate>Wed, 16 Aug 2023 08:02:28 +0200</pubDate>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI-Playgrounds-1.1.1.app.html</sparkle:releaseNotesLink>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI-Playgrounds-1.1.1.app.zip" sparkle:version="221" sparkle:shortVersionString="1.1.1" length="15686311" type="application/octet-stream" sparkle:edSignature="q0WXLGxywKOsUXOAWNOdDJxRNWf8fsxZTXnmqoc40BzKXoZ8pIv72aokGZNHwfWAN3qljKXCIZ3fh1LbBoNzAA=="/>
<sparkle:deltas>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds221-219.delta" sparkle:version="221" sparkle:shortVersionString="1.1.1" sparkle:deltaFrom="219" length="1936760" type="application/octet-stream" sparkle:edSignature="SnklLSCjTQZlVCG5C2WkCQt4c/h1B8OV077UnN9sQr51mlPUHaW+FDH3gquQqR7G7xa8MiLqsI+gtDXvnw5EAg=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds221-193.delta" sparkle:version="221" sparkle:shortVersionString="1.1.1" sparkle:deltaFrom="193" length="12718363" type="application/octet-stream" sparkle:edSignature="RhuMif6fZ2zj8kbKnLhIgURIR0UKUDDZKZPeQFIe7HTXGg0YFDeiBTMrM1LpfF/gdwMwZqbpvpNB7/exykjVDQ=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds221-189.delta" sparkle:version="221" sparkle:shortVersionString="1.1.1" sparkle:deltaFrom="189" length="12723318" type="application/octet-stream" sparkle:edSignature="g1VKZ2VQHeyTPnq29J1kkcG/XpyVKh36cVV7jK4Zyf1FcAWTisHWQy/CTFJGUAzFYTxKt6GgVOtkZFi+qjfsCg=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds221-187.delta" sparkle:version="221" sparkle:shortVersionString="1.1.1" sparkle:deltaFrom="187" length="12733995" type="application/octet-stream" sparkle:edSignature="oQLBBgC5Is9KHXFQ/YOcTIyGMpfaVB1x4lDdZ/ACxIYNX/e9xkUaGsoWrJEkj14Oc9szQzH+LgDCJWJOmr3EDg=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds221-179.delta" sparkle:version="221" sparkle:shortVersionString="1.1.1" sparkle:deltaFrom="179" length="13106981" type="application/octet-stream" sparkle:edSignature="8q8dnYo/LSOiWdIwx5w1JbDTeepwy1p9gqJSi2qzEkPqyR/Gr+LNKq2/wVpaUMiM+/EuSCJtCLz/1Efx26BYDg=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds221-177.delta" sparkle:version="221" sparkle:shortVersionString="1.1.1" sparkle:deltaFrom="177" length="13673321" type="application/octet-stream" sparkle:edSignature="2cZa/WtLdsu5WBgjIaibKETg3lxwQRCvBVOp0cBLwRT4grI421UAMc/ojdH5z+MBRlxeluktzio8+LO4enLVAg=="/>
</sparkle:deltas>
</item>
</channel>
</rss>

0 comments on commit 28ab274

Please sign in to comment.