Skip to content

Releases: gohugoio/hugo

v0.148.1

11 Jul 13:22
@bep bep
Compare
Choose a tag to compare

What's Changed

v0.148.0

08 Jul 14:00
@bep bep
Compare
Choose a tag to compare

Note

There's some minor breaking changes in this release. Please read this thread for more information.

Note

Bug fixes

Improvements

Dependency Updates

  • build(deps): bump github.com/evanw/esbuild from 0.25.5 to 0.25.6 0a5b870 @dependabot[bot]
  • build(deps): bump github.com/olekukonko/tablewriter from 1.0.7 to 1.0.8 94e2c27 @dependabot[bot]
  • build(deps): bump github.com/niklasfasching/go-org from 1.8.0 to 1.9.0 e77b2ad @dependabot[bot]
  • build(deps): bump github.com/alecthomas/chroma/v2 from 2.18.0 to 2.19.0 9487acf @dependabot[bot]
  • build(deps): bump golang.org/x/tools from 0.32.0 to 0.34.0 1e9a0b9 @dependabot[bot]

v0.147.9

23 Jun 08:43
@bep bep
Compare
Choose a tag to compare

Improvements and fixes

Dependency Updates

v0.147.8

07 Jun 13:52
@bep bep
Compare
Choose a tag to compare

The primary motivation behind this release is to get the Docker package security patched and up to date.

Improvements

Dependency Updates

  • build(deps): bump github.com/evanw/esbuild from 0.25.3 to 0.25.5 21a4a9a @dependabot[bot]
  • build(deps): bump github.com/niklasfasching/go-org from 1.7.0 to 1.8.0 7a4a479 @dependabot[bot]
  • build(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 54065b7 @dependabot[bot]
  • build(deps): bump github.com/yuin/goldmark from 1.7.11 to 1.7.12 e333836 @dependabot[bot]
  • build(deps): bump github.com/tdewolff/minify/v2 from 2.23.5 to 2.23.8 cc7bfee @dependabot[bot]

v0.147.7

31 May 12:55
@bep bep
Compare
Choose a tag to compare

Bug fixes

Improvements

Dependency Updates

  • build(deps): bump golang.org/x/image from 0.26.0 to 0.27.0 7525963 @dependabot[bot]
  • build(deps): bump golang.org/x/text from 0.24.0 to 0.25.0 0df9f35 @dependabot[bot]
  • build(deps): bump github.com/spf13/cast from 1.7.1 to 1.8.0 302e6a7 @dependabot[bot]
  • build(deps): bump github.com/alecthomas/chroma/v2 from 2.17.2 to 2.18.0 202fe0d @dependabot[bot]
  • deps: Upgrade github.com/olekukonko/tablewriter v0.0.5 => v1.0.7 13e1617 @bep

v0.147.6

27 May 11:33
@bep bep
Compare
Choose a tag to compare

What's Changed

  • Improve warning message on superfluous prefix when using function 'partials.Include' e57dcd3 @deining
  • Fix recent regression with cascading of params to content adapters eaf5ace @bep #13743
  • Fix it so e.g. de in layouts/_shortcodes/de.html is not interpreted as a language code 9ad26b6 @bep #13740
  • commands: Make sure the browser gets refreshed on changes when --disableFastRender is set f471936 @bep #13727
  • tpl/transform: Expose the KaTeX strict option 013c8cf @jmooring #13729

v0.147.5

22 May 11:57
@bep bep
Compare
Choose a tag to compare

We have gotten some requests about updating the minifier library we use, so here you go @myitcv and others. I'm probably going to regret doing that particular upgrade on a Thursday, but so be it.

What's Changed

v0.147.4

20 May 11:06
@bep bep
Compare
Choose a tag to compare

What's Changed

v0.147.3

12 May 12:40
@bep bep
Compare
Choose a tag to compare

Mostly bug fixes here, but also a new template func to get a really big number. You can read about why that is useful in the documentation.

v0.147.2

06 May 12:18
@bep bep
Compare
Choose a tag to compare

What's Changed