Prepping for final release

This commit is contained in:
John Bintz 2020-04-15 19:16:52 -04:00
parent 211605bc4e
commit 37b7f55746
13 changed files with 26 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 834 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View File

@ -1,17 +1,23 @@
# V0.69.0~2020-04-14
* Upgrade Hugo.
* Replace Caddy with Cloud Commander for admin file management.
* Upgrade Hugo to 0.69.0.
* Note: If you use inline HTML in your Markdown, add the following to `config.toml`:
```
[markup.goldmark.renderer]
unsafe= true
```
* Replace Caddy with Cloud Commander for admin file management.
# V0.20-sandstorm2
* Upgrade Hugo.
* Switch to newer, easier-to-maintain launch screen and Git server setup.
* Upgrade Hugo.
* Switch to newer, easier-to-maintain launch screen and Git server setup.
# V0.19-sandstorm1
* Launch screen improvements.
* Launch screen improvements.
# V0.19-sandstorm0 (2017-03-17)
* Initial release.
* Initial release.

View File

@ -17,7 +17,7 @@ const pkgdef :Spk.PackageDefinition = (
# This manifest is included in your app package to tell Sandstorm
# about your app.
appTitle = (defaultText = "Hugo (new)"),
appTitle = (defaultText = "Hugo"),
appVersion = 4, # Increment this for every release.
@ -161,6 +161,7 @@ const pkgdef :Spk.PackageDefinition = (
"usr/lib/node_modules/npm/node_modules/node-gyp",
"usr/local/lib/python2.7/dist-packages/pygments",
"opt/app/node_modules/cloudcmd",
"opt/app/node_modules/edward",
],
# Fill this list with more names of files or directories that should be
# included in your package, even if not listed in sandstorm-files.list.

View File

@ -7,6 +7,15 @@
web-based file management.
* Update NodeJS to 10 and `yarn upgrade` all transitive dependencies.
### Upgrade Notes
* If you use inline HTML in your Markdown, add the following to `config.toml`:
```
[markup.goldmark.renderer]
unsafe= true
```
## V0 (2016-10-10)
* Initial release.

View File

@ -59,6 +59,9 @@
:template="'git remote add origin ' + this.gitUrl + '\ngit push -fu origin master'"/>
<h2>Upgrade notes from the 0.20 Sandstorm release:</h2>
<ul>
<li>
</li>
<li>
If you were using inline HTML in any Markdown files, enter the following into
your <code>config.toml</code> file: