diff --git a/meta/screenshots/board-view.jpg b/meta/screenshots/board-view.jpg new file mode 100644 index 000000000..6b8ffafea Binary files /dev/null and b/meta/screenshots/board-view.jpg differ diff --git a/meta/screenshots/board-view.png b/meta/screenshots/board-view.png deleted file mode 100644 index bbc3830bc..000000000 Binary files a/meta/screenshots/board-view.png and /dev/null differ diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index 90639ce1f..770b45b41 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -73,18 +73,14 @@ const pkgdef :Spk.PackageDefinition = ( shortDescription = (defaultText = "Kanban board"), - # screenshots = [ - # ( - # width = 1222, - # height = 822, - # png = embed "meta/screenshots/board-view.png" - # ), - # # XXX The UI visible screenshot is outdated, make some new screenshots - # # before the final v0.9 release. - # # XXX The screenshots should have a standard width and height. - # ], - # XXX Disabled because it seems that the PNG image is too large and causes - # an exception, is it? + screenshots = [ + ( + width = 1024, + height = 660, + jpeg = embed "meta/screenshots/board-view.jpg" + ), + # XXX The screenshots should have a standard width and height. + ], changeLog = ( defaultText = embed "History.md",