Skip to content

Commit b77bf8d

Browse files
committed
Add screenshot, bump version
1 parent 76b9a36 commit b77bf8d

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.sandstorm/sandstorm-pkgdef.capnp

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
1919

2020
appTitle = (defaultText = "XRF Sync"),
2121

22-
appVersion = 11, # Increment this for every release.
22+
appVersion = 12, # Increment this for every release.
2323

24-
appMarketingVersion = (defaultText = "1.0.11"),
24+
appMarketingVersion = (defaultText = "1.0.12"),
2525
# Human-readable representation of appVersion. Should match the way you
2626
# identify versions of your app in documentation and marketing.
2727

@@ -70,12 +70,7 @@ const pkgdef :Spk.PackageDefinition = (
7070
shortDescription = (defaultText = "PC management"),
7171

7272
screenshots = [
73-
# Screenshots to use for marketing purposes. Examples below.
74-
# Sizes are given in device-independent pixels, so if you took these
75-
# screenshots on a Retina-style high DPI screen, divide each dimension by two.
76-
77-
#(width = 746, height = 795, jpeg = embed "path/to/screenshot-1.jpeg"),
78-
#(width = 640, height = 480, png = embed "path/to/screenshot-2.png"),
73+
(width = 1086, height = 833, jpeg = embed "screen1.jpg"),
7974
],
8075
changeLog = (defaultText = embed "../CHANGELOG.md"),
8176
),

.sandstorm/screen1.jpg

100 KB
Loading

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.0.12
2+
3+
- Added one-click command bar to node details screen.
4+
15
# 1.0.11
26

37
- Initial Sandstorm release.

0 commit comments

Comments
 (0)