Skip to content

Releases: gohugoio/hugo

v0.139.0

18 Nov 16:33
@bep bep
Compare
Choose a tag to compare

This release is mostly about removing code that has been deprecated for a long time. This has been shown as an ERROR in the build log and failed the build for at least the last 6 minor Hugo versions, in most cases much longer.

But this is also a full dependency refresh, and there are also some new stuff. For one, we added a -O flag to hugo server to open up the site in your browser after start. This is now my (@bep) shortcut to start the server:

function h() {
  hugo server  -F -O -N -D
}

Note

  • dartsass: Remove support for v1 of the protocol/binary (note) 1fd845e @bep
  • Remove deprecations <= v0.122.0 (note) ad43d13 @bep

Bug fixes

Improvements

Dependency Updates

Documentation

Build Setup

v0.138.0

18 Nov 17:36
@bep bep
Compare
Choose a tag to compare

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