hugo:release-0.115.4

Last commit made on 2023-07-20
Get this branch:
git clone -b release-0.115.4 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
release-0.115.4
Repository:
lp:hugo

Recent commits

0dbe0f1... by hugoreleaser <email address hidden>

releaser: Prepare repository for 0.116.0-DEV

[ci skip]

dc95245... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.115.4

[ci skip]

d70b6c7... by Bjørn Erik Pedersen

Fix broken handling of legacy taxonomyTerm in disableKinds

Fixes #11257

d947db3... by Bjørn Erik Pedersen

commands: Move testscript into its correct place

d8c94c3... by Bjørn Erik Pedersen

publisher: Improve class collector for dynamic classes

E.g.

* AlpinesJS' :class="isTrue 'class1' : 'class2'"
* And dynamic classes with colon in them, e.g. `hover:bg-white`

6bbec90... by Bjørn Erik Pedersen

Fix cache busting setup

By correctly capturing the target variable when compiling the cache buster.

Fixes #11268

5bd22ba... by Bjørn Erik Pedersen

commands: Delay server builds after the watcher is set up

See #11264

7ae62f4... by Bjørn Erik Pedersen

Create hugo_stats.json if it's mounted but does not exists

A common pattern for Tailwind 3 is to mount that file to get it on the server watch list.

A common pattern is also to add hugo_stats.json to .gitignore.

This has meant that the first time you start the server (no hugo_stats.json), it just doesn't work as expected.

Fixes #11264

f1a061e... by Bjørn Erik Pedersen

Re-instate disableLiveReload as a config option (and not just a flag)

Closes #11259

2f11e67... by Joe Mooring <email address hidden>

common/htime: Fix localization of abbreviated month names

Fixes #11267