-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scripts now copy RSS into source tree where it needs to be for Github…
… Pages,
- Loading branch information
1 parent
7f43b2e
commit a202a8f
Showing
3 changed files
with
42 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,36 @@ | ||
<?xml version="1.0"?> | ||
<rss version="2.0" | ||
<rss version="2.0" | ||
xmlns:sparkle="http://sparkle.andymatuschak.org/rss/1.0/modules/sparkle/"> | ||
<channel> | ||
<title>Stacksmith nightly Appcast</title> | ||
<link>http://stacksmith.org/</link> | ||
<description>Updates for Stacksmith</description> | ||
<item> | ||
<title>Stacksmith 1.0a11 (1718)</title> | ||
<link>https://github.com/uliwitness/Stacksmith/releases/download/Stacksmith_1_0_a11_1718/Stacksmith.tgz</link> | ||
<description><h3>2019-02-11</h3> | ||
Fix 'no property "1:tool"' error messages.<br /> | ||
<h3>2019-02-10</h3> | ||
Fix accidental event masks where we should have been using event types and thus got a hang in mouse tracking.<br /> | ||
Rewrite WILDViewFactory to create objects based on NSNib, not by archiving/unarchiving ourselves, which builds with the new SDK.<br /> | ||
More informative build log messages.<br /> | ||
Merge branch 'master' into development<br /> | ||
Don't commit the Gemfile.lock<br /> | ||
Merge branch 'master' into development<br /> | ||
Restore content from our two old websites.<br /> | ||
Merge branch 'master' into development<br /> | ||
Commit generated API docs for website.<br /> | ||
</description> | ||
<enclosure url="https://github.com/uliwitness/Stacksmith/releases/download/Stacksmith_1_0_a11_1718/Stacksmith.tgz" length="7407984" type="application/octet-stream" sparkle:dsaSignature="MC0CFQDvH8NwdwEIftMP6bS0Tz7FwhWBGgIUfxwzlADDER5eCcwLFt5KrY+HvtE=" /> | ||
<sparkle:version>1.0a11 (1718)</sparkle:version> | ||
</item> | ||
</channel> | ||
</rss> | ||
<channel> | ||
<title>Stacksmith nightly Appcast</title> | ||
<link>http://stacksmith.org/</link> | ||
<description>Updates for Stacksmith</description> | ||
<item> | ||
<title>Stacksmith 1.0a11 (1765)</title> | ||
<link>https://github.com/uliwitness/Stacksmith/releases/download/Stacksmith_1_0_a11_1765/Stacksmith.tgz</link> | ||
<description><h3>2019-02-21</h3> | ||
Now have one "build-and-upload" script.<br /> | ||
Release script now actually works!<br /> | ||
We were parsing the JSON wrong and thus truncating the upload URL.<br /> | ||
For now, make our releases drafts.<br /> | ||
WIP on a script that uploads a release to Github that was built using the nightly_build.command script<br /> | ||
It successfully creates the release, but the upload fails (but can be done via the website).<br /> | ||
<h3>2019-02-20</h3> | ||
Prettify the code snippet list a bit.<br /> | ||
Add icons to a few of the message snippets.<br /> | ||
<h3>2019-02-19</h3> | ||
Make dropping snippets in a script work properly: You can't drop inside a handler, only between them.<br /> | ||
WIP on making snippet insertion work.<br /> | ||
Oops wromg suffix.<br /> | ||
Icon picker cleanup.<br /> | ||
<h3>2019-02-18</h3> | ||
Icon picker now correctly shows the selection.<br /> | ||
Icon picker now displays images again, though hit-testing still seems to be intercepted by the icon and label.<br /> | ||
Touch-ups to magnifying glass.<br /> | ||
Better object ("file") names in debugger.<br /> | ||
</description> | ||
<enclosure url="https://github.com/uliwitness/Stacksmith/releases/download/Stacksmith_1_0_a11_1765/Stacksmith.tgz" length="9865665" type="application/octet-stream" sparkle:dsaSignature="MC0CFERYw7AxjRuPl2ZYQ23+gioOw2PoAhUAq8DAeptUTtGylpwXEel5jl9R3sQ=" /> | ||
<sparkle:version>1.0a11 (1765)</sparkle:version> | ||
</item> | ||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters