mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
3cf4300097
56c34962c Fix multilingual config examples 14fa0b4ed Release 0.32.4 18779d54a releaser: Add release notes to /docs for release of 0.32.4 0d47d0673 releaser: Bump versions for release of 0.32.4 424acf02e Release 0.32.3 f6f04e084 releaser: Prepare repository for 0.33-DEV 1a9b36286 releaser: Add release notes to /docs for release of 0.32.3 9284c3284 releaser: Bump versions for release of 0.32.3 796082289 Fix min Go version in installing 74625a654 Add alias to multilingual.md bf65732b4 Add some new tweets to the front page 7f263353e Bump Netlify to 0.32.2 cbb3a4f1c Update 0.32.2 release notes e90ae4b4e releaser: Prepare repository for 0.33-DEV ee74a8f4f releaser: Add release notes to /docs for release of 0.32.2 d889c4fa4 releaser: Bump versions for release of 0.32.2 4a46d3aca Merge commit 'eb738cd35cca1ffc68c5ed688dbe2a19108e8761' b98d95ff2 releaser: Prepare repository for 0.33-DEV git-subtree-dir: docs git-subtree-split: 56c34962c92706792231fd5056d33186b11c4e33
2.5 KiB
2.5 KiB
date: 2018-01-08 title: "Hugo 0.32.3: Some important bug fixes" description: "Fixes multilingual resource (images etc.) handling etc." slug: "0.32.3-relnotes" categories: ["Releases"] images:
- images/blog/hugo-bug-poster.png
Hugo 0.32
was a big and really cool release, and the Hugo Forum has been filled with questions from people wanting to upgrade their Hugo sites to be able to use the new image processing feature etc.
And with that we have discovered some issues, which this release should fix, mostly releated to multilingual sites:
- Fix multihost detection for sites without language definition 8969331f @bep #4221
- Fix hugo benchmark --renderToMemory 059e8458 @bep #4218
- Fix URLs for bundle resources in multihost mode ab82a27d @bep #4217
- Fix sub-folder baseURL handling for Page resources f25d8a9e @bep #4228
- Avoid processing and storing same image for each language 4b04db0f @bep #4231
- Resources.ByType should return Resources 97c1866e @bep #4234
- Report build time on config.toml change 6feb1387 @bep #4232#4224
- Fix handling of mixed-case taxonomy folders with content file 2d3189b2 @bep #4238