8000 Releases · gohugoio/hugo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Releases: gohugoio/hugo

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

v0.147.1

01 May 14:18
@bep bep
Compare
Choose a tag to compare

Bug fixes

Improvements

Dependency Updates

  • build(deps): bump github.com/alecthomas/chroma/v2 from 2.17.0 to 2.17.2 620fc87 @dependabot[bot]
  • build(deps): bump github.com/getkin/kin-openapi from 0.131.0 to 0.132.0 8b2124e @dependabot[bot]
  • build(deps): bump github.com/yuin/goldmark from 1.7.10 to 1.7.11 927d1ec @dependabot[bot]

v0.147.0

25 Apr 17:17
@bep bep
Compare
Choose a tag to compare

This release comes with a new aligny option (shoutout to @pranshugaba for the implementation) for images.Text that, in combination with alignx makes it simple to e.g. center the text on top of image in both axis. But the main reason this release comes now and not later, is the improvements/fixes to the order Hugo applies the default configuration to some keys. This is inherited from how we did this before we rewrote the configuration handling, and it made the merging of configuration from modules/themes into the config root harder and less flexible than it had to be. Me, @bep, looking into this, was triggered by this forum topic. Having many sites share a common configuration is very useful. With this release, you can simply get what the thread starter asks for by doing something à la:

baseURL = "http://example.org"
title = "My Hugo Site"

# ... import any themes/modules.

# This will merge in all config imported from imported modules. 
_merge = "deep"

See the documentation for details.

Bug fixes

Improvements

Dependency Updates

  • build(deps): bump github.com/evanw/esbuild from 0.25.2 to 0.25.3 1bd7ac7 @dependabot[bot]
  • build(deps): bump github.com/alecthomas/chroma/v2 from 2.16.0 to 2.17.0 41cb880 @dependabot[bot]
0