mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
1.4 KiB
1.4 KiB
date: 2019-09-06 title: "Hugo 0.58.1: A couple of Bug Fixes" description: "This version fixes a couple of bugs introduced in 0.58.0." categories: ["Releases"] images:
- images/blog/hugo-bug-poster.png
This is a bug-fix release with a couple of important fixes.
- Avoid writing the same processed image to /public twice 9442937d @bep #6307
- hugolib: Fix broken bundle live reload logic 901077c0 @bep #6315#6308
- deps: Update github.com/bep/gitmap 24ad4295 @bep #6313
- Fix concat with fingerprint regression 3be2c253 @bep #6309
- tpl: Remove eq argument limitation 5e660947 @vazrupe #6237