Add screenshots and changelog.

This commit is contained in:
Nolan Darilek 2017-03-12 18:11:55 -05:00
parent f1fac8ca8f
commit 52e3df5134
4 changed files with 6 additions and 3 deletions

3
.sandstorm/changelog.md Normal file
View File

@ -0,0 +1,3 @@
# 0.18.1-sandstorm0
* Initial release.

View File

@ -124,10 +124,10 @@ const pkgdef :Spk.PackageDefinition = (
# Sizes are given in device-independent pixels, so if you took these
# screenshots on a Retina-style high DPI screen, divide each dimension by two.
#(width = 746, height = 795, jpeg = embed "path/to/screenshot-1.jpeg"),
#(width = 640, height = 480, png = embed "path/to/screenshot-2.png"),
(width = 1280, height = 773, png = embed "screenshot1.png"),
(width = 1280, height = 773, png = embed "screenshot2.png"),
],
#changeLog = (defaultText = embed "path/to/sandstorm-specific/changelog.md"),
changeLog = (defaultText = embed "changelog.md"),
# Documents the history of changes in Github-flavored markdown format (with the same restrictions
# as govern `description`). We recommend formatting this with an H1 heading for each version
# followed by a bullet list of changes.

BIN
.sandstorm/screenshot1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

BIN
.sandstorm/screenshot2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB