Update screenshots and Sandstorm files.

This commit is contained in:
James Cole
2018-06-08 19:35:51 +02:00
parent c18046c25d
commit d22353b13d
6 changed files with 561 additions and 177 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -65,9 +65,9 @@ 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 = 1291, height = 800, png = embed "screenshots/screenshot-1.png"), (width = 1290, height = 800, png = embed "screenshots/screenshot-1.png"),
(width = 1291, height = 800, png = embed "screenshots/screenshot-2.png"), (width = 1290, height = 800, png = embed "screenshots/screenshot-2.png"),
(width = 1291, height = 800, png = embed "screenshots/screenshot-3.png"), (width = 1290, height = 800, png = embed "screenshots/screenshot-3.png"),
], ],
changeLog = (defaultText = embed "changelog.md"), changeLog = (defaultText = embed "changelog.md"),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 163 KiB

19
composer.lock generated
View File

@@ -2079,16 +2079,16 @@
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
"version": "v2.0.14", "version": "v2.0.15",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paragonie/random_compat.git", "url": "https://github.com/paragonie/random_compat.git",
"reference": "f6ce7dd93628088e1017fb5dd73b0b9fec7df9e5" "reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/f6ce7dd93628088e1017fb5dd73b0b9fec7df9e5", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/10bcb46e8f3d365170f6de9d05245aa066b81f09",
"reference": "f6ce7dd93628088e1017fb5dd73b0b9fec7df9e5", "reference": "10bcb46e8f3d365170f6de9d05245aa066b81f09",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2124,7 +2124,7 @@
"pseudorandom", "pseudorandom",
"random" "random"
], ],
"time": "2018-06-06T17:40:22+00:00" "time": "2018-06-08T15:26:40+00:00"
}, },
{ {
"name": "phpseclib/phpseclib", "name": "phpseclib/phpseclib",
@@ -5242,12 +5242,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git", "url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "ff09cbe142c9195e1ed85a409d7940d43d7306c7" "reference": "0e4ea9f9e1fd3c6a563524f8f399696d98c7c85a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/ff09cbe142c9195e1ed85a409d7940d43d7306c7", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0e4ea9f9e1fd3c6a563524f8f399696d98c7c85a",
"reference": "ff09cbe142c9195e1ed85a409d7940d43d7306c7", "reference": "0e4ea9f9e1fd3c6a563524f8f399696d98c7c85a",
"shasum": "" "shasum": ""
}, },
"conflict": { "conflict": {
@@ -5315,6 +5315,7 @@
"propel/propel1": ">=1,<=1.7.1", "propel/propel1": ">=1,<=1.7.1",
"pusher/pusher-php-server": "<2.2.1", "pusher/pusher-php-server": "<2.2.1",
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
"sensiolabs/connect": "<4.2.3",
"shopware/shopware": "<5.3.7", "shopware/shopware": "<5.3.7",
"silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11", "silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
@@ -5400,7 +5401,7 @@
} }
], ],
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
"time": "2018-06-06T08:36:30+00:00" "time": "2018-06-08T09:55:50+00:00"
}, },
{ {
"name": "sebastian/code-unit-reverse-lookup", "name": "sebastian/code-unit-reverse-lookup",