2020-12-22 18:32:20 +00:00
|
|
|
## 0.79.1 (2020-12-22)
|
|
|
|
|
|
|
|
* Upgrade Hugo to 0.79.1 to deal with security issue
|
|
|
|
|
2020-07-28 10:59:12 +00:00
|
|
|
## 0.74.3 (2020-07-28)
|
|
|
|
|
|
|
|
* Upgrade Hugo to 0.74.3
|
|
|
|
|
2020-04-21 11:23:40 +00:00
|
|
|
## 0.69.0 (2020-04-21)
|
2020-04-10 12:06:19 +00:00
|
|
|
|
|
|
|
### Enhancements
|
|
|
|
|
2020-04-15 02:19:34 +00:00
|
|
|
* 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.
|
2020-04-10 12:06:19 +00:00
|
|
|
|
2020-04-15 23:16:52 +00:00
|
|
|
### Upgrade Notes
|
|
|
|
|
|
|
|
* If you use inline HTML in your Markdown, add the following to `config.toml`:
|
|
|
|
|
|
|
|
```
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe= true
|
|
|
|
```
|
|
|
|
|
2020-04-15 02:19:34 +00:00
|
|
|
## V0 (2016-10-10)
|
2020-04-10 12:06:19 +00:00
|
|
|
|
2020-04-15 02:19:34 +00:00
|
|
|
* Initial release.
|