Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Nov 3, 2023
1 parent 167f17d commit e968dd5
Show file tree
Hide file tree
Showing 10 changed files with 157 additions and 2 deletions.
Binary file modified SPI-Playgrounds.app.zip
Binary file not shown.
Binary file added releases/SPI Playgrounds223-179.delta
Binary file not shown.
Binary file added releases/SPI Playgrounds223-187.delta
Binary file not shown.
Binary file added releases/SPI Playgrounds223-189.delta
Binary file not shown.
Binary file added releases/SPI Playgrounds223-193.delta
Binary file not shown.
Binary file added releases/SPI Playgrounds223-219.delta
Binary file not shown.
Binary file added releases/SPI Playgrounds223-221.delta
Binary file not shown.
140 changes: 140 additions & 0 deletions releases/SPI-Playgrounds-1.1.2.app.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
<!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.2</h2>
<ul>
<li>Fixed: <a href="https://github.com/pointfreeco/swift-dependencies">Pointfree.co’s Dependencies package</a> could not be run in a playground due to an internal naming conflict (<a href="https://github.com/finestructure/Arena/issues/96">Arena issue #96</a>).</li>
</ul>
<h2 id="section-1">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-2">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-3">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-4">1.0.0</h2>
<ul>
<li>Initial public release! 🚀🎉</li>
</ul>
<h2 id="section-5">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-6">0.6.0</h2>
<ul>
<li>Every app needs an icon!</li>
</ul>
<h2 id="section-7">0.5.3</h2>
<ul>
<li>Fixed the main window resizing.</li>
</ul>
<h2 id="section-8">0.5.2</h2>
<ul>
<li>Updated code signing.</li>
</ul>
<h2 id="section-9">0.5.1</h2>
<ul>
<li>Updated URL types.</li>
</ul>
<h2 id="section-10">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-11">0.4.1</h2>
<ul>
<li>Update to Arena 1.2.1.</li>
</ul>
<h2 id="section-12">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-13">0.3.0</h2>
<ul>
<li>Support for universal links.</li>
</ul>
<h2 id="section-14">0.2.0</h2>
<ul>
<li>Improved error handling.</li>
</ul>
<h2 id="section-15">0.1.0</h2>
<ul>
<li>Initial release.</li>
</ul>
</section>
</body>
</html>
Binary file added releases/SPI-Playgrounds-1.1.2.app.zip
Binary file not shown.
19 changes: 17 additions & 2 deletions releases/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -654,12 +654,12 @@
<sparkle:releaseNotesLink>https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI-Playgrounds-1.0.1.app.html</sparkle:releaseNotesLink>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI-Playgrounds-1.0.1.app.zip" sparkle:version="193" sparkle:shortVersionString="1.0.1" length="10010621" type="application/octet-stream" sparkle:edSignature="qt360FdWc4SHkW9Ct6aZJUnMAnqA3c5PIIF0oKn34uKSCDL6/Zrkhk8Cj+O0u6dH8XeZpm0qRkgFOVLrff4eDA=="/>
<sparkle:deltas>
<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-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-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-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=="/>
<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=="/>
</sparkle:deltas>
</item>
<item>
Expand Down Expand Up @@ -692,5 +692,20 @@
<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>
<item>
<title>1.1.2</title>
<pubDate>Fri, 03 Nov 2023 09:40:31 +0100</pubDate>
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
<sparkle:releaseNotesLink>https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI-Playgrounds-1.1.2.app.html</sparkle:releaseNotesLink>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI-Playgrounds-1.1.2.app.zip" sparkle:version="223" sparkle:shortVersionString="1.1.2" length="15345467" type="application/octet-stream" sparkle:edSignature="kVaNNaOPXQ24Zny+if3lYJVW0+LxHaz+uYqaL3p1T/78Ytg0JDI7OjJX84kjYQahfsOsAP9HZInEJ8v4DmcqBA=="/>
<sparkle:deltas>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds223-221.delta" sparkle:version="223" sparkle:shortVersionString="1.1.2" sparkle:deltaFrom="221" length="8436728" type="application/octet-stream" sparkle:edSignature="PeXORC6D4LDAhDGOR93aTk/B4UU1Rs16yFq8arQMbutNYJch15eVq7Y38FndTqM2x5ABBDo/OyKqAKv1OE02AQ=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds223-219.delta" sparkle:version="223" sparkle:shortVersionString="1.1.2" sparkle:deltaFrom="219" length="8532799" type="application/octet-stream" sparkle:edSignature="5/KV8l7dx3Riu0eZpq3nBZki4VOk35qr0eLPQJO3mOwRdPOEH5zvyl/2a2yrxy+VwU6Bq7Ez4vhQ9sED2TTxDA=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds223-193.delta" sparkle:version="223" sparkle:shortVersionString="1.1.2" sparkle:deltaFrom="193" length="12855969" type="application/octet-stream" sparkle:edSignature="jXda8KgWvFHTyc74hXz5z+R/gK9TqJOx+v7FjTgNYjWBCD8h5JYf6r8mKiBRlV3G5dw0v/PLY98PrFHxWu17AA=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds223-189.delta" sparkle:version="223" sparkle:shortVersionString="1.1.2" sparkle:deltaFrom="189" length="12857618" type="application/octet-stream" sparkle:edSignature="PMF79SzH6jEsyxxBy64W+goyFuttLVmtgXpNPjoi9kN28cQcHKuYFIu8u30+ivVXP3YpCQSW3UWGZg9r10HYCg=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds223-187.delta" sparkle:version="223" sparkle:shortVersionString="1.1.2" sparkle:deltaFrom="187" length="12865376" type="application/octet-stream" sparkle:edSignature="IIzOAZJkCvH6zEzk2aQYqcVKbr3kMu71fQKpk9zNHCFgRfEdxLOfKT8QDosqko1muIVcs/AvR2uyI8vC3Rh8DA=="/>
<enclosure url="https://spi-playgrounds-updates.swiftpackageindex.com/releases/SPI%20Playgrounds223-179.delta" sparkle:version="223" sparkle:shortVersionString="1.1.2" sparkle:deltaFrom="179" length="13027154" type="application/octet-stream" sparkle:edSignature="vxA1zA5iS0CfVT7LDjRGKT9zmrE+Zdn8UOAVCITRyBKXAPi9Oj6Gn3c75E0LOYRyGAb8V5XFOdJPXd5qJfjEDQ=="/>
</sparkle:deltas>
</item>
</channel>
</rss>

0 comments on commit e968dd5

Please sign in to comment.