Add screenshots and changelog.
This commit is contained in:
parent
f1fac8ca8f
commit
52e3df5134
|
@ -0,0 +1,3 @@
|
||||||
|
# 0.18.1-sandstorm0
|
||||||
|
|
||||||
|
* Initial release.
|
|
@ -124,10 +124,10 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
# Sizes are given in device-independent pixels, so if you took these
|
# 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.
|
# 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 = 1280, height = 773, png = embed "screenshot1.png"),
|
||||||
#(width = 640, height = 480, png = embed "path/to/screenshot-2.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
|
# 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
|
# as govern `description`). We recommend formatting this with an H1 heading for each version
|
||||||
# followed by a bullet list of changes.
|
# followed by a bullet list of changes.
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
Loading…
Reference in New Issue