Update https://github.com/gohugoio/hugo in repo_dependencies.yml from v0.36 to v0.37 #13
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dependencies.io has updated
https://github.com/gohugoio/hugo
(a git dependency inrepo_dependencies.yml
) from "v0.36" to "v0.37".v0.37
The main item in Hugo
0.37
is that we now properly preserve the colour palette when processingPNG
images. We got reports from users experiencing theirPNG
images getting bigger in file size when scaled down. Now, if you, as an example, start out with a carefully chosen 8 bit colour palette (i.e.PNG-8
), this is now what you will end up with. A special thanks to aitva for doing the investigative work finding a proper fix for this issue.This release represents 40 contributions by 5 contributors to the main Hugo code base.
bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to vassudanagunta, kaushalmodi, and curttimson for their ongoing contributions.
And as always a big thanks to digitalcraftsman for his relentless work on keeping the documentation and the themes site in pristine condition.
Many have also been busy writing and fixing the documentation in hugoDocs,
which has received 24 contributions by 8 contributors. A special thanks to bep, 4RU, kaushalmodi, and mitchchn for their work on the documentation site.
Hugo now has:
Notes
YAML
map keys to string. See #4393 for more information. You will get aWARNING
in the console if you are touched by this.PNG
processing, and have incremented the version numbers on the URL for the processedPNG
image. This will just work, but you may want to runhugo --gc
to clean up some old stale images in the resource cache.Enhancements
Templates
Core
Other
Floyd-Steinberg
dithering for PNGs 13ea1e7c bep #4453ge
,le
etc. work with the Hugo Version number 0602135f bep #4443YAML
array data files 1fa24177 vassudanagunta #3890Fixes
Core
GitInfo
lookup on error e9750d83 bepURL
for sections with URL in front matter 9f740b37 bep #4415Other
YAML
maps key type 16a5c745 dmgawel #2441ERROR
on missing baseURL 55bd46a6 bep #4397Automated with GoReleaser
Built with go version go1.10 linux/amd64