Skip to content

Releases: gohugoio/hugo

v0.140.0

17 Dec 14:41
@bep bep
Compare
Choose a tag to compare

The big new feature in this release is js.Batch – this enables JavaScript bundle groups (e.g. scripts per section) with global code splitting and flexible hooks/runners setup.

Bug fixes

Improvements

Dependency Updates

v0.139.5

14 Dec 19:18
@bep bep
d0a5aa4
Compare
Choose a tag to compare

This is a release created for technical reasons, see #13147

It's the same as https://github.com/gohugoio/hugo/releases/tag/v0.139.4 -- go there for release archives.

v0.139.4

09 Dec 18:00
@bep bep
Compare
Choose a tag to compare

This release contains a security fix. See this Security Advisory for details. Note that this is only relevant if you don't trust your content (e.g. Markdown) files.

What's Changed

v0.139.3

29 Nov 15:53
@bep bep
Compare
Choose a tag to compare

What's Changed

v0.139.2

23 Nov 15:53
@bep bep
Compare
Choose a tag to compare

Note that this is the second patch release today. See v0.139.1. We had to do this release to get the Hugo Docs build running.

What's Changed

v0.139.1

23 Nov 14:34
@bep bep
Compare
Choose a tag to compare

What's Changed

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