All notable changes to hugo-cli are documented here. We use semantic versioning for releases.
Note: Yet to be released changes appear here.
CHORE
: turn into ESM only packageCHORE
: requireNode >= 20
DEPS
: bump dependencies
FEAT
: use[email protected]
per defaultDEPS
: update dependencies
Republish of v0.12.1
.
FIX
: correct various issues with HUGO versions>= v0.103
DEPS
: removemkdirp
dependency
CHORE
: bump default HUGO version tov0.104.3
FIX
: fetch correct hugo on M1 macs (#35)
FEAT
: exit with hugo exit code (#27)
FEAT
: support hugo>=0.54
(#25)
FEAT
: bump default hugo version tov0.52.0
FEAT
: support hugo extended versions (#19)
FEAT
: improve loggingDOCS
: add integrations section
FEAT
: bump default hugo version tov0.45.1
- fix download of hugo releases on Mac OS
- verify executable exists post extraction
- print debug output on
--verbose
or-v
- the
0.5.0
release with actual changes ❤️
- allow downloading of newer Hugo versions (>= 0.20)
- set default Hugo version to 0.30.2
- fix executable detection on Windows
- fix extraction on Windows
- support hugo version 0.18.1 and above
- handle environments with node installed as
nodejs
- fix executable not found on Windows
- make hugo version configurable via
process.env.HUGO_VERSION
Check git log
for earlier history.