22 lines
428 B
Markdown
22 lines
428 B
Markdown
## 0.69.0 (2020-04-21)
|
|
|
|
### Enhancements
|
|
|
|
* Upgrade Hugo to 0.69.0.
|
|
* Replace Caddy with [Cloud Commander](https://cloudcmd.io/) for
|
|
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.
|