Skip to content

Releases: gohugoio/hugo

v0.138.0

06 Nov 12:00
@bep bep
Compare
Choose a tag to compare

This release soft deprecates Page.Scratch and aliases it to Page.Store. The only difference between the two has been that the Page.Scratch was reset on rebuilds, which becomes problematic when state is written by cached content (typically .Content). The original motivation behind adding a new and not changing the existing method was to avoid breakage, but in hind-sight, it would have fixed more than it broke.

This release also includes a fix for a data race that I, @bep, introduced in v0.137.0.

What's Changed

v0.137.1

05 Nov 12:05
@bep bep
Compare
Choose a tag to compare

What's Changed

  • common/hugo: Add withdeploy to the version string printed in hugo version ca4fc58 @bep
  • markup: Goldmark log "Raw HTML omitted" warning also for inline HTML 4faaaf9 @bep #13013
  • build: Add missing withdeploy archive for Windows 94b46c3 @bep #13009
  • commands: Print the "deploy not available" error message even if flags provided 2b0b3b8 @bep #13012
  • tpl/tplimpl: Create an embedded comment shortcode 801035b @jmooring #13010

v0.137.0

04 Nov 16:25
@bep bep
Compare
Choose a tag to compare

Note that we have no longer build the deploy feature in the standard and extended archives. If you need that, download archives with withdeploy in the filename. See instalation for details. You can read #12994 for more on the motivation behind this, but for one, it shaves off about 40% of the binary size.

Bug fixes

Improvements

Dependency Updates

  • deps: Upgrade github.com/bep/godartsass/v2 v2.1.0 => v2.2.0 e3304db @bep
  • deps: Upgrade github.com/bep/lazycache v0.6.0 => v0.7.0 62567d3 @bep

Documentation

v0.136.5

24 Oct 12:42
@bep bep
Compare
Choose a tag to compare

Fix stuck server error issues cb6e27b @bep #11378

v0.136.4

22 Oct 08:58
@bep bep
Compare
Choose a tag to compare

What's Changed

v0.136.3

21 Oct 14:35
@bep bep
Compare
Choose a tag to compare

What's Changed

v0.136.2

17 Oct 14:44
@bep bep
Compare
Choose a tag to compare

What's Changed

v0.136.1

16 Oct 16:26
@bep bep
Compare
Choose a tag to compare

What's Changed

v0.136.0

15 Oct 13:45
@bep bep
Compare
Choose a tag to compare

Note that we have much improved the Dockerfile and image this release. But this also means a slightly different way of setting it up. Improved documentation will come soon, but see 41f69a7 #12920 #12885 #12921.

Bug fixes

Improvements

Dependency Updates

Documentation

v0.135.0

27 Sep 13:33
@bep bep
Compare
Choose a tag to compare

This is a small release, the main motivation was to finally ... drum roll ... get a tagged Hugo Docker image published. Big thanks to @bmanth60 for the tip that solved this issue.

Improvements

Dependency Updates

Build Setup