github gohugoio/hugo v0.139.0

latest release: v0.138.0
5 hours ago

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

Don't miss a new hugo release

NewReleases is sending notifications on new releases.