Skip to content

v0.139.0

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

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